From dce75cf56efc82ad0210b0d607960beeb1354edd Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Tue, 11 Aug 2015 14:51:03 +0200 Subject: [PATCH] moved python-xdg from Recommends to Depends to fix 'ImportError: No module named xdg.DesktopEntry' https://github.com/QubesOS/qubes-issues/issues/1113 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 14378d7..839b2f3 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Depends: psmisc, python2.7, python-gi, + python-xdg, qubes-utils (>= 3.0.1), sudo, systemd, @@ -49,7 +50,6 @@ Recommends: network-manager-gnome, ntpdate, python-nautilus, - python-xdg, system-config-printer, tinyproxy, xsettingsd,