[Bug 1892276] Re: thumbnails stretched on desktop 20.04 after previous bug fix release

2022-05-20 Thread Bug Watch Updater
** Changed in: gnome-shell-extension-desktop-icons
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-desktop-icons
in Ubuntu.
https://bugs.launchpad.net/bugs/1892276

Title:
  thumbnails stretched on desktop 20.04 after previous bug fix release

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-desktop-icons/+bug/1892276/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1892276] Re: thumbnails stretched on desktop 20.04 after previous bug fix release

2021-02-07 Thread GilgongoJones
Confirm htd95's fileItem.js fixes this for me on newly upgraded Ubuntu
20.04.2.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-desktop-icons
in Ubuntu.
https://bugs.launchpad.net/bugs/1892276

Title:
  thumbnails stretched on desktop 20.04 after previous bug fix release

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-desktop-icons/+bug/1892276/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1892276] Re: thumbnails stretched on desktop 20.04 after previous bug fix release

2021-01-18 Thread Sebastien Bacher
** Changed in: gnome-shell-extension-desktop-icons (Ubuntu)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-desktop-icons
in Ubuntu.
https://bugs.launchpad.net/bugs/1892276

Title:
  thumbnails stretched on desktop 20.04 after previous bug fix release

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-desktop-icons/+bug/1892276/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1892276] Re: thumbnails stretched on desktop 20.04 after previous bug fix release

2021-01-18 Thread Tengda Han
Tested on Ubuntu 20.04.1, with display scale 200%. Desktop thumbnails
work fine after removing the scaleFactor multiplier as above.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-desktop-icons
in Ubuntu.
https://bugs.launchpad.net/bugs/1892276

Title:
  thumbnails stretched on desktop 20.04 after previous bug fix release

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-desktop-icons/+bug/1892276/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1892276] Re: thumbnails stretched on desktop 20.04 after previous bug fix release

2021-01-17 Thread Tengda Han
A possible fix:
In 
https://gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/blob/master/fileItem.js#L373
 (or locally 
/usr/share/gnome-shell/extensions/desktop-icons@csoriano/fileItem.js):
Replace: `let containerWidth = (this._icon.allocation.x2 - 
this._icon.allocation.x1) * scaleFactor;`
with `let containerWidth = (this._icon.allocation.x2 - 
this._icon.allocation.x1);`

The scaleFactor here is unnecessary.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-desktop-icons
in Ubuntu.
https://bugs.launchpad.net/bugs/1892276

Title:
  thumbnails stretched on desktop 20.04 after previous bug fix release

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-desktop-icons/+bug/1892276/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1892276] Re: thumbnails stretched on desktop 20.04 after previous bug fix release

2020-11-26 Thread Nathan Jessurun
Minor additional information:
- Also affects Ubuntu 20.10
- Stretching does not occur in the File Explorer Nautilus window, just the 
desktop preview.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-desktop-icons
in Ubuntu.
https://bugs.launchpad.net/bugs/1892276

Title:
  thumbnails stretched on desktop 20.04 after previous bug fix release

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-desktop-icons/+bug/1892276/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs