Fix Dbus Daemon Autolaunch Was Disabled at Compile Time
When I tried to run notify-send on my laptop running Gentoo, it didn’t work and was given the following message: $ notify-send 'hello' Connecting to D-Bus failed: Using X11 for dbus-daemons autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead How do one set DBUS_SESSION_BUS_ADDRESS? Accoridng to this, it can be done by running: $ export $(dbus-launch) However, I want to also have D-Bus compiled with X11 support. First let’s verify if D-Bus service is running:...