~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, Sebastien Bacher, Jeremy Bicha
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.13.10 upstream) (2.2.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20110530110449-hinl17kxkcefjw6x
Tags: 1:3.0.2-0ubuntu1
[ Sebastien Bacher ]
* New upstream version
* debian/control.in:
  - the new libgweather version is in oneiric, use it
  - drop the python and python-gconf depends, 
    they were added for gnome-panel-add which is still using gconf and buggy
* debian/gnome-panel-data.install:
  - don't install the apport hook, it's only getting gconf datas which 
    doesn't work since gnome-panel uses gsettings
* debian/patches/90_build_fixes.patch:
  - restore build fix from git not applied in the new serie
* debian/patches/01_panel_submenus.patch:
  - don't take that Debian diff, the .menus use the upstream naming in Ubuntu
* debian/patches/06_no_resize_grip.patch:
  - dropped, the issue is fixed in the new version
* debian/patches/50_fix-potfiles.patch:
  - dropped, the issue is fixed in the new version
* debian/watch:
  - track unstable series as well

Drop those delta, since gnome-panel is not the default Ubuntu session now we
can go back to an experience closer to the upstream one: 
* debian/control.in:
  - drop the indicators recommends, unity-2d is the ubuntu fallback session
    so we can get back to use an upstream config for gnome-panel and reduce
    the delta we carry
* debian/patches/04_default_panel_config.patch:
  - don't modify the upstream layout
* debian/patches/05_no_session_delay.patch:
  - no need to tweak the upstream session to optimize it
* debian/patches/16_compiz_workspace_switcher.patch:
  - go back to the upstream switcher behaviour    
* debian/patches/25_dynamic_fusa_detection.patch:
  - not needed since we use the upstream layout, could be ported if someone
    is wanting to do the work though
* debian/patches/30_disable-initial-animation.patch, debian/rules:
  - drop the --disable-initial-animation, that was some login optimization
    but since it's not the default desktop you should go back to the 
    upstream behaviour

[ Jeremy Bicha ]   
* New upstream version
* Merge from Debian experimental, remaining Ubuntu changes:
* debian/control:
  - Recommends gnome-settings-daemon which has the timezone polkit service
* debian/rules:
  - Update translations template.
* debian/gnome-panel-data.install:
  - Install apport hook
  - Install the "About Ubuntu" menu item.
* debian/patches/01_layout.patch:
  - Disabled, Help & About Ubuntu don't fit as well in Gnome Panel 3
* debian/patches/01_panel_submenus.patch.
  - Dropped
* debian/patches/03_dnd_places_link.patch:
  - Disabled, when using Drag'n'Drop from Places menu, install a link launcher
    (.desktop file) instead of copying the entire directory.
* debian/patches/17_about-ubuntu-translation.patch:
  - List ubuntu-about.desktop for translation.
* debian/patches/40_unset_menuproxy.patch:
  - Make sure gnome-panel and the applets don't pick up menu proxies.
* debian/patches/50_fix-potfiles.patch
  - Fix i18n
* debian/patches/85_disable_shutdown_on_ltsp.patch:
  - Suppress the shutdown option in the panel if LTSP_CLIENT is set.
* debian/patches/71_change_bookmark_submenu_limit_value.patch
  - Dropped, picked up by Debian
* debian/patches/18_lockdown_lock_editor.patch:
* debian/patches/90_git_wnck_show_realize.patch:
* debian/patches/90_fix_linking_DSO_link.patch:
* debian/patches/91_gir_annotations.patch
* debian/patches/92_git_calendar_day.patch
* debian/patches/92_git_fix_applets_in_multiscreen.patch:
  - Dropped, applied upstream
* debian/watch:
  - watch unstable versions

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>