aboutsummaryrefslogtreecommitdiff
path: root/data/indicator-session.schemas.in
blob: bb8a1471031c605fee9275ff4d8d764a51855d8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/indicator-session/suppress_logout_restart_shutdown</key>
      <applyto>/apps/indicator-session/suppress_logout_restart_shutdown</applyto>
      <owner>indicator-session</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Suppress the dialog to confirm logout, restart and shutdown action</short>
	<long>Whether or not to show confirmation dialogs for logout,
        restart and shutdown actions.</long>
      </locale>
    </schema>
	<schema>
		<key>/schemas/apps/indicator-session/suppress_logout_menuitem</key>
		<applyto>/apps/indicator-session/suppress_logout_menuitem</applyto>
		<owner>indicator-session</owner>
		<type>bool</type>
		<default>FALSE</default>
		<locale name="C">
			<short>Remove the Log Out item from the session menu</short>
			<long>Makes it so that the logout button doesn't show in the session menu.</long>
		</locale>
	</schema>
  </schemalist>
</gconfschemafile>