diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 14:47:12 -0400 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 14:47:12 -0400 |
| commit | b81fe696008620e4123d1407f382561123c86382 (patch) | |
| tree | 92eae2c248aa980058d87899ad554b33a1fed071 /src/display-manager.xml | |
| parent | 31c18f6eda48e5ce6f28231585c53a53bd971e04 (diff) | |
| parent | 9c47ca97c6471ff44e44ad0403237ac054333fc2 (diff) | |
| download | ayatana-indicator-session-b81fe696008620e4123d1407f382561123c86382.tar.gz ayatana-indicator-session-b81fe696008620e4123d1407f382561123c86382.tar.bz2 ayatana-indicator-session-b81fe696008620e4123d1407f382561123c86382.zip | |
* New upstream release. (0.2.91)
* Integrates with LightDM now
* Moved to libindicator 0.4
* New upstream release. (0.2.92)
* Fixed dist'ing the XML files
* debian/control: Move suggests from gdm to lightdm
Diffstat (limited to 'src/display-manager.xml')
| -rw-r--r-- | src/display-manager.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/display-manager.xml b/src/display-manager.xml new file mode 100644 index 0000000..004eca1 --- /dev/null +++ b/src/display-manager.xml @@ -0,0 +1,17 @@ +<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> +<node> + <interface name="org.freedesktop.DisplayManager"> + + <!-- Show greeter to allow new login / switch users --> + <method name="ShowGreeter"/> + + <!-- Switch to a user, starting a new display if required --> + <method name="SwitchToUser"> + <arg name="username" direction="in" type="s"/> + </method> + + <!-- Switch to the guest user --> + <method name="SwitchToGuest"/> + + </interface> +</node> |
