keeweb icon indicating copy to clipboard operation
keeweb copied to clipboard

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

Open jw-programmer opened this issue 2 years ago • 9 comments

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 avatar May 06 '22 01:05 jw-programmer

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

jivarson avatar May 06 '22 11:05 jivarson

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.

jw-programmer avatar May 06 '22 11:05 jw-programmer

Same error here. Maybe related to this ?

evergreenn avatar May 09 '22 11:05 evergreenn

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.

keyxmakerx avatar May 23 '22 13:05 keyxmakerx

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?

jivarson avatar May 28 '22 09:05 jivarson

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.

jw-programmer avatar May 29 '22 14:05 jw-programmer

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 "$@"

keyxmakerx avatar Jul 01 '22 22:07 keyxmakerx