Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 8b01945..9dadb7a 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -232,6 +232,14 @@ checks = \
"checker": "python",
"packages": { "fedora": "gtksourceview3",
"ubuntu": "gir1.2-gtksource-3.0" } },
+ { "check": "from gi.repository import GConf",
+ "checker": "python",
+ "packages": { "fedora": "GConf2",
+ "ubuntu": "gir1.2-gconf-2.0" } },
+ { "check": "from gi.repository import Wnck",
+ "checker": "python",
+ "packages": { "fedora": "libwnck3",
+ "ubuntu": "gir1.2-wnck-3.0" } },
{ "check": "import rsvg",
"checker": "python",
"packages": { "fedora": "gnome-python2-rsvg",