I noticed that I cannot open the user dbus in Ubuntu while I could do that in Arch Linux. It seems there is no user dbus by default in Ubuntu (or Ubuntu server at least). To have one:
$ sudo apt install dbus-user-session
Then `sudo systemctl start --user dbus` or reboot.
No comments:
Post a Comment