Replies: 1 comment
-
|
This is a Bubblejail permission problem, not a Bottles setting problem. Both errors are DBus/portal access being blocked by the sandbox: In Bubblejail these are separate services/settings. The relevant Bubblejail code has:
So add/enable these in the Bubblejail instance used for Bottles, usually: # ~/.local/share/bubblejail/instances/bottles/services.toml
[gnome_toolkit]
gnome_portal = true
dconf_dbus = true
gnome_vfs_dbus = true
[xdg_desktop_portal]
add_flatpak_info = true
settings = true
file_chooser = true
open_uri = trueThen restart the sandboxed app: bubblejail run bottles -- bottlesIf the instance name is not bubblejail list instancesYou can also run Bubblejail with DBus logging/wizard mode and let it suggest the missing permissions, but from the two messages above, If you do not specifically need Bubblejail here, the simpler path is to run Bottles as the supported Flatpak package, because Bottles is already designed around Flatpak/portal permissions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I launch the application via terminal:
The application launches but when I press on "Bottles" tab then I get this error on terminal and the tab cannot be pressed:
(bottles:2): dconf-WARNING **: 01:37:43.253: failed to commit changes to dconf: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknownhow would I resolve this?
I also get this error at the beginning when starting the application:
(bottles:2): Gtk-WARNING **: 01:43:57.758: Creating a portal monitor failed: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: org.freedesktop.DBus.Error.AccessDeniedAny suggestions in order to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions