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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1892276
Title:
thumb
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;`