/usr/share/glib-2.0/schemas/org.ukui.SettingsDaemon.plugins.smartcard.gschema.xml is in ukui-settings-daemon-common 1.1.6-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <schemalist>
<schema gettext-domain="ukui-settings-daemon" id="org.ukui.SettingsDaemon.plugins.smartcard" path="/org/ukui/settings-daemon/plugins/smartcard/">
<key name="active" type="b">
<default>true</default>
<summary>Activation of this plugin</summary>
<description>Whether this plugin would be activated by ukui-settings-daemon or not</description>
</key>
<key name="priority" type="i">
<default>8</default>
<summary>Priority to use for this plugin</summary>
<description>Priority to use for this plugin in ukui-settings-daemon startup queue</description>
</key>
</schema>
</schemalist>
|