Instability
A week or so ago external USB drives stopped auto-mounting. I can manually mount them via the "Disks" utility, but it's a minor pain. And the easily readable drive names in Nemo have been replaced by hugely long gobbledy-gook numbers. For instance, my secondary HD went from "Crucial" to "a830996e-63c7-4105-b607-d9a54b3e3eea". Tried to fix the non automount issue for days but no one else seemed to be having the trouble, so I gave up.
It seemed time to do a re-install of Linux Mint, which made me look around at the various alternatives / flavors / UI's for a day or so. This is aided by the distrowatch website, and "live" ISO files that one can boot off of a USB stick. Mint with the XFCE desktop looked nice and minimal, and I actually installed it and started working on getting it the way I like it, but ultimately the Thunar file browser just felt too simplistic. Most of the other distributions had install bugs that I couldn't get past (my motherboard is weird) so in the end I installed Linux Mint Cinnamon 20.1. But after putting everything back the cryptic drive names popped back, and USB drives are failing to auto-mount again. I think it's probably something in an update that hates my hardware.
Going from Mint 20 to 20.1 someone changed the panel applet defaults, and it took me like 3 hours to figure out how to get things back to "normal". "Grouped window list" was the culprit, had to turn it off and seriously muck with others, I might as well be running Ubuntu with tweaks (which is what I'm kinda doing with Mint). Why would anyone want the running program button to be on top of the task bar icon, where clicking it doesn't bring up a separate instance? I often have two or three instances of Nemo open when copying / moving files, and there wasn't even a right click menu option to do this.
I'm beginning to see why folks distro hop so much, and why there are so many UIs. The people in charge of the UIs seem to value shiny change over long-term stable and rational, but there's only so much a person can take in the way of nonsense. It's not so much the grass is greener over there, but the grass right here is definitely turning brown. It's too bad there isn't a simple OS/UI that gets most of the basics right and just stays the way it is - a proper blend of XP and Win7 could have totally killed (which I believe is what Mint is supposed to be).
And another thing: why do I have to install "New Tab Override" to get Firefox to open the page I want in a new tab? It seems like such a basic and desirable thing, shouldn't this be in the preferences of Firefox itself? And why does my cursor in the new tab default to the address bar rather than the search bar? It's little stuff like this that drives me crazy. Maybe I'm too picky.
[EDIT] Just fixed the drive auto-mount and label issues! It seems it was related to a slew of ACPI errors I always see at boot. So I disabled ACPI:
sudo xed /etc/default/grub
Edit: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
sudo update-grub
sudo update-initramfs -u
Reboot
I still see a brief complaint about an IRQ or something, but it boots a lot faster now and auto-mount works again. Was able to change the drive labels to human readable in "Disks" so that's good again. Whew!
[EDIT2] The system won't power down now without me holding the power button for a bit. It seems to suspend all activity when I tell it to power off via the OS, so I guess that's enough. I don't power it down very often anyway.