From 226282bd90c09b7f3f8812bbd364535c8bb09e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 22 Feb 2014 01:24:13 +0100 Subject: [PATCH] rpm: enable notification-daemon Without it explicitly enabled, notify-send (used by qubes-firewall) does nothing. --- rpm_spec/core-vm.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpm_spec/core-vm.spec b/rpm_spec/core-vm.spec index b9d69a9..d692314 100644 --- a/rpm_spec/core-vm.spec +++ b/rpm_spec/core-vm.spec @@ -168,6 +168,9 @@ echo 'OnlyShowIn=GNOME;QUBES;' >> /etc/xdg/autostart/nm-applet.desktop || : echo 'OnlyShowIn=GNOME;NetVM;' >> /etc/xdg/autostart/nm-applet.desktop || : %endif +# Enable autostart of notification-daemon when installed +ln -s /usr/share/applications/notification-daemon.desktop /etc/xdg/autostart/ + usermod -p '' root usermod -L user