~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: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-08-25 08:58:56 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20110825085856-qtuta6vqal1iw7mt
Tags: 0.3.3-0ubuntu1
* New upstream release.
  - User menu should still show even if there is only 1 user (LP: #831758)
  - Bluetooth item in menu not needed (LP: #825111)
  - Newly created users are not added to the menu until next 
    login (LP: #552048)
  - Users list in shutdown menu is not updated on user 
    deletion (LP: #557608)
  - should use gsettings rather than gconf (LP: #656323)
* debian/control
  - Bump dbusmenu build dep to >= 0.4.92

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
  </schema>
 
24
</schemalist>