Kron4ek / Conty

Easy to use unprivileged Linux container packed into a single portable executable
MIT License
745 stars 42 forks source link

"Bottles" tab in Bottles won't open #137

Closed RIOT-DOT-OLD closed 2 months ago

RIOT-DOT-OLD commented 2 months ago

Here's a video showcasing the problem https://github.com/Kron4ek/Conty/assets/57593535/796e0403-7550-4453-b62d-c32267bcc48a

I tried googling the problem but couldn't find anything addressing this specific problem, and i have tried restarting bottles, but that didn't make a difference.

Terminal outputs this error message when I click on "Bottles" tab:

(bottles:12674): dconf-WARNING **: 20:08:47.633: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=fb82149f1911df8ad44066906661ab6a --binary-syntax --close-stderr”: Child process exited with code 1

Kron4ek commented 2 months ago

Hi. This usually happens when you have no dbus running in your current user session.

Kron4ek commented 2 months ago

You can try to perform this command in the terminal where you run Conty (before running Conty):

$ export $(dbus-launch)
RIOT-DOT-OLD commented 2 months ago

export $(dbus-launch) outputted blank in the terminal for me, dbus-daemon seems like is running in htop

Kron4ek commented 2 months ago

export $(dbus-launch) outputted blank in the terminal for me

It's ok, it shouldn't output anything. Does the "bottles" tab work after that?

RIOT-DOT-OLD commented 2 months ago

ouuu yes it does