Received: from mail.cock.li (unknown [37.120.193.123]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id EBE9B2203A0 for <~alpine/users@lists.alpinelinux.org>; Mon, 2 Mar 2026 14:36:36 +0000 (UTC) Message-ID: <2bbb7c6d-a507-48c1-902d-55b6edd0932a@firemail.cc> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=firemail.cc; s=mail; t=1772462195; bh=1+fPU8ZJFc2ipBnAypN8FnTVQZnfSM43H74hIbrDq2o=; h=Date:From:To:Subject:From; b=CgzU8c41LBsLBYqTqM6FYxMzWLIubenqnuRsldhiuczXYgwbkQPPDcgp/NkVtvUV5 OAkxpzmrG2Ji5ydXCmSaTKCUIsrJf9y9I7KmJAI8Db8dhf0KLzUjnaQ2VsIyPQZc3z Fy/jdccnA6w6Dd/vgkjX/hroNcD6Fg1IpYBa/OxvCnKUXTS3uYYS3nDoefrV1ZFeSu ScVLAU4S2X3y/mdxe0WUp5S38fFOcQozwtZRkKgGtTRql/cOjcy33qIfKXQYiEjglS D9tDlpWvSUxa0uqU4ECOg0NtEPOH72urAuOUN09ccjRaTMCijHb5gUXS/ciMxceWZY EraT0sVtTpn3Q== Date: Mon, 2 Mar 2026 14:36:00 +0000 MIME-Version: 1.0 From: "." Content-Language: en-US To: ~alpine/users@lists.alpinelinux.org Subject: Failed to load /org/gtk/libgtk/icons/24x24/status/image-missing.png: Loader process exited early with status '0' Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit I get : " Bail out! Gtk:ERROR:../gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/24x24/status/image-missing.png: Loader process exited early with status '0'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" "--setenv" "XDG_RUNTIME_DIR" "/home/user/waylands" "--symlink" "/usr/lib" "/lib" "--seccomp" "15" "/usr/libexec/glycin-loaders/2+/glycin-image-rs" "--dbus-fd" "14" (gdk-pixbuf-error-quark, 0)" when trying to open virt-manager in wayland session. I had no problem until recendly becouse of something (I think?) having to do with glycin sandboxing-bubblewrap thing. I had no problems with version 3.23 as a test. I had thought that changing way bubblewrap is executed would change situation "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 /home/user/waylands \ --symlink /usr/lib /lib --seccomp 15 \ --ro-bind /usr/share/icons /usr/share/icons \ --ro-bind-try /usr/share/icons/hicolor /usr/share/icons/hicolor \ --ro-bind-try /home/user/.local/share/icons /home/user/.local/share/icons \ /usr/libexec/glycin-loaders/2+/glycin-image-rs --dbus-fd 14" would grant a sucess before executing virt-manager but it didn't and gave me 'bad description of seccomp'". I'm not sure what to do now.