diff options
Diffstat (limited to 'data/org.ayatana.indicator.keyboard.AccountsService.xml')
-rw-r--r-- | data/org.ayatana.indicator.keyboard.AccountsService.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.keyboard.AccountsService.xml b/data/org.ayatana.indicator.keyboard.AccountsService.xml new file mode 100644 index 00000000..7b7754e2 --- /dev/null +++ b/data/org.ayatana.indicator.keyboard.AccountsService.xml @@ -0,0 +1,11 @@ +<node> + <interface name="org.ayatana.indicator.keyboard.AccountsService"> + <annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/> + <annotation name="org.freedesktop.Accounts.Authentication.ChangeOwn" value="org.ayatana.indicator.keyboard.AccountsService.ModifyOwnUser"/> + <annotation name="org.freedesktop.Accounts.Authentication.ReadAny" value="org.ayatana.indicator.keyboard.AccountsService.ModifyAnyUser"/> + <annotation name="org.freedesktop.Accounts.Authentication.ChangeAny" value="org.ayatana.indicator.keyboard.AccountsService.ModifyAnyUser"/> + <property name="Layouts" type="as" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value="[]"/> + </property> + </interface> +</node> |