Fix Gnome Software Stuck With “Software catalog is being loaded” Message
killall gnome-software rm -rf ~/.cache/gnome-software
References
https://www.linuxuprising.com/2019/03/fix-gnome-software-stuck-with-software.html
Daily Notes of a Programmer
killall gnome-software rm -rf ~/.cache/gnome-software
References
https://www.linuxuprising.com/2019/03/fix-gnome-software-stuck-with-software.html
gsettings set org.gnome.shell.app-switcher current-workspace-only true gsettings set org.gnome.shell.extensions.dash-to-dock isolate-workspaces true
References
https://askubuntu.com/questions/1068097/separate-workspaces-in-ubuntu-18-04-desktop
tracker-preferences
References
https://ask.fedoraproject.org/en/question/9822/how-do-i-disable-tracker-in-gnome/
sudo add-apt-repository ppa:ne0sight/chrome-gnome-shell
sudo apt-get update && sudo apt-get install chrome-gnome-shell
References
http://www.omgubuntu.co.uk/2017/01/install-gnome-shell-extensions-firefox-chrome
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2 gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
After this changes, it is highly recommended to cleanup the database to reclaim some lost space on the disk:
tracker-control -r
References :
http://askubuntu.com/questions/346211/tracker-store-and-tracker-miner-fs-eating-up-my-cpu-on-every-startup
Stop Apport
sudo service apport stop
Disable Apport at Boot
sudo nano /etc/default/apport
Uninstall Apport
sudo nano /etc/default/apport