summaryrefslogtreecommitdiff
path: root/doc/org.mydm.MyDisplayManager.Wallpaper.xml
blob: 1319f12c94faa853193d8fdbcf737e7e52195381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<node>
  <!-- 
   1. Copy this example to this directory:
     # install -c -m 644 doc/org.mydm.MyDisplayManager.Wallpaper.xml $prefix/share/dbus-1/interfaces
   2. Link into accountsservice interfaces directory:
     # install -d $prefix/share/accountsservice/interfaces/
     # ln -s ../../dbus-1/interfaces/org.mydm.MyDisplayManager.Wallpaper.xml $prefix/share/accountsservice/interfaces/
   3. Reload accounts-daemon
  -->
  <interface name="org.mydm.MyDisplayManager.Wallpaper">

    <annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/>

    <!-- defaults to always allowed -->
    <!--
    <annotation name="org.freedesktop.Accounts.Authentication.ReadOwn"
                value="org.mydm.MyDisplayManager.ReadWallpaper"/>
    <annotation name="org.freedesktop.Accounts.Authentication.ReadAny"
                value="org.mydm.MyDisplayManager.ReadWallpaper"/>
    -->

    <!-- defaults to org.freedesktop.accounts.user-administration -->
    <annotation name="org.freedesktop.Accounts.Authentication.ChangeAny"
                value="org.mydm.MyDisplayManager.ModifyWallpaper"/>

    <!-- defaults to org.freedesktop.accounts.change-own-user-data -->
    <!--
    <annotation name="org.freedesktop.Accounts.Authentication.ChangeOwn"
                value="org.mydm.MyDisplayManager.ModifyWallpaper"/>
    -->

    <property name="filename" type="s" access="readwrite"/>

    <property name="display-mode" type="s" access="readwrite">
      <annotation name="org.freedesktop.Accounts.DefaultValue.String" value="zoom"/>
    </property>

    <property name="background-color" type="(iii)" access="readwrite">
      <annotation name="org.freedesktop.Accounts.DefaultValue" value="(0xdd, 0x48, 0x14)"/>
    </property>

  </interface>
</node>

<!-- must install file in XDG_DATA_DIRS/dbus-1/interfaces
     and symlink to it from XDG_DATA_DIRS/accountsservice/interface
     with the same basename, using a relative path starting '../../dbus-1/interfaces/"
 -->