- hide annoing applications
This commit is contained in:
parent
0d7da4e453
commit
cb59bad517
@ -346,6 +346,17 @@ mkdir -p %buildroot%_sysconfdir/kde4/xdg/menus/applications-merged/
|
||||
install -m 0644 menu/*.menu %buildroot%_sysconfdir/kde4/xdg/menus/applications-merged/
|
||||
popd
|
||||
|
||||
# disable annoing autostart
|
||||
mkdir -p %buildroot/%_sysconfdir/skel/.config/autostart/
|
||||
for n in tracker-extract tracker-miner-apps tracker-miner-fs tracker-miner-user-guides tracker-store ; do
|
||||
echo -e "[Desktop Entry]\nHidden=true" > %buildroot%_sysconfdir/skel/.config/autostart/$n.desktop
|
||||
done
|
||||
# disable annoing menus
|
||||
mkdir -p %buildroot/%_sysconfdir/skel/.local/share/applications/
|
||||
for n in gnome-mplayer mplayer gmplayer ; do
|
||||
echo -e "[Desktop Entry]\nHidden=true" > %buildroot/%_sysconfdir/skel/.local/share/applications/$n.desktop
|
||||
done
|
||||
|
||||
ln -s license.ru.html %buildroot%_datadir/alt-notes/license.uk.html
|
||||
|
||||
#fwvm-settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user