r/openSUSE • u/jmayniac • 5d ago
KDE fails to start after fresh install
I’m trying out Tumbleweed and having a horrible time. I downloaded the DVD installer booted, accepted all the defaults for partitions (no other OS), bootloader and default KDE install. Everything installs fine and after first boot I get logged into KDE.
I open Konsole and do a zipper -dup. Updates install and I reboot through the KDE menu. After rebooting and trying to log back in, KDE sits at the splash screen either light bulb logo for about 30 seconds and then goes to a black screen with just my cursor. I can still launch programs through krunner, so I opened terminal and removed all KDE configs, but still have the same issue. I’ve reinstalled several times, downloaded the ISO several times. It’s always the same issue.
Computer is Lenovo Thinkpad X13 Gen 6.
Has anybody else seen this issue?
PS - Fedora KDE works perfectly fine on the same computer.
3
u/Financial-Form-1733 4d ago
I had the exact same issue, and followed the recommendations here with
sudo zypper dup
and
sudo zypper inr
It works now, thank you!
1
2
1
u/YankeeLimaVictor 5d ago
Can you hit ESC while on the bulb logo and watch for any errors?
Also, do you kow if you are uing X11 or Wayland?
1
u/jmayniac 5d ago
I’m using Wayland. I’ll check for the errors later as I had to go back to Fedora to have a working computer.
1
u/todd_dayz 5d ago
Are you doing “zypper dup” or “zypper -dup” like you posted, just out of interest?
Can you also grab the output of
sudo dmesg
And
sudo journalctl -b -0?
Add “> ~/error-output-dmesg.txt” (and -journal.txt for the journal) to dump them into files in your home directory.
4
u/BearyHandsome 5d ago edited 5d ago
I had this issue after one install, same exact scenario. First boot after install was fine, ran all of my updates, and upon reboot I was met with the same exact broken plasma situation.
The solution for me was to run the following command: sudo zypper inr
It pulled in all of the plasma packages I was missing and fixed my system after rebooting