Skip to content

Instantly share code, notes, and snippets.

@smac89
Created September 1, 2020 19:41
Show Gist options
  • Save smac89/b2e0e5e25ca41523ab926d1f451d6128 to your computer and use it in GitHub Desktop.
Save smac89/b2e0e5e25ca41523ab926d1f451d6128 to your computer and use it in GitHub Desktop.
XFCE Exo remove unused applications #exo #xfce #desktop

Clearing old applications from xfce exo

In order to find out where exo reads desktop applications from, I had to run the application from my terminal using the command:

strace exo-preferred-applications 2>&1 | grep 'openat.*\.desktop'

This allowed me to identify two folders where exo reads preferred applications from:

/usr/share/xfce4/helpers/
~/.local/share/xfce4/helpers/

Knowing this, I was able to either uninstall or remove useless desktop files which were cluttering the exo menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment