~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to data/org.gnome.gnome-panel.gschema.xml.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: james.westby@ubuntu.com-20110530110449-ut1tc5t61rpvf9e3
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
 
2
 
 
3
  <schema id="org.gnome.gnome-panel" path="/org/gnome/gnome-panel/">
 
4
    <child name="general" schema="org.gnome.gnome-panel.general"/>
 
5
    <child name="layout" schema="org.gnome.gnome-panel.layout"/>
 
6
    <child name="lockdown" schema="org.gnome.gnome-panel.lockdown"/>
 
7
    <child name="run-dialog" schema="org.gnome.gnome-panel.run-dialog"/>
 
8
  </schema>
 
9
 
 
10
  <schema id="org.gnome.gnome-panel.general" path="/org/gnome/gnome-panel/general/">
 
11
    <key name="enable-tooltips" type="b">
 
12
      <default>true</default>
 
13
      <_summary>Enable tooltips</_summary>
 
14
      <_description>If true, tooltips are shown for objects in panels. Tooltips can be disabled for the whole desktop with the gtk-enable-tooltips property in GTK+.</_description>
 
15
    </key>
 
16
    <key name="confirm-panel-removal" type="b">
 
17
      <default>true</default>
 
18
      <_summary>Confirm panel removal</_summary>
 
19
      <_description>If true, a dialog is shown asking for confirmation if the user wants to remove a panel.</_description>
 
20
    </key>
 
21
  </schema>
 
22
 
 
23
  <schema id="org.gnome.gnome-panel.layout" path="/org/gnome/gnome-panel/layout/">
 
24
    <key name="toplevel-id-list" type="as">
 
25
      <default>[]</default>
 
26
      <_summary>Panel ID list</_summary>
 
27
      <_description>A list of panel IDs. Each ID identifies an individual toplevel panel. The settings for each of these panels are stored in /apps/panel/toplevels/$(id).</_description>
 
28
    </key>
 
29
    <key name="object-id-list" type="as">
 
30
      <default>[]</default>
 
31
      <_summary>Panel object ID list</_summary>
 
32
      <_description>A list of panel object IDs. Each ID identifies an individual panel object (e.g. an applet, launcher, action button or menu button/bar). The settings for each of these objects are stored in /apps/panel/objects/$(id).</_description>
 
33
    </key>
 
34
  </schema>
 
35
 
 
36
  <schema id="org.gnome.gnome-panel.lockdown" path="/org/gnome/gnome-panel/lockdown/">
 
37
    <key name="locked-down" type="b">
 
38
      <default>false</default>
 
39
      <_summary>Complete panel lockdown</_summary>
 
40
      <_description>If true, the panel will not allow any changes to the configuration of the panel.  Individual applets may need to be locked down separately however. The panel must be restarted for this to take effect.</_description>
 
41
    </key>
 
42
    <key name="disabled-applets" type="as">
 
43
      <default>[]</default>
 
44
      <_summary>Applet IIDs to disable from loading</_summary>
 
45
      <_description>A list of applet IIDs that the panel will ignore.  This way you can disable certain applets from loading or showing up in the menu. For example to disable the mini-commander applet add 'OAFIID:GNOME_MiniCommanderApplet' to this list.  The panel must be restarted for this to take effect.</_description>
 
46
    </key>
 
47
    <key name="disable-force-quit" type="b">
 
48
      <default>false</default>
 
49
      <_summary>Disable Force Quit</_summary>
 
50
      <_description>If true, the panel will not allow a user to force an application to quit by removing access to the force quit button.</_description>
 
51
    </key>
 
52
  </schema>
 
53
 
 
54
  <schema id="org.gnome.gnome-panel.run-dialog" path="/org/gnome/gnome-panel/run-dialog/">
 
55
    <key type="as" name="history">
 
56
      <default>[]</default>
 
57
      <_summary>History of "Run Application" dialog</_summary>
 
58
      <_description>The list of commands used in the past in the "Run Application" dialog.</_description>
 
59
    </key>
 
60
    <key name="enable-program-list" type="b">
 
61
      <default>true</default>
 
62
      <_summary>Enable program list in "Run Application" dialog</_summary>
 
63
      <_description>If true, the "Known Applications" listing in the "Run Application" dialog is made available. Whether or not the listing is expanded when the dialog is shown is controlled by the show_program_list key.</_description>
 
64
    </key>
 
65
    <key name="show-program-list" type="b">
 
66
      <default>false</default>
 
67
      <_summary>Expand program list in "Run Application" dialog</_summary>
 
68
      <_description>If true, the "Known Applications" listing in the "Run Application" dialog is expanded when the dialog is opened. This key is only relevant if the enable_program_list key is true.</_description>
 
69
    </key>
 
70
    <key name="enable-autocompletion" type="b">
 
71
      <default>true</default>
 
72
      <_summary>Enable autocompletion in "Run Application" dialog</_summary>
 
73
      <_description>If true, autocompletion in the "Run Application" dialog is made available.</_description>
 
74
    </key>
 
75
  </schema>
 
76
 
 
77
</schemalist>