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

need the command "--no-sandbox" for execute #2015

Open
jw-programmer opened this issue May 6, 2022 · 7 comments
Open

need the command "--no-sandbox" for execute #2015

jw-programmer opened this issue May 6, 2022 · 7 comments
Labels
Type ◦ Bug Something isn't working

Comments

@jw-programmer
Copy link

In linux, pop-os 22.04, when I click on the icon to run, nothing happens. Debugging the error, running the software through the console, for the software to start, this command needs to be executed.
keeweb --no-sandbox

Without the flag, this is the error in the console. the screen does not return any feedback:
`[9907:0505/222924.356522:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.

@jw-programmer jw-programmer added the Type ◦ Bug Something isn't working label May 6, 2022
@jivarson
Copy link

jivarson commented May 6, 2022

Are you running in a vm?
Also had issues in Ubuntu 22.04 while running keeweb. different error though but still gfx-related.
I got away by appending --no-gpu or something, but in the end I had to disable Wayland since Autotype didn't work anyway.

For that you edit /etc/gdm3/custom.conf and uncomment the line
#WaylandEnable=false

@jw-programmer
Copy link
Author

No, no VM. From what I've seen, the error that occurred has to do with that. But for me, it solved by running the command with the no-sandbox flag through the terminal.

@Evergreenn
Copy link

Same error here. Maybe related to this ?

@keyxmakerx
Copy link

Have the same issue in POP OS, not in VM. It's still an on going issue, and the disable GPU flag doesn't help. Only the Sandbox one does which is concerning to use on a password storing application.

@jivarson
Copy link

Have the same issue in POP OS, not in VM. It's still an on going issue, and the disable GPU flag doesn't help. Only the Sandbox one does which is concerning to use on a password storing application.

Have you tried to disable Wayland as I mentioned above?

@jw-programmer
Copy link
Author

As far as I know, this version of pop os doesn't use wayland. But in the end, it didn't have to. Started working again. Unfortunately I don't know what I did differently.

@keyxmakerx
Copy link

Just did a brand new install, still not able to use keeweb unless no sandbox tag is added.
keeweb libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) [49622:0701/171208.321006:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye. /usr/bin/keeweb: line 2: 49622 Trace/breakpoint trap (core dumped) /usr/share/keeweb-desktop/keeweb "$@"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type ◦ Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants