You are not logged in.
Pages: 1
Hello,
I freshly installed BunsenLabs and tried to run the Tutanota mail client. I followed to instruction as stated on the official Tutanota website:
Linux: After download, right click the AppImage and give it execute permission. Alternatively, run chmod +x tutanota-desktop-linux.AppImage from a terminal window. Now you can run the App like any other executable, no further installation required. You may want to let it integrate itself with your desktop and app launcher.
When trying to execute the file, nothing works. What's missing?
I appreciate your help!
Offline
When trying to execute the file, nothing works. What's missing?
You could have given a link to the Tutanota site...
When finding out why a program does not work, it is often good to start in in a terminal, så you see errors. This error I got:
~/bin/appimages$ ./tutanota-desktop-linux.AppImage
[22105:0111/132914.211461: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_tutano2vyC0U/chrome-sandbox is owned by root and has mode 4755.
If you search for "SUID sandbox helper binary", you will get quite many links. This seems a good one:
https://authmane512.medium.com/solve-th … 1425a9a76c
// Regards rbh
Online
This issue happens with Signal app too. Here's what I do with the Signal app after installing or updating.
sudo chmod 4755 /path-to-signal-folder/chrome-sandbox
You might wanna do the same thing for Tutatona (of course by using the correct path)
"Blind faith to authority is the greatest enemy of truth."
Offline
Or you can run the app with the --no-sandbox switch.
Real Men Use Linux
Offline
Pages: 1