Hi Eugenio. I'm relieved to hear that you are using Desktop Icons NG. That bug 
is being tracked in 
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-desktop-icons-ng/+bug/2064849
 as 
kanschat shared in #41

Good news is that there's already a fix on the way
https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-
extension-desktop-icons-ng/-/merge_requests/5

While that doesn't land, as a workaround, you can create a file 
/etc/apparmor.d/desktop-icons-ng

and add the following profiles as its contents

# This profile allows everything and only exists to give the
# application a name instead of having the label "unconfined"

abi <abi/4.0>,
include <tunables/global>

profile desktop-icons-ng 
/usr/share/gnome-shell/extensions/d...@rastersoft.com/app/{ding,createThumbnail}.js
 flags=(unconfined) {
  userns,

  # Site-specific additions and overrides. See local/README for details.
  include if exists <local/desktop-icons-ng>
}


and then load the profile using

sudo apparmor_parser /etc/apparmor.d/desktop-icons-ng

note that AppArmor is path-based and this workaround assumes that the
/usr/share/gnome-
shell/extensions/d...@rastersoft.com/app/{ding,createThumbnail}.js is
the correct path for desktop-icons-ng. but this should work for the
general case.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2047256

Title:
  Ubuntu 24.04 Some image thumbnails no longer displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/2047256/+subscriptions


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

Reply via email to