View Single Post
  #15  
Old 03-29-2026, 09:03 PM
veptune veptune is offline
Scrawny Gnoll


Join Date: Oct 2014
Posts: 24
Default

Hello,

Same error :
#####################

nicolas@localhost:/mnt/virtualwin$ ./Project1999.AppImage EQEmu/
Launcher version: 2026.03.29
Gtk-Message: 08:55:03.383: Failed to load module "canberra-gtk-module"
Gtk-Message: 08:55:03.388: Failed to load module "canberra-gtk-module"

(yad:8913): Gtk-WARNING **: 08:55:03.453: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.

(yad:8913): Gtk-WARNING **: 08:55:03.481: Error loading icon from file '/tmp/.mount_ProjecBcOmOh/project1999.png':
Failed to load image ?/tmp/.mount_ProjecBcOmOh/project1999.png?: Loader process exited early with status '1'Command:
"bwrap" "--unshare-all" "--die-with-parent" "--chdir" "/" "--ro-bind" "/usr" "/usr" "--dev" "/dev" "--ro-bind-try" "/etc/ld.so.cache" "/etc/ld.so.cache" "--ro-bind-try" "/nix/store" "/nix/store" "--tmpfs" "/tmp-home" "--tmpfs" "/tmp-run" "--clearenv" "--setenv" "HOME" "/tmp-home" "--setenv" "XDG_RUNTIME_DIR" "/tmp-run" "--symlink" "/usr/lib" "/lib64" "--symlink" "/usr/lib" "/lib" "--ro-bind" "/lib.usr-is-merged" "/lib.usr-is-merged" "--seccomp" "20" "/usr/lib/glycin-loaders/2+/glycin-image-rs" "--dbus-fd" "19"
**
Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Adwaita/scalable/status/image-missing.svg: Loader process exited early with status '1'Command:
"bwrap" "--unshare-all" "--die-with-parent" "--chdir" "/" "--ro-bind" "/usr" "/usr" "--dev" "/dev" "--ro-bind-try" "/etc/ld.so.cache" "/etc/ld.so.cache" "--ro-bind-try" "/nix/store" "/nix/store" "--tmpfs" "/tmp-home" "--tmpfs" "/tmp-run" "--clearenv" "--setenv" "HOME" "/tmp-home" "--setenv" "XDG_RUNTIME_DIR" "/tmp-run" "--symlink" "/usr/lib" "/lib64" "--symlink" "/usr/lib" "/lib" "--ro-bind" "/lib.usr-is-merged" "/lib.usr-is-merged" "--ro-bind-try" "/etc/fonts/conf.d" "/etc/fonts/conf.d" "--ro-bind-try" "/etc/fonts/fonts.conf" "/etc/fonts/fonts.conf" "--ro-bind-try" "/home/nicolas/.cache/fontconfig" "/home/nicolas/.cache/fontconfig" "--ro-bind-try" "/var/cache/fontconfig" "/var/cache/fontconfig" "--bind-try" "/home/nicolas/.cache/glycin/usr/lib/glycin-loaders/2+/glycin-svg" "/home/nicolas/.cache/glycin/usr/lib/glycin-loaders/2+/glycin-svg" "--setenv" "XDG_CACHE_HOME" "/home/nicolas/.cache/glycin/usr/lib/glycin-loaders/2+/glycin-svg" "--seccomp" "25" "/usr/lib/glycin-loaders/2+/glycin-svg" "--dbus-fd" "24" (gdk-pixbuf-error-quark, 0)

####################################

DISTRIB_RELEASE=24.04
GNOME Shell 46.0
With wayland

nicolas@localhost:/mnt/virtualwin$ bwrap --version
bubblewrap 0.9.0


Chatgpt suggested to do :

##############

sudo apt update
sudo apt install -y \
bubblewrap \
libfuse2 \
shared-mime-info \
adwaita-icon-theme \
librsvg2-common \
libgdk-pixbuf-2.0-0 \
libcanberra-gtk-module \
libcanberra-gtk3-module

sudo update-mime-database /usr/share/mime
sudo gtk-update-icon-cache -f /usr/share/icons/Adwaita
sudo ldconfig

###############

But same error....

It is just becaue it can't find an icon?

Thanks
Reply With Quote