XDG_RUNTIME_DIR not set

Trying to run KRUSADER fom terminal:
Success - but output in termina:

pkexec krusader
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "No jobs" msgid_plural: "" msgctxt: ""
10:41:17.855-warning default unknown@0 # QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
10:41:17.882-warning default unknown@0 # QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
10:41:17.964-debug default unknown@0 # System icon theme: "oxygen"
Cannot connect to the D-BUS session bus.
To start it, run:
	eval `dbus-launch --auto-syntax`
10:41:18.133-warning kf.i18n unknown@0 # Trying to convert empty KLocalizedString to QString.
DBus Error: org.freedesktop.DBus.Error.Disconnected, Not connected to D-Bus server
DBus Error: org.freedesktop.DBus.Error.Disconnected, Not connected to D-Bus server
DBus Error: org.freedesktop.DBus.Error.Disconnected, Not connected to D-Bus server
DBus Error: org.freedesktop.DBus.Error.Disconnected, Not connected to D-Bus server

Using wayland on Gnome

You can edit /etc/xdg/user-dirs.default as root set what you want then run “xdg-user-dirs-update”

Typo detected. It should be:

/etc/xdg/user-dirs.defaults

:wink:

Wrong thread

This particular warning is perfectly normal, nothing to worry about. It’s just saying that you haven’t customized the location of the runtime dir, so it’s using the default.

Documentation: man pam_systemd

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.