You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am using bubblejail for sandbox applications. I am running CachyOS. Brave and librewolf work just fine but with bottles I am having issues.
After running bottles via this command:
bubblejail run -- bottles bottles
And I get these errors:
(bottles:2): Gdk-WARNING **: 12:22:35.195: The program 'bottles' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
(Details: serial 292 error_code 10 request_code 130 (MIT-SHM) minor_code 1)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
No children found. Terminating.
Terminated
Bubblewrap terminated
My configuration file (~/.local/share/bubblejail/instances/bottles/services.toml) is this:
I understand this bottles itself can run just fine without bubblejail and via flatpak it also works just fine however I am trying to avoid using flatpaks and use the operating system's packages instead.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi I am using bubblejail for sandbox applications. I am running CachyOS. Brave and librewolf work just fine but with bottles I am having issues.
After running bottles via this command:
And I get these errors:
My configuration file (
~/.local/share/bubblejail/instances/bottles/services.toml) is this:I understand this bottles itself can run just fine without bubblejail and via flatpak it also works just fine however I am trying to avoid using flatpaks and use the operating system's packages instead.
All reactions