summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2017-04-18 14:35:36 -0400
committerBastien Nocera <hadess@hadess.net>2017-04-21 14:59:44 +0200
commit1de232bd5b72534489f61eb4c666b5a892120f6d (patch)
treeaba0312529cff5e6781022ea2a41cc7e3701c6d7
parentb97f60d41fa4419b8b33b1325523e5486e1a160a (diff)
downloadgnome-settings-daemon-1de232bd5b72534489f61eb4c666b5a892120f6d.tar.gz
common: Fix plugin whitelist for gdm
The plugin names don't have a gsd- prefix, so the login screen is currently getting started with no plugins! This commit fixes that, and as a consequence, fixes hidpi scaling for the login screen. https://bugzilla.gnome.org/show_bug.cgi?id=780208
-rw-r--r--plugins/common/daemon-skeleton-gtk.h24
-rw-r--r--plugins/common/daemon-skeleton.h24
2 files changed, 24 insertions, 24 deletions
diff --git a/plugins/common/daemon-skeleton-gtk.h b/plugins/common/daemon-skeleton-gtk.h
index 714e48b3..3bfd618a 100644
--- a/plugins/common/daemon-skeleton-gtk.h
+++ b/plugins/common/daemon-skeleton-gtk.h
@@ -39,18 +39,18 @@ static GOptionEntry entries[] = {
};
static const char *gdm_helpers[] = {
- "gsd-a11y-keyboard",
- "gsd-a11y-settings",
- "gsd-clipboard",
- "gsd-color",
- "gsd-keyboard",
- "gsd-media-keys",
- "gsd-orientation",
- "gsd-power",
- "gsd-smartcard",
- "gsd-sound",
- "gsd-xrandr",
- "gsd-xsettings"
+ "a11y-keyboard",
+ "a11y-settings",
+ "clipboard",
+ "color",
+ "keyboard",
+ "media-keys",
+ "orientation",
+ "power",
+ "smartcard",
+ "sound",
+ "xrandr",
+ "xsettings"
};
static gboolean
diff --git a/plugins/common/daemon-skeleton.h b/plugins/common/daemon-skeleton.h
index dedfd61c..07f8d23b 100644
--- a/plugins/common/daemon-skeleton.h
+++ b/plugins/common/daemon-skeleton.h
@@ -38,18 +38,18 @@ static GOptionEntry entries[] = {
};
static const char *gdm_helpers[] = {
- "gsd-a11y-keyboard",
- "gsd-a11y-settings",
- "gsd-clipboard",
- "gsd-color",
- "gsd-keyboard",
- "gsd-media-keys",
- "gsd-orientation",
- "gsd-power",
- "gsd-smartcard",
- "gsd-sound",
- "gsd-xrandr",
- "gsd-xsettings"
+ "a11y-keyboard",
+ "a11y-settings",
+ "clipboard",
+ "color",
+ "keyboard",
+ "media-keys",
+ "orientation",
+ "power",
+ "smartcard",
+ "sound",
+ "xrandr",
+ "xsettings"
};
static gboolean