This is not a duplicate post as there is nothing relating to Ubuntu Studio that I can find that actually works with this issue.
After a failed upgrade from Ubuntu Studio 21.04 to 21.10, I ended up having to use boot-repair
to get it to boot once again. It is clearly still Ubuntu Studio but the bootup splash screen says Xubuntu and all the login and desktop screens are something else too with something like the outline of a squid on them. How can I restore the proper desktop? Is there some command to run that will do it? Apparently this release includes Plasma 5.22.5 and the theming uses the Materia theme and icons are Papirus icons.
sudo dpkg-reconfigure sddm
shows
gdm3
lightdm (as the current)
sddm
sudo apt update
does not show any any hirsute and sudo apt full-upgrade
runs without any errors.
Ubuntu Studio (for those who don't know) is no different than Ubuntu other than it comes pre-installed with a full suite of multimedia and graphics applications.
sudo apt update
does any hirsute show? I'd expect no; if yousudo apt full-upgrade
are all package upgraded with no warnings/errors etc). At the greeter you can select your session (it sounds like you already had Xfce installed; ie. maybe upgraded from a 20.04 Xfce based Studio to 20.10 KDE without re-install maybe..) You can change the DM too to make it default (check what you have installed andsudo dpkg-reconfigure sddm
or equiv.) – guiverc Nov 11 '21 at 01:23sddm
but a failed-upgrade & boot-repair should not have added Xfce packages so your description is missing details; let alone what you meant by "failed upgrade". I'd worry more about ensuring your system is upgraded correctly as Xfce/Ubuntu-Studio plymouth, greeter/DM etc. are petty & easily changed... Xfce should not be included without a reason (such as did you fail to re-install if using a Ubuntu-Studio 20.04 or earlier before using later KDE versions?) – guiverc Nov 11 '21 at 01:25plymouth
& DM are standard (Kubuntu, Lubuntu & Ubuntu Studio use the same); with the duplicate link applying to my Ubuntu system (a Lubuntu) & yours (Ubuntu Studio, legacy with Xfce or modern with KDE) – guiverc Nov 11 '21 at 02:25dpkg-reconfigure
shows you using a non-standard default, plus other options that shouldn't exist on a clean Ubuntu Studio install - making me think you didn't use Ubuntu Studio media; OR upgraded to KDE from a Xfce install (unsupported by Ubuntu Studio) as onlysddm
belongs there. Choose it for a default Ubuntu Studio login screen (for Ubuntu Studio 20.10 & later) but your installation of GNOME (gdm3) & Xfce software was user changes prior to upgrade (ie. 21.04 or before and not the release-upgrade) in my opinion. – guiverc Nov 11 '21 at 03:26sddm
has been using since Ubuntu Studio 20.10; it (Xfce or Gnome components) won't have been added by your use of boot-repair so that's most likely issues done on 21.04 or previous. Refer my prior comments for making it return to default (ie. plymouth, sddm etc) – guiverc Nov 11 '21 at 03:30sudo lshw -C display
or equiv. may help) as this question is about a Xubuntu splash/plymouth screen. I suspect the display issue relates to 5.11 kernel (21.04) being upgraded to 5.13 (21.10) but that doesn't relate to the issue this question is about. – guiverc Nov 11 '21 at 03:46