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

--no-sandbox needed for glibc 2.35 #1111

Open
garpu opened this issue Feb 22, 2022 · 1 comment
Open

--no-sandbox needed for glibc 2.35 #1111

garpu opened this issue Feb 22, 2022 · 1 comment

Comments

@garpu
Copy link

garpu commented Feb 22, 2022

Since updating to glibc 2.35, poddr (the Appimage) needs --no-sandbox appended to its launch options to start. I think it's related to this: puppeteer/puppeteer#3774

The error I was getting was:

14:13:29.038 › Main Process :: Loading MPRIS module. 14:13:29.066 › Main Process :: Registering mediakey bindings using DBUS. 14:13:29.068 › Main Process :: Trying to register Dbus bindings for gnome 14:13:29.068 › Main Process :: Trying to register Dbus bindings for mate 14:13:29.099 › ERROR DBusError: The name org.gnome.SettingsDaemon.MediaKeys was not provided by any .service files 14:13:29.100 › ERROR DBusError: The name org.mate.SettingsDaemon.MediaKeys was not provided by any .service files [10350:0222/141329.837900:FATAL:gpu_data_manager_impl_private.cc(892)] The display compositor is frequently crashing. Goodbye.

@adocampo
Copy link

adocampo commented Apr 20, 2022

Most electron applications are failing since the latest glibc, and the workaround on all those apps seems to be adding this flag

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