You are not logged in.
Hello
I have a problem launching my appimages on xfce/xubuntu desktops
libfuse2 is installed, the appimages files are executable. When I run the files, nothing launches.
What perplexes me is that, if I launch gnome, everything works perfectly.
I am on a freshly installed and update Ubuntu 24.04.1 LTS, xfce/xubuntu was installed using the xubuntu-desktop package (and its dependencies).
Last edited by captain_alex (2024-11-04 14:54:03)
Offline
Hello and welcome.
How are you launching/running the app images?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I just read a thread on the Siduction forum about some mix match libraries with appimages. I doubt that's your issue if it run under Gnome though. Possibly a services issue?
Settings>>Sessions and Startup>>Advanced Tab>>Check Launch Gnome services on startup
Siduction
Debian Sid
Xfce 4.18
Offline
Thank you for your interest
Added later 05 min 28 s:
I just read a thread on the Siduction forum about some mix match libraries with appimages. I doubt that's your issue if it run under Gnome though. Possibly a services issue?
Settings>>Sessions and Startup>>Advanced Tab>>Check Launch Gnome services on startup
Start Gnome services at startup is already checked, kde is not checked
Added later 06 min 44 s:
Hello and welcome.
How are you launching/running the app images?
right click then run ( execute)
when i run it in a terminal
[11621:1105/005050.041984:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_LM_StuwS29T2/chrome-sandbox is owned by root and has mode 4755.
Trappe pour point d'arrêt et de trace (core dumped)
Last edited by captain_alex (2024-11-05 00:06:00)
Offline
You need to make sure that /tmp/.mount_LM_StuwS29T2/chrome-sandbox is owned by root and has mode 4755.
Did you check?
Siduction
Debian Sid
Xfce 4.18
Offline
You need to make sure that /tmp/.mount_LM_StuwS29T2/chrome-sandbox is owned by root and has mode 4755.
Did you check?
yes it tells me the file does not exist
sudo chmod 4755 /tmp/.mount_LM_StuwS29T2/chrome-sandbox
[sudo] Captain password:
chmod: cannot access '/tmp/.mount_LM_StuwS29T2/chrome-sandbox': No such file or directory
Last edited by captain_alex (2024-11-05 00:31:54)
Offline
Different applications but dame errors. Worth a try.
Siduction
Debian Sid
Xfce 4.18
Offline
Different applications but dame errors. Worth a try.
Hello, thank you again for your time and help in solving my problem.
using --no-sandbox poses a very big security problem, it is an option to use only for development.
I have been using Linux for 25 years for stability and security, I prefer to do without an application than to jeopardize that, or simply abandon xfce with regret
Offline
Did you try the other option I posted?
this work for me
sudo chown root:root chrome-sandbox
sudo chmod 4755 chrome-sandbox
Siduction
Debian Sid
Xfce 4.18
Offline
Did you try the other option I posted?
this work for me
sudo chown root:root chrome-sandbox
sudo chmod 4755 chrome-sandbox
Yes I did the test and the response to the commands is: cannot access 'chrome-sandbox': No such file or folder
Added later 10 min 01 s:
The only working solution I found, but it is non-persistent and also not very secure:
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
Offline
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 578.36 KiB (Peak: 595.64 KiB) ]