I recently updated to Ubuntu 24.04 LTS from 22.04 for a bunch of reasons. Here are a few tweaks I did to make it look more like Ubuntu 22.04.
-
Getting the "tab" for active app on the top bar
sudo apt install gnome-shell-extension-manager- Extension Manager > Browse > App menu is back
-
Getting the full bottom panel (I cannot remember if this was the default for Ubuntu 22.04 or if I set this up because I wanted Ubuntu 22.04 to look like an older version)
- Settings > Ubuntu Desktop > Panel Mode (ON), Position on Screen (BOTTOM)
-
Getting the "Activities button" (I don't think this is very important for me. Please drop an email if you know a good fix.)
I generally want to use a version of Ubuntu (or any OS) for as long as possible. However, I had to upgrade from 22.04 to 24.04 because of the following reasons.
-
I strongly prefer
apt/dpkgtosnap/flatpak. I totally acknowledge the utility ofsnapfor servers (which have to be very stable) or PC users who would rather pick bloat over having to tinker. Personally, I'd rather fight all the dependency issues rather than putting up with the bloat and duplicates that come withsnaporflatpak. -
When I try to install some software, the right version of
libc6was not available for Ubuntu 22.04. The workaround for this would have been to either install thesnapversion of the software (no!), usedistrobox/dockerkind of container with Ubuntu 24.04 with the new version oflibc6, find a version of the software that works with olderlibc6, or try to compile the software with the olderlibc6by myself. I decided to go to Ubuntu 24.04 and do none of these. -
The irony of going to Ubuntu 24.04 to avoid
snapis not lost on me.