Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesnt' work with Kubuntu 24.4 #21

Open
lucode opened this issue Jun 28, 2024 · 2 comments
Open

Doesnt' work with Kubuntu 24.4 #21

lucode opened this issue Jun 28, 2024 · 2 comments

Comments

@lucode
Copy link

lucode commented Jun 28, 2024

In version 23.10 it did work well, but in v24.4 it does not start. I couldn't find any config files or logs for the app so I can't provide more infos. The checked version is Deepl-Linux-Electron-1.4.3 and older.

If I start it in the konsole the following error appears
[9743:0628/113125.920065: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_Deepl-WP4iQu/chrome-sandbox is owned by root and has mode 4755.

@lucode
Copy link
Author

lucode commented Jul 4, 2024

Got it working, it is a common problem with sandboxing under Ubuntu 24.4.
You need to run it with --no-sandbox command. Below is a possible menu entry for Kubuntu:
/usr/share/applications/Deepl-Electron.desktop

[Desktop Entry]
Name=Deepl-Desktop
GenericName=Deepl-Translation
Comment=Translation
Exec=/opt/appimage/Deepl-Linux-Electron-1.4.3.Appimage --no-sandbox
Terminal=false
Type=Application
Icon=dropbox
Categories=Office;Utility;
Keywords=translation;
StartupNotify=false

@kumakichi
Copy link
Owner

kumakichi commented Oct 13, 2024

Thanks, I've been busy in the past few months and just noticed this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants