Sort GNOME Shell Apps!
This simple shell script makes the GNOME Shell Apps Dashboard sort the apps into their respective categories based on the FreeDesktop standard.
Results
A nicely sorted Apps Dashboard!
App icons are property of their respective owners.
How to use?
You may want to back up your dConf before doing this, just in case something goes wrong.
Using the new beta interactive script
- Clone or download the repository from GitHub.
- Open a terminal and
cd
to the directory containing the files. - Flag
interactive.py
as executable:chmod +x interactive.py
- Run the script:
./interactive.py
- Follow the instructions on-screen and make selections using the keyboard.
- Enjoy!
Using the legacy shell script
- Clone or download this repository from GitHub.
- Open a terminal and
cd
to the directory containing the files. - Flag
appfixer.sh
as executable:chmod +x ./appfixer.sh
- Run
./appfixer.sh
from a terminal. - Restart GNOME Shell by pressing
ALT+F2
and running the commandr
. Alternatively, you could restart your machine or log out/in to achieve this. - Enjoy!
Got a problem?
Read the Wiki FAQ to see if your problem has already been solved. If not, then open an issue.