~ubuntu-branches/ubuntu/oneiric/indicator-session/oneiric-proposed

« back to all changes in this revision

Viewing changes to src/display-manager.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-08-10 16:23:33 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20110810162333-e1elpqez16qr18ya
Tags: 0.3.1-0ubuntu1
* New upstream release.
  - restart is missing from SessionMenu (LP: #815077)
  - Don't allow starting programs via the greeter indicators (LP: #811853)
  - Printer menu item should launch system-config-printer (LP: #818602)
  - gudev integration
  - apt restart required awareness
* debian/control
  - Added build depends on libgudev-1.0-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2
2
<node>
3
 
  <interface name="org.freedesktop.DisplayManager">
 
3
  <interface name="org.freedesktop.DisplayManager.Seat">
4
4
 
5
5
    <!-- Show greeter to allow new login / switch users -->
6
 
    <method name="ShowGreeter"/>
 
6
    <method name="SwitchToGreeter"/>
7
7
 
8
8
    <!-- Switch to a user, starting a new display if required -->
9
9
    <method name="SwitchToUser">
10
10
      <arg name="username" direction="in" type="s"/>
 
11
      <arg name="session" direction="in" type="s"/>
11
12
    </method>
12
13
 
13
14
    <!-- Switch to the guest user -->
14
 
    <method name="SwitchToGuest"/>
 
15
    <method name="SwitchToGuest">
 
16
      <arg name="session" direction="in" type="s"/>
 
17
    </method>
15
18
 
16
19
  </interface>
17
20
</node>