Hi guys
I have updated from 12.3 to leap recently but now I cant login with KDE. Options in login page are IceWM, MWM and TWM and off course Filesafe, default and custom. Following command
zypper install -t pattern kde4 kde4_basis
which use to work in previous release return following error
No provider of kde4 found.
No provider of kde4_basis found.
However kde pattern is installed. I face with the following error when open any window from terminal.
modprobe: ERROR: could not find module by name='nvidia'
I have installed nvidia propriety driver via zypper install-new-recommends
My repositories are:
how did you update, did you do a clean install or did you upgrade over an existing installation, cos LEAP does not come with kde4 it comes with plasma 5, you can still get parts of kde4 or use wolfi’s plasma 5 repo and have both kde4 and plasma 5 (as wolfi has kde4 versions of some apps that are kf5 only)
anyhow if you want some of the kde4 packages try searching for kdebase4 there are quite a few kde4 packages
kdebase4-session kdebase4-workspace kdebase4-workspace-addons kdebase4-workspace-ksysguardd kdebase4-workspace-liboxygenstyle dolphin4 kdm
you’re better off with plasma 5 or install both see this thread https://forums.opensuse.org/showthread.php/512720-Can-I-have-openSUSE-Leap-42-1-with-plasma-4-instead-of-plasma-5
Mentioned error window has a debug button which runs gdb in a konsole. I opened a new tab in that terminal and I can run many application from there like: firefox, chromium, dolphin, kaffeine, …
But my desktop remains a black screen with only a pointer also Alt +F2 does not works.
I removed ~/.kde4 and ~/.kde and ~/.config folders but nothing changed.
Run “sudo zypper dup --from 1”, or remove that repo and run “sudo zypper dup”.
You probably have a mixture of packages from the standard repos and KDE:Frameworks5…
A not-working nvidia driver installation might cause this too though. Your error message about the nvidia module not found might suggest that’s the case.
What graphics card(s) do you have?
Please install the package Mesa-demo-x and post the output of:
glxinfo | grep render
The /var/log/Xorg.0.log might contain clues as well.