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.
.desktop
files, not programs themselves. You know this quite well. Your answer really should have been on the duplicate. – Sergiy Kolodyazhnyy Nov 02 '16 at 10:26.desktop
file doesn't remove application itself, besides they can be recreated. Second, it's sufficient to rename it to hide (app.desktop.bak
for example ). Finally, same approach with editing the file can be applied in each case. But if you're not satisfied with that question, there's a different one: http://askubuntu.com/q/644384/295286 Same answer as yours, same question. Verdict - still a duplicate – Sergiy Kolodyazhnyy Nov 02 '16 at 10:38