Is there a way to hide specific applications, for example Skype, from Dash?
If so, how?
Is there a way to hide specific applications, for example Skype, from Dash?
If so, how?
To hide installed application(s) (any) from Dash is very well possible.
Find the corresponding .desktop file in /usr/share/applications
Copy the file to ~/.local/share/applications . The local directory is hidden by default, press Ctrl + H to toggle visability.
Open the file with (e.g.) gedit
Add the following line before the line (if it exists) Actions=, but below the first line:
Hidden=true
Now log out and back in and you're done.
Always first copy the .desktop file to ~/.local/share/applications and edit the local one. The local one will then overrule the global one on re- login.
To undo, simply delete the local one.