Ok, lets try to fix that. From TTY you run as your user: sudo pacman -S sddm sddm-kcm breeze
and then try to run: sudo touch /etc/sddm.conf.d/kde_settings.conf
and then edit it /etc/sddm.conf.d/kde_settings.conf
and try to append this lines into it.
No,
Note:
I am using btrfs over luks and I’ve already had corrupt file system. As This is my main system I am going to backup to usb and re-install it.
I am having the same issue, started a few hours ago after an update.
Trying @anon89812132 fix got rid of my the error on the SDDM login screen, but when I login I am just getting a black screen and a cursor. This was also happening before the SDDM changes and only started occurring after the update.
I can manually run GTK apps and the manjaro-settings-manager by starting them from another TTY and exporting DISPLAY to be “:0”, but any KDE/Plasma applications fail with the same error, below is the error when I try to run Dolphin:
dolphin: symbol lookup error: /usr/lib/libKF5KIOCore.so.5: undefined symbol: _ZN4KJob14percentChangedEPS_mNS_14QPrivateSignalE
That is kio package related, or kio didn’t updated/loaded properly. As for the black screen can be also due to a widget you installed from Store or AUR and is not working fine with the new frameworks and need to be removed and then reinstalled, or you have video driver issue …
After last update, my sddm is ok but when I login there’s no kde taskbar and the screen is black (there’s just firefox window open) anything I can do?
Many thanks.
After doing a fresh install update all. I don’t have any issue.
I have /usr/lib/libKF5KIOCore.so.5 appartient à kio 5.80.1-1
Note on previous install I had SDK KDE
I managed to fix my system. I not sure when or how it happened, but it looks like a few of my KDE packages switched over to the community version (i.e. end in -git) from the extras versions. It might of happened when I installed neochat.
Most of the system was using the extras versions, but I had the following installed:
kcoreaddons-git kdbusaddons-git kwindowsystem-git kcodecs-git kconfig-git kirigami2-git kquickimageeditor-git knotifications-git ki18n-git
Reinstalling the extras versions fixed my issues, i.e. running
If you installed neochat-git that would explain it. That pulls in some -git dependencies, which would try to replace some of your system with git packages.