list of all packages I updated that day (unformatted csv)
What I found out so far:
- SDDM works just fine (can launch other sessions)
- kwin_wayland works fine (SDDM is running well under kwin_wayland)
- the X11 session starts with errors (more on that below), requires launching kwin_x11 manually
- the problem might have something to do with dbus
- the dbus daemon and friends (seatd, elogind) are launched at boot and seem to be doing something (dbus-monitor works as expected and shows e.g. clipboard events)
Starting kwin_x11 throws the following error message:
Code: Select all
$ kwin_x11
Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kglobalaccel was not provided by any .service files")startplasma-wayland: (from kde-plasma/plasma-workspace)
running startplasma-wayland throws the following error message:
Code: Select all
$ dbus-run-session startplasma-wayland
org.kde.startup: not a reply org.freedesktop.locale1 QDBusMessage(type=Error, service="", error name="org.freedesktop.DBus.Error.ServiceUnknown", error message="The name org.freedesktop.locale1 was not provided by any .service files", signature="s", contents=("The name org.freedesktop.locale1 was not provided by any .service files") )Code: Select all
/bin/sh /usr/libexec/plasma-sourceenv.sh /etc/xdg/plasma-workspace/env/05-ksshaskpass.sh /etc/xdg/plasma-workspace/env/10-agent-startup.sh /home/u/.config/plasma-workspace/env/env.sh(plasmashell, kded6, kwin_wayland, etc. are not launched)
When run with QT_LOGGING_RULES="*.debug=true" it provides two additional lines of output:
Code: Select all
qt.gui.icon.loader: Setting fallback theme name to "breeze"
kf.i18n: Loading the "qt_" catalog failed for locale QLocale(C, Default, Default)My current locale configuration:
Code: Select all
$ locale
LANG=en_GB.utf8
LC_CTYPE="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_TIME="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_PAPER="C.UTF-8"
LC_NAME="C.UTF-8"
LC_ADDRESS="C.UTF-8"
LC_TELEPHONE="C.UTF-8"
LC_MEASUREMENT="C.UTF-8"
LC_IDENTIFICATION="C.UTF-8"
LC_ALL=C.UTF-8
$ eselect locale list
Available targets for the LANG variable:
[1] C
[2] C.utf8
[3] POSIX
[4] en_GB.utf8
[5] en_GB.UTF-8 *
[ ] (free form)https://paste.gentoo.zip/oK2293sl
Let me know if I should direct this at a different forum // bug tracker


