~codygarver/+junk/ind-sess

« back to all changes in this revision

Viewing changes to tests/com.canonical.indicator.session.gschema.xml

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