I had also report this issue: please see https://gitlab.com/rastersoft/desktop-icons-ng/-/issues/344
Developer's response: 1. It's currently fixed in noble-proposed, but should arrive to noble-updates soon. 2. Also, this is the patch that fixes it: !419 (merged) https://gitlab.com/rastersoft/desktop-icons-ng/-/merge_requests/419 His fix (2) is simple to implement. I have done it and it works. Step 1: sudo nano /usr/share/gnome-shell/extensions/[email protected]/prefs.js Step 2: Change last 3rd line from window.connect_after('show', ()=>{window.destroy();}); to window.connect_after('show', ()=>{window.close();}); and save this change. Thats it. ** Bug watch added: gitlab.com/rastersoft/desktop-icons-ng/-/issues #344 https://gitlab.com/rastersoft/desktop-icons-ng/-/issues/344 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2061070 Title: gnome-shell-extension-desktop-icons-ng: Error: destroy() breaks... To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell-extension-desktop-icons-ng/+bug/2061070/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
