Hi,
I had so much trouble with updating since switching to manjaro one or two years ago that I delay the upgrade as long as possible until I hope the major bugs have been found. So I believe this was the December update.
on my laptop it went fine but on my desktop plasma does not come up any more. It only shows a few apps that were started from last session but no window manager or task bar.
there are no pacnew or pacsave files.
the journal only shows a generic error, no details.
$ systemctl restart --user plasma-plasmashell
Job for plasma-plasmashell.service failed because the control process exited with error code.
$ systemctl --user status plasma-plasmashell.service
Γ plasma-plasmashell.service - KDE Plasma Workspace
Loaded: loaded (/usr/lib/systemd/user/plasma-plasmashell.service; disabled; preset: enabled)
Active: failed (Result: exit-code) since Tue 2025-02-11 11:31:14 CET; 15s ago
Invocation: bd1f1e493b6a4954a8b2d50bf1817656
Process: 1385 ExecStart=/usr/bin/plasmashell --no-respawn (code=exited, status=127)
Main PID: 1385 (code=exited, status=127)
Feb 11 11:31:14 JPT systemd[667]: plasma-plasmashell.service: Scheduled restart job, restart counter is at 3.
Feb 11 11:31:14 JPT systemd[667]: plasma-plasmashell.service: Start request repeated too quickly.
Feb 11 11:31:14 JPT systemd[667]: plasma-plasmashell.service: Failed with result 'exit-code'.
Feb 11 11:31:14 JPT systemd[667]: Failed to start KDE Plasma Workspace.
$ journalctl --user -xeu plasma-plasmashell.service
ββ
ββ The process' exit code is 'exited' and its exit status is 127.
Feb 11 11:31:14 JPT systemd[667]: plasma-plasmashell.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://forum.manjaro.org/c/support
ββ
ββ The unit UNIT has entered the 'failed' state with result 'exit-code'.
Feb 11 11:31:14 JPT systemd[667]: Failed to start KDE Plasma Workspace.
ββ Subject: A start job for unit UNIT has failed
ββ Defined-By: systemd
ββ Support: https://forum.manjaro.org/c/support
ββ
ββ A start job for unit UNIT has finished with a failure.
ββ
ββ The job identifier is 752 and the job result is failed.
when I try to start βkonsoleβ from a text terminal, I get
$ DISPLAY=:0.0 konsole
konsole: error while loading shared libraries: libKF6I18nQml.so.6: cannot open shared object file: No such file or directory
I was able to fix this problem by installing ki18n from EXTRA instead of AUR. but now there is the next library missing, while kxmlgui already is the EXTRA version
$ DISPLAY=:0.0 konsole
konsole: symbol lookup error: /usr/lib/libKF6XmlGui.so.6: undefined symbol: _ZN20KAdjustingScrollAreaC1EP7QWidget
is there a way to generally remove some of these AUR installs?
(I really want ksysguard6-git because the stock replacement sucks.)
Recently plasma-desktop crashed on every display standby and on DVD insert/eject, sometimes even killing all dolphin instances. Most of the times I had to manually start plasmashell. but this does not work any more. What exactly should I do?
$ kstart plasmashell
Authorization required, but no authorization protocol specified
qt.qpa.xcb: could not connect to display :0.0
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: minimalegl, wayland, linuxfb, eglfs, wayland-egl, offscreen, minimal, vnc, vkkhrdisplay, xcb.
thnak you very much