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

« back to all changes in this revision

Viewing changes to data/indicator-session.schemas.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
 
<?xml version="1.0"?>
2
 
<gconfschemafile>
3
 
  <schemalist>
4
 
    <schema>
5
 
                <key>/schemas/apps/indicator-session/suppress_logout_restart_shutdown</key>
6
 
                <applyto>/apps/indicator-session/suppress_logout_restart_shutdown</applyto>
7
 
                <owner>indicator-session</owner>
8
 
                <type>bool</type>
9
 
                <default>FALSE</default>
10
 
                <locale name="C">
11
 
                        <short>Suppress the dialog to confirm logout, restart and shutdown action</short>
12
 
                        <long>Whether or not to show confirmation dialogs for logout,
13
 
                              restart and shutdown actions.</long>
14
 
                </locale>
15
 
    </schema>
16
 
        <schema>
17
 
                <key>/schemas/apps/indicator-session/suppress_logout_menuitem</key>
18
 
                <applyto>/apps/indicator-session/suppress_logout_menuitem</applyto>
19
 
                <owner>indicator-session</owner>
20
 
                <type>bool</type>
21
 
                <default>FALSE</default>
22
 
                <locale name="C">
23
 
                        <short>Remove the Log Out item from the session menu</short>
24
 
                        <long>Makes it so that the logout button doesn't show in the session menu.</long>
25
 
                </locale>
26
 
        </schema>
27
 
        <schema>
28
 
                <key>/schemas/apps/indicator-session/suppress_restart_menuitem</key>
29
 
                <applyto>/apps/indicator-session/suppress_restart_menuitem</applyto>
30
 
                <owner>indicator-session</owner>
31
 
                <type>bool</type>
32
 
                <default>FALSE</default>
33
 
                <locale name="C">
34
 
                        <short>Remove the Restart item from the session menu</short>
35
 
                        <long>Makes it so that the restart button doesn't show in the session menu.</long>
36
 
                </locale>
37
 
        </schema>
38
 
        <schema>
39
 
                <key>/schemas/apps/indicator-session/suppress_shutdown_menuitem</key>
40
 
                <applyto>/apps/indicator-session/suppress_shutdown_menuitem</applyto>
41
 
                <owner>indicator-session</owner>
42
 
                <type>bool</type>
43
 
                <default>FALSE</default>
44
 
                <locale name="C">
45
 
                        <short>Remove the shutdown item from the session menu</short>
46
 
                        <long>Makes it so that the shutdown button doesn't show in the session menu.</long>
47
 
                </locale>
48
 
        </schema>
49
 
  </schemalist>
50
 
</gconfschemafile>