vm: disable some autostart applications

This commit is contained in:
Marek Marczykowski 2012-01-14 01:39:43 +01:00
parent f581fad6fd
commit 7dbb3fe5b0

View File

@ -185,7 +185,7 @@ remove_ShowIn () {
} }
# don't want it at all # don't want it at all
for F in abrt-applet deja-dup-monitor imsettings-start krb5-auth-dialog pulseaudio restorecond sealertauto ; do for F in abrt-applet deja-dup-monitor imsettings-start krb5-auth-dialog pulseaudio restorecond sealertauto gnome-power-manager gnome-sound-applet gnome-screensaver orca-autostart; do
if [ -e /etc/xdg/autostart/$F.desktop ]; then if [ -e /etc/xdg/autostart/$F.desktop ]; then
remove_ShowIn $F remove_ShowIn $F
echo 'NotShowIn=QUBES' >> /etc/xdg/autostart/$F.desktop echo 'NotShowIn=QUBES' >> /etc/xdg/autostart/$F.desktop