I'm using Ubuntu 22.04. When turning on my laptop today I discovered that some of the keys on my keyboard didn't work anymore, and I had to use the screen keyboard to input my password. I did a quick update && upgrade
to see if that'd fix it. It did fix my keyboard issue.
I find myself however that my DE is broken and some of the things don't work. I can, for example, no longer write after pressing the home key to search for apps. And the styling of the windows manager is really off, as shown here: photo.
The only things I remember doing last night before shutting down my PC was updating some packages. Even though I don't remember that well, I'm pretty sure there was one related to gnome, so I'm thinking it might have something to do with that. (For context, I just executed sudo apt update && sudo apt upgrade -y
).
Any help on how I could fix this? I'm completely lost.
Edit: I already tried reinstalling gnome through apt-get --reinstall install, but it did nothing.
nano ~/.bash_history
. Copy paste it in your question. – GuillaumeF93 Jun 01 '22 at 17:00.bash_history
file and indeed the only relevant thing there is thesudo apt update && sudo apt upgrade -y
command I executed yesterday. I don't feel there's much information to get from that. – Nabiu Jun 01 '22 at 17:15apt history file
, it is located here:/var/log/apt/history.log
. – GuillaumeF93 Jun 01 '22 at 17:21GNOME
(on wayland or xorg) – GuillaumeF93 Jun 01 '22 at 17:45classic gnome
was selected as default and you did not notice. – GuillaumeF93 Jun 01 '22 at 20:32