

Settings->Accessibility->Large Text ON
It will increase all text size including title bar text.
id start a nuclear war for a dorito
Settings->Accessibility->Large Text ON
It will increase all text size including title bar text.
I’m so sneaky u cant see me 😜 I am the spectre of communism haunting you
Glad it worked for you! Make sure to check over everything, and make sure the install finished correctly. You might have other broken packages too.
Yeah for like a normal update youd do just upgrade but for a full version upgrade you should be running full-upgrade. It gets rid of conflicts, and goes deeper than the normal upgrade. Just for future reference.
Alright try to plug in the ethernet cable and run
ip link show
sudo dhclient eth0 (Replace “eth0” with your interface name check with
ip link
)
If you see the interface, but its not managed run
sudo ip link set eth0 up
sudo dhclient eth0
(Once again use the interface from ip link)
Assuming you have network connection again run
sudo apt install --reinstall network-manager
sudo systemctl enable --now NetworkManager
If all that works run
sudo apt update
sudo apt full-upgrade
sudo apt autoremove
If that doesn’t work run
journalctl -b -p 3 --no-pager
and tell me what that says
It is possible you have downloaded the new network manager package but not installed it. I would try to run
sudo apt --fix-broken install
sudo apt full-upgrade
and see if it can install anything that is pre-downloaded. This may fix your network issues. If not it’ll be a much more annoying fix.
Im confused about how you did a partial upgrade? Did you run full-upgrade or just upgrade? When i did it it did the entire thing in one go.
thats for gnome