Skip to content

Instantly share code, notes, and snippets.

@toctan
Created September 17, 2013 11:39
Show Gist options
  • Save toctan/6593204 to your computer and use it in GitHub Desktop.
Save toctan/6593204 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Remove Gnome launcher from Applications view
# ./rgl.sh qt4 avahi jdk
while read -r LINE; do
echo "NoDisplay=true" >> $LINE
done < <(pacman -Ql $@ | grep \.desktop$ | cut -d' ' -f2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment