~codygarver/+junk/ind-sess

« back to all changes in this revision

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

  • Committer: Cody Garver
  • Date: 2014-04-03 17:08:08 UTC
  • Revision ID: cody@elementaryos.org-20140403170808-z56s93rorb1dzvmk
Initial import, version 12.10.5+14.04.20140324-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist>
 
2
  <schema id="com.canonical.indicator.session" path="/apps/indicator-session/">
 
3
    <key name="suppress-logout-restart-shutdown" type="b">
 
4
      <default>false</default>
 
5
      <_summary>Suppress the dialog to confirm logout, restart and shutdown action</_summary>
 
6
      <_description>Whether or not to show confirmation dialogs for logout, restart and shutdown actions.</_description>
 
7
    </key>
 
8
    <key name="suppress-logout-menuitem" type="b">
 
9
      <default>false</default>
 
10
      <_summary>Remove the Log Out item from the session menu</_summary>
 
11
      <_description>Makes it so that the logout button doesn’t show in the session menu.</_description>
 
12
    </key>
 
13
    <key name="suppress-restart-menuitem" type="b">
 
14
      <default>false</default>
 
15
      <_summary>Remove the Restart item from the session menu</_summary>
 
16
      <_description>Makes it so that the restart button doesn’t show in the session menu.</_description>
 
17
    </key>
 
18
    <key name="suppress-shutdown-menuitem" type="b">
 
19
      <default>false</default>
 
20
      <_summary>Remove the shutdown item from the session menu</_summary>
 
21
      <_description>Makes it so that the shutdown button doesn’t show in the session menu.</_description>
 
22
    </key>
 
23
    <key type="b" name="show-real-name-on-panel">
 
24
      <default>false</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>
 
28
    <key type="b" name="user-show-menu">
 
29
      <default>true</default>
 
30
      <summary>Show the list of users</summary>
 
31
      <description>Allow for the user list to be hidden by the user.</description>
 
32
    </key>
 
33
 
 
34
  </schema>
 
35
  
 
36
</schemalist>