cozy / cozy.github.io

Official documentation for Cozy.
https://docs.cozy.io/en/
GNU Affero General Public License v3.0
88 stars 45 forks source link

Startup issues in Linux #154

Open mithat opened 4 years ago

mithat commented 4 years ago

After updating to Cozy-Drive-3.16.0.AppImage on my Debian sid system, the app refuses to start.

As user:

$ cd /home/mithat/opt/CozyDrive/
$ ./Cozy-Drive-3.16.0.AppImage 
[5194:1027/124812.829468:FATAL:setuid_sandbox_host.cc(157)] 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_Cozy-<looks-like-a-random-string>/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap

There is no /tmp/.mount_Cozy-<looks-like-a-random-string> directory on the system.

clochix commented 4 years ago

Hello @mithat

Could you try to start the application with the --no-sandbox option: /Cozy-Drive-3.16.0.AppImage --no-sandbox ;-)

By the way, we don't provide support on Github, please ask your questions on our user forum: https://forum.cozy.io/

mithat commented 4 years ago

The application starts with the --no-sandbox option.

I don't know whether the following is a related issue: When the application is started, it does not generate/update a *.desktop file in ~/.local/share/applications as previous versions have. A *.desktop file for an older version of Cozy is still there.

Regarding support requests on the user forum, I consider this a bug report rather than a support request. Do you want bugs to be reported on the forum as well rather than here?