### UPDATED HOW-TO ### The whole thing looks a bit confusing at first glance, but this is how it works (self tested). First you have to remove everything from this extension completely and then recompile the extension with meson and finally “install over” the standard Ubuntu package, because with the meson method, optional packages are not installed, but they are absolutely necessary. To simplify, download all to your Desktop, but you can also use another folder too, then you need to change the follow code lines to your needs.
# ### REMOVE ### # rm -R /home/YOUR_USERNAME/.local/share/gnome-shell/extensions/d...@rastersoft.com sudo apt remove --purge gnome-shell-extension-desktop-icons-ng sudo rm -R /usr/share/gnome-shell/extensions/d...@rastersoft.com sudo apt autoremove # ### REINSTALL ### # a) sudo apt install meson (OPTIONAL PACKAGE) b) download the "Desktop Icons NG (DING)" Package https://gitlab.com/rastersoft/desktop-icons-ng from gitlab as .zip c) unpack desktop-icons-ng-master.zip d) launch the desktop-icons-ng-master folder in the terminal ### THEN IN THIS TERMINAL ### 1.) meson setup --prefix=/usr .build 2.) ninja -C .build 3.) sudo ninja -C .build install ### !!! NOW !!! log out and log in as the same user again ### 4.) sudo apt install gnome-shell-extension-desktop-icons-ng (STANDARD UBUNTU PACKAGE) EVERYTHING IS BACK, BUT prefs.js & /app/createThumbnail.js ARE OUTDATED & BROKEN, BECAUSE THESE FILES ARE ALREADY OUTDATED / BROKEN IN THE UBUNTU STANDARD PACKAGE 1.) download https://gitlab.com/rastersoft/desktop-icons-ng/-/blob/master/prefs.js?ref_type=heads 2.) download https://gitlab.com/rastersoft/desktop-icons-ng/-/blob/master/app/createThumbnail.js?ref_type=heads ### move these downloaded .js files now ### 1.) sudo mv /home/YOUR_USERNAME/Desktop/prefs.js /usr/share/gnome-shell/extensions/d...@rastersoft.com/prefs.js 2.) sudo mv /home/YOUR_USERNAME/Desktop/createThumbnail.js /usr/share/gnome-shell/extensions/d...@rastersoft.com/app/createThumbnail.js NOW EVERYTHING IS FIXED AND 100% WORKING AGAIN. Unfortunately, the Standard Package of Ubuntu is also outdated in Ubuntu 24.10, so that currently only this solution remains. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064849 Title: Ubuntu 24.04 desktop icons ng image thumbnails no longer displayed To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell-extension-desktop-icons-ng/+bug/2064849/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs