From afb70cf040274af105cc8e4d9d415302e07fe63a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 10 Oct 2015 15:30:06 +0200 Subject: [PATCH] Add missing R: dconf to hide nm-applet when not used Without dconf, gsettings uses "memory" backend which isn't saved anywhere and isn't shared across applications. This makes gsettings pretty useless. Fixes QubesOS/qubes-issues#1299 --- rpm_spec/core-vm.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpm_spec/core-vm.spec b/rpm_spec/core-vm.spec index ee8e75c..ded4667 100644 --- a/rpm_spec/core-vm.spec +++ b/rpm_spec/core-vm.spec @@ -61,6 +61,8 @@ Requires: ImageMagick Requires: librsvg2-tools Requires: fakeroot Requires: desktop-notification-daemon +# to show/hide nm-applet +Requires: dconf Requires: pygtk2 Requires: zenity Requires: qubes-libvchan