diff options
author | Ray Strode <rstrode@redhat.com> | 2013-07-27 12:08:08 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2013-07-27 12:10:05 -0400 |
commit | 53e64a8291bca782c113f53e6a04076b6ef06352 (patch) | |
tree | d9ddf164bccf1395ff0dc29a2f7760bc1e42d343 /data | |
parent | e9c98f41320311892aceab179411e88022e2cb41 (diff) | |
download | gdm-53e64a8291bca782c113f53e6a04076b6ef06352.tar.gz |
data: enable g-s-d smartcard plugin
Now that gnome-settings-daemon has a smartcard plugin, enable it at
the login screen, so gnome-shell can leverage it.
https://bugzilla.gnome.org/show_bug.cgi?id=704890
Diffstat (limited to 'data')
-rw-r--r-- | data/00-upstream-settings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/00-upstream-settings b/data/00-upstream-settings index 2e4b3f2b..24a7715e 100644 --- a/data/00-upstream-settings +++ b/data/00-upstream-settings @@ -35,7 +35,7 @@ session-name='gdm-shell' event-sounds=true [org/gnome/settings-daemon/plugins] -whitelisted-plugins=['a11y-keyboard', 'a11y-settings', 'background', 'clipboard', 'color', 'cursor', 'keyboard', 'media-keys', 'orientation', 'power', 'sound', 'xrandr', 'xsettings'] +whitelisted-plugins=['a11y-keyboard', 'a11y-settings', 'background', 'clipboard', 'color', 'cursor', 'keyboard', 'media-keys', 'orientation', 'power', 'smartcard', 'sound', 'xrandr', 'xsettings'] [org/gnome/settings-daemon/plugins/media-keys] calculator='' |