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
Bugs, which is subscribed to 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

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

Reply via email to