I'm experiencing a very weird and serious problem when using Linux's version auto-update feature. It's the second time I experience this issue, the first time while auto-updating to 11.7 and just now, to 11.8.
The context:
• PopOS 20.10 (based on Ubuntu 20.10 aka Groovy which is in turn based on Debian 11 aka Bullseye)
• Gnome Extensions that are also affected:
---> • ArcMenu
---> • DashToPanel
---> • Desktop Icons NG
Steps to reproduce:
• I open FreeFileSync
• A modal window prompt me to update to the latest version
• It downloads successfully
• The script prompts me for my password
• The terminal window closes shortly after so I presume there is no error message
The problem:
• The desktop disappears
• The wallpaper goes solid white
• The panel's icon disappear (I can still hover over their placeholder but there is no image)
• I can't open Gnome apps (Gnome Terminal, Gnome Calculator etc)
What fixes it:
Although I'm not sure what exactly is fixing it because I have tried so many things, I seem to have isolated it to this procedure:
• Open a terminal session by pressing CTRL+ALT+F3
• Force reinstallation of the these packages:
sudo apt install --reinstall software-properties-common software-properties-gtk gir1.2-gtk-3.0
• Open the "Run a command" prompt by pressing ALT+F2
• Reload the Gnome Shell by pressing the lowercase letter "r" and then the "Enter" key
And I get my desktop, menu and panel icons back.
Side note:
For the FreeFileSync and RealTimeSync entries to appear in the Gnome menu after getting my desktop back, I also need to fix the installation directory permissions:
sudo chmod 755 /opt/FreeFileSync
Thank you for looking into this. I know my way around Linux a bit and I was a bit distressed by this problem so I can't help but to feel for someone who'd be new and would stumble upon this.
Otherwise, keep up the great work!
Denis