summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 05:34:33 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 05:34:33 +0000
commit0d7d26c3eb954a19e6ac74d14c0a4774b411a224 (patch)
treeb82630f9ef516a887bd99da690bd38ad8725e09c
parent708172a30eb92f4e2961801fa56f30d7f46eba91 (diff)
downloadgnome-panel-0d7d26c3eb954a19e6ac74d14c0a4774b411a224.tar.gz
gnome-panel-0d7d26c3eb954a19e6ac74d14c0a4774b411a224.tar.xz
gnome-panel-0d7d26c3eb954a19e6ac74d14c0a4774b411a224.zip
auto-import changelog data from gnome-panel-2.4.0-3.src.rpmgnome-panel-2_4_0-3
Thu Oct 09 2003 Owen Taylor <otaylor@redhat.com> 2.4.0-2 - Look up the largest size available when picking default images for panel stock icons (#106673) Thu Sep 04 2003 Alexander Larsson <alexl@redhat.com> 2.3.90-1 - update to 2.3.90 - Add backwards compat panel config schemas Wed Aug 27 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-1 - update to 2.3.7 - patch the right icon for the main menu (#102672) - PreReq a new gconf (#102530) Mon Aug 25 2003 Alexander Larsson <alexl@redhat.com> 2.3.6.2-4 - Don't lock all objects on panel - use "make DESTDIR=... install" so gconf rules are right Mon Aug 18 2003 Alexander Larsson <alexl@redhat.com> 2.3.6.2-3 - Update the default panel setup handling to the new way Thu Aug 14 2003 Jonathan Blandford <jrb@redhat.com> 2.3.6.2-1 - remove the right .la files. Thu Aug 14 2003 Alexander Larsson <alexl@redhat.com> 2.3.6.2-1 - update for gnome 2.3 Tue Jul 29 2003 Havoc Pennington <hp@redhat.com> 2.2.2.1-3 - disable gtk doc Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.2.2.1-3 - rebuild Wed Jul 09 2003 Alexander Larsson <alexl@redhat.com> 2.2.2.1-2 - Fix redhat menu icon Mon Jul 07 2003 Havoc Pennington <hp@redhat.com> 2.2.2.1-1 - 2.2.2.1 - remove memleaks patch, now upstream - remove applet-sm patch now upstream - remove "null" patch, now upstream - remove recent-monitor patch now upstream - remove notification area crash fix, now upstream Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt
-rw-r--r--.cvsignore2
-rw-r--r--gnome-panel.spec164
-rw-r--r--redhat-panel-backwards-compat-config.schemas1528
-rw-r--r--redhat-panel-default-setup.entries672
-rw-r--r--sources2
5 files changed, 2288 insertions, 80 deletions
diff --git a/.cvsignore b/.cvsignore
index c696229..430a220 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gnome-panel-2.2.0.1.tar.bz2
+gnome-panel-2.4.0.tar.bz2
diff --git a/gnome-panel.spec b/gnome-panel.spec
index da5166a..833a934 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -3,25 +3,25 @@
%define glib2_version 2.2.0
%define gtk2_version 2.2.0
%define libglade2_version 2.0.0-3
-%define libgnomeui_version 2.2.0
-%define gnome_desktop_version 2.2.0
-%define libwnck_version 2.2.0
-%define libbonobo_version 2.2.0
-%define libbonoboui_version 2.2.0
-%define gnome_vfs2_version 2.2.0
-%define bonobo_activation_version 2.2.0
+%define libgnomeui_version 2.3.0
+%define gnome_desktop_version 2.3.0
+%define libwnck_version 2.3.1
+%define libbonobo_version 2.3.0
+%define libbonoboui_version 2.3.0
+%define gnome_vfs2_version 2.3.7
%define libxslt_version 1.0.21-2
%define startup_notification_version 0.5
%define redhat_menus_version 0.32
Summary: GNOME panel
Name: gnome-panel
-Version: 2.2.0.1
-Release: 9
+Version: 2.4.0
+Release: 3
URL: http://www.gnome.org
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-panel/%{name}-%{version}.tar.bz2
-Source2: redhat-panel-per-panel-config.schemas
-Source3: redhat-panel-per-panel-config-battstat.schemas
+Source2: redhat-panel-default-setup.entries
+Source3: redhat-panel-default-setup-battstat.entries
+Source4: redhat-panel-backwards-compat-config.schemas
#Source5: gnome-panel-2.0.6-extrapo.tar.gz
License: GPL
Group: User Interface/Desktops
@@ -31,6 +31,7 @@ Requires: gnome-desktop >= %{gnome_desktop_version}
Requires: libwnck >= %{libwnck_version}
Requires: redhat-menus >= %{redhat_menus_version}
Prereq: /bin/awk, /bin/cat, /bin/ln, /bin/rm
+Prereq: GConf2 >= 2.3.3
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
@@ -41,36 +42,20 @@ BuildRequires: libwnck-devel >= %{libwnck_version}
BuildRequires: libbonobo-devel >= %{libbonobo_version}
BuildRequires: libbonoboui-devel >= %{libbonoboui_version}
BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
-BuildRequires: bonobo-activation-devel >= %{bonobo_activation_version}
BuildRequires: libxslt-devel >= %{libxslt_version}
BuildRequires: fontconfig-devel
BuildRequires: startup-notification-devel >= %{startup_notification_version}
BuildRequires: libtool automake autoconf
## http://bugzilla.gnome.org/show_bug.cgi?id=85723
-Patch1: gnome-panel-2.1.90.1-clock-addons.patch
-Patch2: gnome-panel-2.0.2.90-pager-rows.patch
-Patch3: gnome-panel-2.0.2.90-clock-seconds.patch
-Patch4: gnome-panel-2.0.3-default-menu-flags.patch
+Patch2: gnome-panel-2.3.6.2-pager-rows.patch
+Patch3: gnome-panel-2.3.6.2-clock-date.patch
+Patch4: gnome-panel-2.3.6.2-default-menu-flags.patch
Patch5: gnome-panel-2.0.3-remove-screenshot-menuitem.patch
Patch6: gnome-panel-2.0.9-menu_fixup.patch
-Patch7: gnome-panel-2.0.6-memleaks-and-clock-format.patch
Patch8: gnome-panel-2.1.90.1-no-fortune.patch
-Patch9: gnome-panel-2.2.0-recent-monitor.patch
-# Only one screenshot at a time, #71432, bugzilla.gnome.org #91924
-#Patch10: gnome-panel-2.0.6-singlesshot.patch
-Patch11: gnome-panel-2.1.90.1-null.patch
-Patch12: gnome-panel-2.2.0.1-notification-area-fix.patch
-
-## http://bugzilla.gnome.org/show_bug.cgi?id=106650
-Patch14: gnome-panel-2.2.0.1-applet-sm.patch
-
-## http://bugzilla.gnome.org/show_bug.cgi?id=105148
-## http://bugzilla.gnome.org/show_bug.cgi?id=106355
-Patch15: gnome-panel-2.2.0.1-memleaks.patch
-
-## http://bugzilla.gnome.org/show_bug.cgi?id=106649
-Patch16: gnome-panel-2.2.0.1-button-widget-theme.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=124230
+Patch9: gnome-panel-2.4.0-defaultsize.patch
%description
@@ -80,69 +65,54 @@ features for the GNOME desktop.
%prep
%setup -q
-cp -f %{SOURCE2} gnome-panel/panel-per-panel-config.schemas
-# paranoia in case it decides to rebuild
-cp -f %{SOURCE2} gnome-panel/panel-per-panel-config.schemas.in
+cp -f %{SOURCE2} gnome-panel/panel-default-setup.entries
#(cd po && tar xzvf %{SOURCE5} )
-%patch1 -p1 -b .clock-addons
%patch2 -p1 -b .pager-rows
-# FIXME need to port the "no date" part of this
-#%patch3 -p1 -b .clock-seconds
+%patch3 -p1 -b .clock-seconds
%patch4 -p1 -b .default-menu-flags
%patch5 -p1 -b .remove-screenshot-menuitem
%patch6 -p1 -b .menu_fixup
%patch8 -p1 -b .no-fortune
-%patch9 -p1 -b .recent-monitor
-#%patch10 -p1 -b .singlesshot
-%patch11 -p1 -b .null
-%patch12 -p1 -b .notification-area-fix
-
-%patch14 -p0 -b .applet-sm
+%patch9 -p1 -b .defaultsize
-%patch15 -p1 -b .memleaks
-
-%patch16 -p1 -b .button-widget-theme
-
-## replace foot menu with redhat-applications.png
-perl -pi -e 's/gnome-logo-icon-transparent/redhat-main-menu/g' gnome-panel/menu.c gnome-panel/foobar-widget.c gnome-panel/menu-util.c
+## replace foot menu with redhat-main-menu
+perl -pi -e 's/gnome-main-menu/redhat-main-menu/g' gnome-panel/panel-stock-icons.c
+perl -pi -e 's/gnome-logo-icon-transparent/redhat-main-menu/g' gnome-panel/panel-stock-icons.c
echo 'AC_DEFUN([GNOME_COMPILE_WARNINGS], [])' >> acinclude.m4
-libtoolize --force
aclocal
+libtoolize --force
automake --add-missing
autoconf
autoheader
%build
-%configure
+%configure --disable-gtk-doc
make
%install
rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-%makeinstall
+make DESTDIR=$RPM_BUILD_ROOT install
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
-## create copy of schemas with battstat listed
-(cd $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/ && mv panel-per-panel-config.schemas panel-per-panel-config-nolaptop.schemas && cp panel-per-panel-config-nolaptop.schemas panel-per-panel-config-laptop.schemas && perl -pi -e 's/pager_applet,tray_applet/pager_applet,battstat_applet,tray_applet/g' panel-per-panel-config-laptop.schemas)
-
-## print for debugging in build log
-(cd $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/ && diff -u panel-per-panel-config-nolaptop.schemas panel-per-panel-config-laptop.schemas || true)
-
## install battstat schemas
-install -m644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/panel-per-panel-config-battstat.schemas
+install -m644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/panel-default-setup-battstat.entries
+
+## install backwards compat schemas
+install -m644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas
## blow away stuff we don't want
/bin/rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
-rmdir --ignore-fail-on-non-empty $RPM_BUILD_ROOT/var
+#rmdir --ignore-fail-on-non-empty $RPM_BUILD_ROOT/var
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/libpanel-applet-2.a
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/libpanel-applet-2.la
-/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/libgen_util_applet-2.a
-/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/libgen_util_applet-2.la
+/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/libclock-applet-2.a
+/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/libclock-applet-2.la
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-panel/*.*a
%find_lang %{gettext_package}
@@ -160,25 +130,20 @@ if [ -f /proc/apm ]; then
fi
fi
-if [ "$apm" = "false" ]; then
- ln -sf %{_sysconfdir}/gconf/schemas/panel-per-panel-config-nolaptop.schemas %{_sysconfdir}/gconf/schemas/panel-per-panel-config.schemas
-else
- ln -sf %{_sysconfdir}/gconf/schemas/panel-per-panel-config-laptop.schemas %{_sysconfdir}/gconf/schemas/panel-per-panel-config.schemas
-fi
-
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-# this spits a warning right now, needs fixing in gconf
gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --recursive-unset /schemas/apps/panel
-SCHEMAS="panel-global-config.schemas panel-per-panel-config.schemas mailcheck.schemas pager.schemas tasklist.schemas clock.schemas fish.schemas panel-per-panel-config-battstat.schemas"
+SCHEMAS="panel-global.schemas panel-general.schemas panel-toplevel.schemas panel-object.schemas gnome-panel-screenshot.schemas clock.schemas fish.schemas window-list.schemas workspace-switcher.schemas redhat-panel-backwards-compat-config.schemas"
for S in $SCHEMAS; do
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
done
+gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --recursive-unset /apps/panel
+gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --load %{_sysconfdir}/gconf/schemas/panel-default-setup.entries
+if [ "$apm" = "true" ]; then
+ gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --load %{_sysconfdir}/gconf/schemas/panel-default-setup-battstat.entries
+fi
/sbin/ldconfig
%postun
-if [ "$1" = "0" ]; then
- rm -f ${_sysconfdir}/gconf/schemas/panel-per-panel-config.schemas
-fi
/sbin/ldconfig
%files -f %{gettext_package}.lang
@@ -195,7 +160,6 @@ fi
%{_datadir}/idl
%{_datadir}/gnome-2.0
%{_datadir}/gnome-panel
-%{_datadir}/gen_util
%{_datadir}/gtk-doc
%{_datadir}/omf
%{_datadir}/man/man*/*
@@ -204,10 +168,8 @@ fi
%{_libdir}/bonobo
%{_libdir}/*.so.*
%{_sysconfdir}/gconf/schemas/*.schemas
-%{_sysconfdir}/sound
+%{_sysconfdir}/gconf/schemas/*.entries
#%{_libdir}/gnome-panel/*.so
-## who ever expected /usr/share/fish to exist? ;-)
-%{_datadir}/fish
# theoretically a devel package, but just doesn't seem worth it
%{_libdir}/pkgconfig/*
@@ -215,6 +177,52 @@ fi
%{_libdir}/*.so
%changelog
+* Thu Oct 9 2003 Owen Taylor <otaylor@redhat.com> 2.4.0-2
+- Look up the largest size available when picking default images for
+ panel stock icons (#106673)
+
+* Thu Sep 4 2003 Alexander Larsson <alexl@redhat.com> 2.3.90-1
+- update to 2.3.90
+- Add backwards compat panel config schemas
+
+* Wed Aug 27 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-1
+- update to 2.3.7
+- patch the right icon for the main menu (#102672)
+- PreReq a new gconf (#102530)
+
+* Mon Aug 25 2003 Alexander Larsson <alexl@redhat.com> 2.3.6.2-4
+- Don't lock all objects on panel
+- use "make DESTDIR=... install" so gconf rules are right
+
+* Mon Aug 18 2003 Alexander Larsson <alexl@redhat.com> 2.3.6.2-3
+- Update the default panel setup handling to the new way
+
+* Thu Aug 14 2003 Jonathan Blandford <jrb@redhat.com> 2.3.6.2-1
+- remove the right .la files.
+
+* Thu Aug 14 2003 Alexander Larsson <alexl@redhat.com> 2.3.6.2-1
+- update for gnome 2.3
+
+* Tue Jul 29 2003 Havoc Pennington <hp@redhat.com> 2.2.2.1-3
+- disable gtk doc
+
+* Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.2.2.1-3
+- rebuild
+
+* Wed Jul 9 2003 Alexander Larsson <alexl@redhat.com> 2.2.2.1-2
+- Fix redhat menu icon
+
+* Mon Jul 7 2003 Havoc Pennington <hp@redhat.com> 2.2.2.1-1
+- 2.2.2.1
+- remove memleaks patch, now upstream
+- remove applet-sm patch now upstream
+- remove "null" patch, now upstream
+- remove recent-monitor patch now upstream
+- remove notification area crash fix, now upstream
+
+* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
- debuginfo rebuild
diff --git a/redhat-panel-backwards-compat-config.schemas b/redhat-panel-backwards-compat-config.schemas
new file mode 100644
index 0000000..2361340
--- /dev/null
+++ b/redhat-panel-backwards-compat-config.schemas
@@ -0,0 +1,1528 @@
+<?xml version="1.0"?>
+<gconfschemafile>
+
+<!--
+These are the factory defaults for what's on the panel. To change them
+locally, you can edit this file and rebuild the RPM, or you can just
+set values in the /etc/gconf/gconf.xml.defaults source using gconftool -
+see http://www.gnome.org/projects/gconf/
+-->
+
+ <schemalist>
+
+
+
+<!--
+*********************************************************************************
+** Small Screen Setup: 1 edge panel of size 24 **
+*********************************************************************************
+-->
+
+<!-- ********************************* -->
+<!-- General panel properties :: START -->
+<!-- ********************************* -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/general/show_program_list</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Show the program listing in the Run box</short>
+ <long>Show the program listing by default when opening the Run box</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/general/enable_program_list</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Enable the program listing in the run box</short>
+ <long>Enable the program listing in the run box</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/general/panel_id_list</key>
+ <owner>panel</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[bottom_panel]</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/general/applet_id_list</key>
+ <owner>panel</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/general/object_id_list</key>
+ <owner>panel</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+<!-- ******************************* -->
+<!-- General panel properties :: END -->
+<!-- ******************************* -->
+
+<!-- ****************************** -->
+<!-- Edge panel properties :: START -->
+<!-- ****************************** -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/panel_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>edge-panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/panel_size</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>panel-size-small</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/panel_hide_mode</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/panel_hide_state</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/screen_id</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/screen_edge</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>panel-edge-bottom</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/hide_buttons_enabled</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/hide_button_pixmaps_enabled</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/panel_background_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>no-background</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/panel_background_pixmap</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/panel_background_pixmap_fit</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/panel_background_pixmap_stretch</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/panel_background_pixmap_rotate</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/small/panels/bottom_panel/panel_background_color</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>#000000</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+<!-- **************************** -->
+<!-- Edge panel properties :: END -->
+<!-- **************************** -->
+
+
+<!--
+******************************************************************************************
+** Medium Screen Setup: 1 edge panel of size 36, 1 menu panel of size 24 **
+******************************************************************************************
+-->
+
+<!-- ********************************* -->
+<!-- General panel properties :: START -->
+<!-- ********************************* -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/general/advanced_run_dialog</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/general/panel_id_list</key>
+ <owner>panel</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[bottom_panel]</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/general/applet_id_list</key>
+ <owner>panel</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[tasklist_applet,pager_applet,tray_applet,clock_applet]</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/general/object_id_list</key>
+ <owner>panel</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[main_menu,web_browser_launcher,email_launcher,wordprocessor_launcher,presentations_launcher,spreadsheet_launcher,print_launcher]</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+<!-- ******************************* -->
+<!-- General panel properties :: END -->
+<!-- ******************************* -->
+
+<!-- ****************************** -->
+<!-- Edge panel properties :: START -->
+<!-- ****************************** -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/panel_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>edge-panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/panel_size</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>panel-size-medium</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/panel_hide_mode</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/panel_hide_state</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/screen_id</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/screen_edge</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>panel-edge-bottom</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/hide_buttons_enabled</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/hide_button_pixmaps_enabled</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/panel_background_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>no-background</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/panel_background_pixmap</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/panel_background_pixmap_fit</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/panel_background_pixmap_stretch</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/panel_background_pixmap_rotate</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/panels/bottom_panel/panel_background_color</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>#000000</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <!-- Main Menu -->
+
+ <!-- add custom_icon and custom_icon_file keys to replace icon -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/main_menu/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>menu-object</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/main_menu/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/main_menu/path</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>applications:///</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/main_menu/main-menu</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/main_menu/global-menu</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <!-- The person who made this a bitfield stored as an int needs some buttkicking -->
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/main_menu/main-menu-flags</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>24580</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <!-- Launchers -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/web_browser_launcher/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>launcher-object</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/web_browser_launcher/launcher_location</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>applications:///Internet/redhat-web.desktop</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/web_browser_launcher/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/web_browser_launcher/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>50</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/web_browser_launcher/panel_right_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/terminal_launcher/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>launcher-object</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/terminal_launcher/launcher_location</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>applications:///System/gnome-terminal.desktop</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/terminal_launcher/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/terminal_launcher/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>300</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/terminal_launcher/panel_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/email_launcher/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>launcher-object</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/email_launcher/launcher_location</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>applications:///Internet/redhat-email.desktop</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/email_launcher/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/email_launcher/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>100</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/email_launcher/panel_right_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <!-- start -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/wordprocessor_launcher/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>launcher-object</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/wordprocessor_launcher/launcher_location</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>applications:///Office/redhat-word-processor.desktop</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/wordprocessor_launcher/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/wordprocessor_launcher/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>150</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/wordprocessor_launcher/panel_right_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <!-- end -->
+
+
+
+ <!-- start -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/presentations_launcher/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>launcher-object</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/presentations_launcher/launcher_location</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>applications:///Office/redhat-presentations.desktop</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/presentations_launcher/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/presentations_launcher/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>200</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/presentations_launcher/panel_right_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <!-- end -->
+
+
+
+ <!-- start -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/spreadsheet_launcher/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>launcher-object</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/spreadsheet_launcher/launcher_location</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>applications:///Office/redhat-spreadsheet.desktop</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/spreadsheet_launcher/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/spreadsheet_launcher/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>250</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/spreadsheet_launcher/panel_right_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <!-- end -->
+
+
+ <!-- start -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/print_launcher/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>launcher-object</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/print_launcher/launcher_location</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>applications:///Accessories/redhat-print.desktop</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/print_launcher/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/print_launcher/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>260</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/print_launcher/panel_right_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <!-- end -->
+
+
+
+
+ <!-- start -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/help_launcher/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>launcher-object</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/help_launcher/launcher_location</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>applications:///gnome-yelp.desktop</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/help_launcher/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/help_launcher/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>300</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/objects/help_launcher/panel_right_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <!-- end -->
+
+
+ <!-- Applets -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/tasklist_applet/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bonobo-applet</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/tasklist_applet/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/tasklist_applet/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>375</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/tasklist_applet/bonobo_iid</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>OAFIID:GNOME_TasklistApplet</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/tasklist_applet/panel_right_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/pager_applet/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bonobo-applet</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/pager_applet/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/pager_applet/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>325</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/pager_applet/bonobo_iid</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>OAFIID:GNOME_PagerApplet</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/pager_applet/panel_right_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/mixer_applet/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bonobo-applet</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/mixer_applet/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/mixer_applet/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>-20</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/mixer_applet/bonobo_iid</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>OAFIID:GNOME_MixerApplet</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/mixer_applet/panel_right_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <!-- clock -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/clock_applet/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bonobo-applet</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/clock_applet/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/clock_applet/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/clock_applet/bonobo_iid</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>OAFIID:GNOME_ClockApplet</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/clock_applet/panel_right_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+
+ <!-- tray -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/tray_applet/object_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bonobo-applet</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/tray_applet/panel_id</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>bottom_panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/tray_applet/position</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>70</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/tray_applet/bonobo_iid</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>OAFIID:GNOME_SystemTrayApplet</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/medium/applets/tray_applet/panel_right_stick</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+
+<!-- *********************************** -->
+<!-- Panel Items for Edge Panel :: END -->
+<!-- *********************************** -->
+
+<!-- **************************** -->
+<!-- Edge panel properties :: END -->
+<!-- **************************** -->
+
+<!--
+***********************************************************************************
+** Large Screen Setup: 1 edge panel of size 48, 1 menu panel of size 36 **
+***********************************************************************************
+-->
+
+<!-- ********************************* -->
+<!-- General panel properties :: START -->
+<!-- ********************************* -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/general/advanced_run_dialog</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/general/panel_id_list</key>
+ <owner>panel</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[bottom_panel]</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/general/applet_id_list</key>
+ <owner>panel</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/general/object_id_list</key>
+ <owner>panel</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+<!-- ******************************* -->
+<!-- General panel properties :: END -->
+<!-- ******************************* -->
+
+<!-- ****************************** -->
+<!-- Edge panel properties :: START -->
+<!-- ****************************** -->
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/panel_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>edge-panel</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/panel_size</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>panel-size-medium</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/panel_hide_mode</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/panel_hide_state</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/screen_id</key>
+ <owner>panel</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/screen_edge</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>panel-edge-bottom</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/hide_buttons_enabled</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/hide_button_pixmaps_enabled</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/panel_background_type</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>no-background</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/panel_background_pixmap</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default> </default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/panel_background_pixmap_fit</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/panel_background_pixmap_stretch</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/panel_background_pixmap_rotate</key>
+ <owner>panel</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/panel/default_profiles/large/panels/bottom_panel/panel_background_color</key>
+ <owner>panel</owner>
+ <type>string</type>
+ <default>#000000</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+<!-- **************************** -->
+<!-- Edge panel properties :: END -->
+<!-- **************************** -->
+
+
+ </schemalist>
+
+</gconfschemafile>
diff --git a/redhat-panel-default-setup.entries b/redhat-panel-default-setup.entries
new file mode 100644
index 0000000..0a3b2bd
--- /dev/null
+++ b/redhat-panel-default-setup.entries
@@ -0,0 +1,672 @@
+<gconfentryfile>
+
+ <entrylist base="/apps/panel/default_setup/general">
+
+ <!-- List of toplevels -->
+
+ <entry>
+ <key>toplevel_id_list</key>
+ <schema_key>/schemas/apps/panel/general/toplevel_id_list</schema_key>
+ <value>
+ <list type="string">
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </list>
+ </value>
+ </entry>
+
+ <!-- List of objects -->
+
+ <entry>
+ <key>object_id_list</key>
+ <schema_key>/schemas/apps/panel/general/object_id_list</schema_key>
+ <value>
+ <list type="string">
+ <value>
+ <string>main_menu</string>
+ </value>
+ <value>
+ <string>web_launcher</string>
+ </value>
+ <value>
+ <string>email_launcher</string>
+ </value>
+ <value>
+ <string>wordprocessor_launcher</string>
+ </value>
+ <value>
+ <string>presentation_launcher</string>
+ </value>
+ <value>
+ <string>spreadsheet_launcher</string>
+ </value>
+ <value>
+ <string>print_launcher</string>
+ </value>
+ </list>
+ </value>
+ </entry>
+ <!-- List of applets -->
+
+ <entry>
+ <key>applet_id_list</key>
+ <schema_key>/schemas/apps/panel/general/applet_id_list</schema_key>
+ <value>
+ <list type="string">
+ <value>
+ <string>workspace_switcher</string>
+ </value>
+ <value>
+ <string>window_list</string>
+ </value>
+ <value>
+ <string>mixer</string>
+ </value>
+ <value>
+ <string>systray</string>
+ </value>
+ <value>
+ <string>clock</string>
+ </value>
+ <value>
+ <string>battstat_applet</string>
+ </value>
+ </list>
+ </value>
+ </entry>
+
+ </entrylist>
+
+ <!-- Bottom Panel -->
+
+ <entrylist base="/apps/panel/default_setup/toplevels/bottom_panel">
+ <entry>
+ <key>name</key>
+ <schema_key>/schemas/apps/panel/toplevels/name</schema_key>
+ <value>
+ <string>Bottom Panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>expand</key>
+ <schema_key>/schemas/apps/panel/toplevels/expand</schema_key>
+ <value>
+ <bool>true</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>orientation</key>
+ <schema_key>/schemas/apps/panel/toplevels/orientation</schema_key>
+ <value>
+ <string>bottom</string>
+ </value>
+ </entry>
+ <entry>
+ <key>size</key>
+ <schema_key>/schemas/apps/panel/toplevels/size</schema_key>
+ <value>
+ <int>48</int>
+ </value>
+ </entry>
+ </entrylist>
+
+ <!-- Main Menu -->
+
+ <entrylist base="/apps/panel/default_setup/objects/main_menu">
+ <entry>
+ <key>object_type</key>
+ <schema_key>/schemas/apps/panel/objects/object_type</schema_key>
+ <value>
+ <string>menu-object</string>
+ </value>
+ </entry>
+ <entry>
+ <key>toplevel_id</key>
+ <schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>position</key>
+ <schema_key>/schemas/apps/panel/objects/position</schema_key>
+ <value>
+ <int>0</int>
+ </value>
+ </entry>
+ <entry>
+ <key>panel_right_stick</key>
+ <schema_key>/schemas/apps/panel/objects/panel_right_stick_type</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>locked</key>
+ <schema_key>/schemas/apps/panel/objects/locked</schema_key>
+ <value>
+ <bool>true</bool>
+ </value>
+ </entry>
+ </entrylist>
+
+ <!-- Web Launcher -->
+
+ <entrylist base="/apps/panel/default_setup/objects/web_launcher">
+ <entry>
+ <key>object_type</key>
+ <schema_key>/schemas/apps/panel/objects/object_type</schema_key>
+ <value>
+ <string>launcher-object</string>
+ </value>
+ </entry>
+ <entry>
+ <key>toplevel_id</key>
+ <schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>position</key>
+ <schema_key>/schemas/apps/panel/objects/position</schema_key>
+ <value>
+ <int>1</int>
+ </value>
+ </entry>
+ <entry>
+ <key>panel_right_stick</key>
+ <schema_key>/schemas/apps/panel/objects/panel_right_stick_type</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>locked</key>
+ <schema_key>/schemas/apps/panel/objects/locked</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>launcher_location</key>
+ <schema_key>/schemas/apps/panel/objects/launcher_location</schema_key>
+ <value>
+ <string>applications:///Internet/redhat-web.desktop</string>
+ </value>
+ </entry>
+ </entrylist>
+
+ <!-- Email Launcher -->
+
+ <entrylist base="/apps/panel/default_setup/objects/email_launcher">
+ <entry>
+ <key>object_type</key>
+ <schema_key>/schemas/apps/panel/objects/object_type</schema_key>
+ <value>
+ <string>launcher-object</string>
+ </value>
+ </entry>
+ <entry>
+ <key>toplevel_id</key>
+ <schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>position</key>
+ <schema_key>/schemas/apps/panel/objects/position</schema_key>
+ <value>
+ <int>2</int>
+ </value>
+ </entry>
+ <entry>
+ <key>panel_right_stick</key>
+ <schema_key>/schemas/apps/panel/objects/panel_right_stick_type</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>locked</key>
+ <schema_key>/schemas/apps/panel/objects/locked</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>launcher_location</key>
+ <schema_key>/schemas/apps/panel/objects/launcher_location</schema_key>
+ <value>
+ <string>applications:///Internet/redhat-email.desktop</string>
+ </value>
+ </entry>
+ </entrylist>
+
+ <!-- Wordprocessor Launcher -->
+
+ <entrylist base="/apps/panel/default_setup/objects/wordprocessor_launcher">
+ <entry>
+ <key>object_type</key>
+ <schema_key>/schemas/apps/panel/objects/object_type</schema_key>
+ <value>
+ <string>launcher-object</string>
+ </value>
+ </entry>
+ <entry>
+ <key>toplevel_id</key>
+ <schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>position</key>
+ <schema_key>/schemas/apps/panel/objects/position</schema_key>
+ <value>
+ <int>3</int>
+ </value>
+ </entry>
+ <entry>
+ <key>panel_right_stick</key>
+ <schema_key>/schemas/apps/panel/objects/panel_right_stick_type</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>locked</key>
+ <schema_key>/schemas/apps/panel/objects/locked</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>launcher_location</key>
+ <schema_key>/schemas/apps/panel/objects/launcher_location</schema_key>
+ <value>
+ <string>applications:///Office/redhat-word-processor.desktop</string>
+ </value>
+ </entry>
+ </entrylist>
+
+ <!-- Presentation Launcher -->
+
+ <entrylist base="/apps/panel/default_setup/objects/presentation_launcher">
+ <entry>
+ <key>object_type</key>
+ <schema_key>/schemas/apps/panel/objects/object_type</schema_key>
+ <value>
+ <string>launcher-object</string>
+ </value>
+ </entry>
+ <entry>
+ <key>toplevel_id</key>
+ <schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>position</key>
+ <schema_key>/schemas/apps/panel/objects/position</schema_key>
+ <value>
+ <int>4</int>
+ </value>
+ </entry>
+ <entry>
+ <key>panel_right_stick</key>
+ <schema_key>/schemas/apps/panel/objects/panel_right_stick_type</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>locked</key>
+ <schema_key>/schemas/apps/panel/objects/locked</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>launcher_location</key>
+ <schema_key>/schemas/apps/panel/objects/launcher_location</schema_key>
+ <value>
+ <string>applications:///Office/redhat-presentations.desktop</string>
+ </value>
+ </entry>
+ </entrylist>
+
+ <!-- Spreadsheet Launcher -->
+
+ <entrylist base="/apps/panel/default_setup/objects/spreadsheet_launcher">
+ <entry>
+ <key>object_type</key>
+ <schema_key>/schemas/apps/panel/objects/object_type</schema_key>
+ <value>
+ <string>launcher-object</string>
+ </value>
+ </entry>
+ <entry>
+ <key>toplevel_id</key>
+ <schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>position</key>
+ <schema_key>/schemas/apps/panel/objects/position</schema_key>
+ <value>
+ <int>5</int>
+ </value>
+ </entry>
+ <entry>
+ <key>panel_right_stick</key>
+ <schema_key>/schemas/apps/panel/objects/panel_right_stick_type</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>locked</key>
+ <schema_key>/schemas/apps/panel/objects/locked</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>launcher_location</key>
+ <schema_key>/schemas/apps/panel/objects/launcher_location</schema_key>
+ <value>
+ <string>applications:///Office/redhat-spreadsheet.desktop</string>
+ </value>
+ </entry>
+ </entrylist>
+
+ <!-- Print Launcher -->
+
+ <entrylist base="/apps/panel/default_setup/objects/print_launcher">
+ <entry>
+ <key>object_type</key>
+ <schema_key>/schemas/apps/panel/objects/object_type</schema_key>
+ <value>
+ <string>launcher-object</string>
+ </value>
+ </entry>
+ <entry>
+ <key>toplevel_id</key>
+ <schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>position</key>
+ <schema_key>/schemas/apps/panel/objects/position</schema_key>
+ <value>
+ <int>6</int>
+ </value>
+ </entry>
+ <entry>
+ <key>panel_right_stick</key>
+ <schema_key>/schemas/apps/panel/objects/panel_right_stick_type</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>locked</key>
+ <schema_key>/schemas/apps/panel/objects/locked</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>launcher_location</key>
+ <schema_key>/schemas/apps/panel/objects/launcher_location</schema_key>
+ <value>
+ <string>applications:///Accessories/redhat-print.desktop</string>
+ </value>
+ </entry>
+ </entrylist>
+
+ <!-- Workspace Switcher Applet -->
+
+ <entrylist base="/apps/panel/default_setup/applets/workspace_switcher">
+ <entry>
+ <key>object_type</key>
+ <schema_key>/schemas/apps/panel/objects/object_type</schema_key>
+ <value>
+ <string>bonobo-applet</string>
+ </value>
+ </entry>
+ <entry>
+ <key>toplevel_id</key>
+ <schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>position</key>
+ <schema_key>/schemas/apps/panel/objects/position</schema_key>
+ <value>
+ <int>7</int>
+ </value>
+ </entry>
+ <entry>
+ <key>panel_right_stick</key>
+ <schema_key>/schemas/apps/panel/objects/panel_right_stick_type</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>locked</key>
+ <schema_key>/schemas/apps/panel/objects/locked</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>bonobo_iid</key>
+ <schema_key>/schemas/apps/panel/objects/bonobo_iid_type</schema_key>
+ <value>
+ <string>OAFIID:GNOME_WorkspaceSwitcherApplet</string>
+ </value>
+ </entry>
+ </entrylist>
+
+
+ <!-- Window List Applet -->
+
+ <entrylist base="/apps/panel/default_setup/applets/window_list">
+ <entry>
+ <key>object_type</key>
+ <schema_key>/schemas/apps/panel/objects/object_type</schema_key>
+ <value>
+ <string>bonobo-applet</string>
+ </value>
+ </entry>
+ <entry>
+ <key>toplevel_id</key>
+ <schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>position</key>
+ <schema_key>/schemas/apps/panel/objects/position</schema_key>
+ <value>
+ <int>8</int>
+ </value>
+ </entry>
+ <entry>
+ <key>panel_right_stick</key>
+ <schema_key>/schemas/apps/panel/objects/panel_right_stick_type</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>locked</key>
+ <schema_key>/schemas/apps/panel/objects/locked</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>bonobo_iid</key>
+ <schema_key>/schemas/apps/panel/objects/bonobo_iid_type</schema_key>
+ <value>
+ <string>OAFIID:GNOME_WindowListApplet</string>
+ </value>
+ </entry>
+ </entrylist>
+
+ <!-- Mixer Applet -->
+
+ <entrylist base="/apps/panel/default_setup/applets/mixer">
+ <entry>
+ <key>object_type</key>
+ <schema_key>/schemas/apps/panel/objects/object_type</schema_key>
+ <value>
+ <string>bonobo-applet</string>
+ </value>
+ </entry>
+ <entry>
+ <key>toplevel_id</key>
+ <schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>position</key>
+ <schema_key>/schemas/apps/panel/objects/position</schema_key>
+ <value>
+ <int>-1</int>
+ </value>
+ </entry>
+ <entry>
+ <key>panel_right_stick</key>
+ <schema_key>/schemas/apps/panel/objects/panel_right_stick_type</schema_key>
+ <value>
+ <bool>true</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>locked</key>
+ <schema_key>/schemas/apps/panel/objects/locked</schema_key>
+ <value>
+ <bool>false</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>bonobo_iid</key>
+ <schema_key>/schemas/apps/panel/objects/bonobo_iid_type</schema_key>
+ <value>
+ <string>OAFIID:GNOME_MixerApplet</string>
+ </value>
+ </entry>
+ </entrylist>
+
+ <!-- System Tray Applet -->
+
+ <entrylist base="/apps/panel/default_setup/applets/systray">
+ <entry>
+ <key>object_type</key>
+ <schema_key>/schemas/apps/panel/objects/object_type</schema_key>
+ <value>
+ <string>bonobo-applet</string>
+ </value>
+ </entry>
+ <entry>
+ <key>toplevel_id</key>
+ <schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>position</key>
+ <schema_key>/schemas/apps/panel/objects/position</schema_key>
+ <value>
+ <int>-2</int>
+ </value>
+ </entry>
+ <entry>
+ <key>panel_right_stick</key>
+ <schema_key>/schemas/apps/panel/objects/panel_right_stick_type</schema_key>
+ <value>
+ <bool>true</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>locked</key>
+ <schema_key>/schemas/apps/panel/objects/locked</schema_key>
+ <value>
+ <bool>true</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>bonobo_iid</key>
+ <schema_key>/schemas/apps/panel/objects/bonobo_iid_type</schema_key>
+ <value>
+ <string>OAFIID:GNOME_SystemTrayApplet</string>
+ </value>
+ </entry>
+ </entrylist>
+
+ <!-- Clock Applet -->
+
+ <entrylist base="/apps/panel/default_setup/applets/clock">
+ <entry>
+ <key>object_type</key>
+ <schema_key>/schemas/apps/panel/objects/object_type</schema_key>
+ <value>
+ <string>bonobo-applet</string>
+ </value>
+ </entry>
+ <entry>
+ <key>toplevel_id</key>
+ <schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
+ <value>
+ <string>bottom_panel</string>
+ </value>
+ </entry>
+ <entry>
+ <key>position</key>
+ <schema_key>/schemas/apps/panel/objects/position</schema_key>
+ <value>
+ <int>-4</int>
+ </value>
+ </entry>
+ <entry>
+ <key>panel_right_stick</key>
+ <schema_key>/schemas/apps/panel/objects/panel_right_stick_type</schema_key>
+ <value>
+ <bool>true</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>locked</key>
+ <schema_key>/schemas/apps/panel/objects/locked</schema_key>
+ <value>
+ <bool>true</bool>
+ </value>
+ </entry>
+ <entry>
+ <key>bonobo_iid</key>
+ <schema_key>/schemas/apps/panel/objects/bonobo_iid_type</schema_key>
+ <value>
+ <string>OAFIID:GNOME_ClockApplet</string>
+ </value>
+ </entry>
+ </entrylist>
+
+</gconfentryfile>
diff --git a/sources b/sources
index f570b15..61c2293 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd8a74425cadadc8d10ab1fe5e9e3fe8 gnome-panel-2.2.0.1.tar.bz2
+9a81f7ebbb450611a28783900f5f2cbc gnome-panel-2.4.0.tar.bz2