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

« back to all changes in this revision

Viewing changes to data/com.canonical.indicator.session.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2011-09-09 11:18:26 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: package-import@ubuntu.com-20110909111826-5cu458yxgnu4k3nu
Tags: 0.3.5.0-0ubuntu1
* New upstream release:
  - fix the updates menu items randomly working (lp: #842946)
  - "Guest Session should not show if guest session was disabled in 
     the display manager" (lp: #835084)
  - segfault fix (lp: #840660)
  - don't display temporary guest user generated username (lp: #844272)
  - respect "show-real-name-on-panel" to hide the username (lp: #812728)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
      <_summary>Remove the shutdown item from the session menu</_summary>
21
21
      <_description>Makes it so that the shutdown button doesn’t show in the session menu.</_description>
22
22
    </key>
 
23
    <key type="b" name="show-real-name-on-panel">
 
24
      <default>true</default>
 
25
      <summary>Determine the visibility of the User's real name on the panel</summary>
 
26
      <description>Allow for the Removal of the users name from the panel</description>
 
27
    </key>
23
28
    <key type="b" name="user-show-menu">
24
29
      <default>true</default>
25
30
      <summary>Determine the visibility of the User Menu</summary>
26
31
      <description>Allow for the user menu to be hidden by the user.</description>
27
32
    </key>
 
33
    <key type="b" name="use-username-in-switch-item">
 
34
      <default>false</default>
 
35
      <summary>Determine what string to use for the user's name in the switch menuitem.</summary>
 
36
      <description>The switch menuitem as part of the user menu should be default have the label 'Switch User Account'.
 
37
      This settings gives the user the potential to have the label read 'Switch from $username'</description>
 
38
    </key>
 
39
 
28
40
  </schema>
29
41
  
30
42
</schemalist>