===== systemd tips ===== == dbus not found error == export XDG_RUNTIME_DIR="/run/user/$UID" export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus" == Clean up journal == sudo journalctl --vacuum-time=1seconds