I tried to install a new desktop environment according to this link: https://discovery.endeavouros.com/desktop-environments/removing-a-desktop-environment/2021/03/. I followed the steps it showed:
- uninstall old Desktop:
eos-packagelist "XFCE4-Desktop" > xfce
followed by:sudo pacman -Rc - < xfce4
- install new Desktop:
eos-packagelist --install "GNOME-Desktop"
- Make sure base system is intact:
eos-packagelist --install "Desktop-Base + Common packages"
- change Display Manager:
sudo systemctl -f enable GDM
And I was really dumb, didnt’t read through and thought command #2 would change the desktop so I repeated it with multiple different desktops throwing errors because of dependency issues although the desktops are still installed, then I did the same with “sudo pacman -S xfce4-desktop”(which I got from here: https://discovery.endeavouros.com/desktop-environments/how-to-install-desktop-environments-next-to-your-existing-ones/2021/03/ )and again multiple other desktops. I then reread the tutorial. But “eos-packagelist --list” said that “Desktop-Base + Common packages” was already installed so I skipped step 3 until step 4 said “Failed to enable unit: Unit service.GDM does not exist”.
Random details:
- I run a dual boot system with windows 11
- In the menu that shows up on boot to choose which system to boot into there is a EOS fallback which also is stuck in tty1
I am sorry for causing whats probably a very avoidable error and wasting your time.
Thank you.