Set names of hidden entries in file menu/hidden-menu-entries
This commit is contained in:
parent
b9b493ee85
commit
ec50628e56
@ -116,7 +116,7 @@ indexhtml: indexhtml/index.css
|
||||
install -Dpm644 indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop
|
||||
|
||||
hidden-menu-entries:
|
||||
for entry in alt-alt_linux alt-docs-main ccsm cups dosbox flash-player-properties fp gnuplot htop ImageMagick lftp links2 mc nano nvidia-settings policyeditor ppapi-plugin-adobe-flash pysol uxterm wine-winemine xfce-xfcalendar-settings xterm gnome-mplayer mplayer gmplayer;do \
|
||||
for entry in `cat menu/hidden-menu-entries`;do \
|
||||
echo -e "[Desktop Entry]\nHidden=true" > menu/applications/$$entry.desktop; \
|
||||
done
|
||||
|
||||
|
25
menu/hidden-menu-entries
Normal file
25
menu/hidden-menu-entries
Normal file
@ -0,0 +1,25 @@
|
||||
alt-alt_linux
|
||||
alt-docs-main
|
||||
ccsm
|
||||
cups
|
||||
dosbox
|
||||
flash-player-properties
|
||||
fp
|
||||
gnuplot
|
||||
htop
|
||||
ImageMagick
|
||||
lftp
|
||||
links2
|
||||
mc
|
||||
nano
|
||||
nvidia-settings
|
||||
policyeditor
|
||||
ppapi-plugin-adobe-flash
|
||||
pysol
|
||||
uxterm
|
||||
wine-winemine
|
||||
xfce-xfcalendar-settings
|
||||
xterm
|
||||
gnome-mplayer
|
||||
mplayer
|
||||
gmplayer
|
Loading…
x
Reference in New Issue
Block a user