From b488be3ff8d7c2ffa5d3527d35b90c982cfefe7e Mon Sep 17 00:00:00 2001 From: Olivier MEDOC Date: Mon, 21 Apr 2014 18:37:11 +0200 Subject: [PATCH] archlinux: add notification daemon --- archlinux/PKGBUILD.install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/archlinux/PKGBUILD.install b/archlinux/PKGBUILD.install index 6012072..cbec8ba 100644 --- a/archlinux/PKGBUILD.install +++ b/archlinux/PKGBUILD.install @@ -37,7 +37,10 @@ for F in gpk-update-icon nm-applet ; do done echo 'OnlyShowIn=GNOME;UpdateableVM;' >> /etc/xdg/autostart/gpk-update-icon.desktop || : -echo 'OnlyShowIn=GNOME;NetVM;' >> /etc/xdg/autostart/nm-applet.desktop || : +echo 'OnlyShowIn=GNOME;QUBES;' >> /etc/xdg/autostart/nm-applet.desktop || : + +# Enable autostart of notification-daemon when installed +ln -s /usr/share/applications/notification-daemon.desktop /etc/xdg/autostart/ }