Hi,
I wanted to change from GNOME to KDE-plasma and tried to do the change without a guide because it seemed simple.
I am on an i5-13600K and a RX9070.
I ran sudo apt install kde-plasma-desktop and switched to sddm as the default in the popup screen. I then rebooted and got stuck on the zorin splash screen (just the pulsating logo). I tried to fix things by googling and got into the grub menu where I ran the following commands:
grub> set root=(hd4,gpt2)
grub> linux /boot/vmlinuz-6.17.0-23-generic root=UUID=[MY_LINUX_DRIVE'S_UUID] ro systemd.unit=multi-user.target
grub> initrd /boot/initrd.img-6.17.0-23-generic
grub> boot
This booted into tty1 and from there tried to troubleshoot by doing the following steps:
- apt update && apt upgrade
- reinstall kde-plasma-desktop and sddm
- uninstall zorin-os-desktop, gdm3 and gnome-shell
- enable sddm.service
This showed a really botched login screen that was not sized properly and had streched textures. I rebooted thinking it was a driver issue which went back to the zoein screen. I Followed the grub steps again and decided that kde was not worth the hassle so I:
- installed gnome-shell, zorin-os-desktop, and gdm3
- uninstalled kde-plasma-desktop and sddm
- enabled gdm3.service
This brought me back to my normal login screen. I then ran update-grub to save my settings so it does what I have done in grub, but after restarting, the problem of being stuck at the splash screen stuck. I have to go into grub every boot and restart gdm3.service.
I am at a loss for what I might have broken but I wanted to know of there is anyway out or I should reinstall zorin?
Sorry for the long-winded post.