diff options
Diffstat (limited to 'data/org.mate.peripherals-smartcard.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.peripherals-smartcard.gschema.xml.in.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.mate.peripherals-smartcard.gschema.xml.in.in b/data/org.mate.peripherals-smartcard.gschema.xml.in.in new file mode 100644 index 0000000..8b6cfd6 --- /dev/null +++ b/data/org.mate.peripherals-smartcard.gschema.xml.in.in @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.peripherals-smartcard" path="/org/mate/desktop/peripherals/smartcard/"> + <key name="removal-action" type="s"> + <default>'none'</default> + <_summary>Smartcard removal action</_summary> + <_description>Set this to one of "none", "lock_screen", or "force_logout". The action will get performed when the smartcard used for log in is removed.</_description> + </key> + </schema> +</schemalist> |