reverted: --- xfce4-session-4.4.1/debian/patches/series +++ xfce4-session-4.4.1.orig/debian/patches/series @@ -1,4 +0,0 @@ -01_correct_shadows.patch -02_use-mice-as-default-engine.patch -03_xfce4-session-manpage-typo.patch -04_xfce4-session-logout-manpage-typo.patch reverted: --- xfce4-session-4.4.1/debian/patches/01_correct_shadows.patch +++ xfce4-session-4.4.1.orig/debian/patches/01_correct_shadows.patch @@ -1,26 +0,0 @@ ---- xfce4-session/engines/simple/simple.c.orig 2006-09-02 19:27:37.000000000 +0200 -+++ xfce4-session/engines/simple/simple.c 2006-10-06 15:19:59.000000000 +0200 -@@ -202,7 +202,6 @@ - simple_next (XfsmSplashEngine *engine, const gchar *text) - { - Simple *simple = (Simple *) engine->user_data; -- GdkColor shcolor; - gint tw, th, tx, ty; - - pango_layout_set_text (simple->layout, text, -1); -@@ -220,15 +219,6 @@ - - gdk_gc_set_clip_rectangle (simple->gc, &simple->textbox); - -- /* draw shadow */ -- shcolor.red = (simple->fgcolor.red + simple->bgcolor.red) / 2; -- shcolor.green = (simple->fgcolor.green + simple->bgcolor.green) / 2; -- shcolor.blue = (simple->fgcolor.blue + simple->bgcolor.blue) / 2; -- shcolor.red = (shcolor.red + shcolor.green + shcolor.blue) / 3; -- shcolor.green = shcolor.red; -- shcolor.blue = shcolor.red; -- -- gdk_gc_set_rgb_fg_color (simple->gc, &shcolor); - gdk_draw_layout (simple->pixmap, simple->gc, - tx + 2, ty + 2, simple->layout); - reverted: --- xfce4-session-4.4.1/debian/patches/02_use-mice-as-default-engine.patch +++ xfce4-session-4.4.1.orig/debian/patches/02_use-mice-as-default-engine.patch @@ -1,30 +0,0 @@ ---- xfce4-session/xfce4-session/main.c.orig 2006-11-04 19:42:52.000000000 +0100 -+++ xfce4-session/xfce4-session/main.c 2006-12-18 10:52:41.000000000 +0100 -@@ -61,6 +61,7 @@ - #include - #include - -+#define DEFAULT_SPLASH_ENGINE "mice" - - void - setup_environment (void) -@@ -134,7 +135,7 @@ - gint n; - - xfce_rc_set_group (rc, "Splash Screen"); -- engine = xfce_rc_read_entry (rc, "Engine", NULL); -+ engine = xfce_rc_read_entry (rc, "Engine", DEFAULT_SPLASH_ENGINE); - - splash_screen = xfsm_splash_screen_new (dpy, engine); - xfsm_splash_screen_next (splash_screen, _("Loading desktop settings")); ---- xfce4-session/xfce4-session.rc.orig 2006-11-04 19:42:56.000000000 +0100 -+++ xfce4-session/xfce4-session.rc 2006-12-18 11:58:25.000000000 +0100 -@@ -44,8 +44,3 @@ - Client2_PerScreen=False - Client3_Command=xfdesktop - Client3_PerScreen=False -- -- --# Default splash screen selection. --[Splash Screen] --Engine=mice diff -u xfce4-session-4.4.1/debian/control xfce4-session-4.4.1/debian/control --- xfce4-session-4.4.1/debian/control +++ xfce4-session-4.4.1/debian/control @@ -1,20 +1,20 @@ Source: xfce4-session Section: x11 Priority: optional -Maintainer: Debian Xfce Maintainers -Uploaders: Martin Loschwitz , Emanuele Rocca , Simon Huggins , Yves-Alexis Perez -Build-Depends: debhelper (>= 4.0.0), xfce4-mcs-manager-dev (>= 4.4.1), xbase-clients, libxml-parser-perl, chrpath, quilt, fortune-mod, libdbus-1-dev +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Debian Xfce Maintainers +Uploaders: Martin Loschwitz , Emanuele Rocca , Simon Huggins , Yves-Alexis Perez , Jani Monoses +Build-Depends: cdbs, debhelper (>= 4.1.0), xfce4-mcs-manager-dev (>= 4.4.1), xbase-clients, libxml-parser-perl, libdbus-glib-1-dev, libgconf2-dev, sharutils Standards-Version: 3.7.2 Homepage: http://www.xfce.org/ Package: xfce4-session Architecture: any -Depends: ${shlibs:Depends}, fortune-mod -Recommends: xbase-clients, xfwm4, xfce4-utils, xfdesktop4, xfce4-panel, hal -Suggests: sudo -Provides: x-session-manager -Conflicts: xfce4-toys, desktop-base (<< 0.3.20) +Depends: ${shlibs:Depends}, hal, fortune-mod +Recommends: xbase-clients, xfwm4, xfce4-utils, xfdesktop4, xfce4-panel, procps Replaces: xfce4-toys +Conflicts: xfce4-toys +Provides: x-session-manager Description: Xfce4 Session Manager xfce4-session is an X11-compliant "session manager" designed for use with the Xfce4 Desktop Environment. On log out, the session manager saves the diff -u xfce4-session-4.4.1/debian/postinst xfce4-session-4.4.1/debian/postinst --- xfce4-session-4.4.1/debian/postinst +++ xfce4-session-4.4.1/debian/postinst @@ -6,9 +6,9 @@ --slave /usr/share/man/man1/x-session-manager.1.gz \ x-session-manager.1.gz /usr/share/man/man1/xfce4-session.1.gz - # Get xfce-mcs-manager to reinit + # Get xfce-mcs-manager to reinit kill -s USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true - + fi #DEBHELPER# diff -u xfce4-session-4.4.1/debian/changelog xfce4-session-4.4.1/debian/changelog --- xfce4-session-4.4.1/debian/changelog +++ xfce4-session-4.4.1/debian/changelog @@ -1,3 +1,30 @@ +xfce4-session (4.4.1-2ubuntu1) hardy; urgency=low + + * Merge from debian unstable, remaining changes: + - debian/patches/00_logout_dialog.patch + . add suspend/hibernate options to logout dialog + . add 'switch user' button to the logout dialog. + . updated to include a call to _() + . split the row of buttons into two + - debian/patches/02_xubuntu_splash.patch + + Install the xubuntu session splash + - debian/patches/01_correct_shadows.patch (removed) + - debian/patches/02_use-mice-as-default-engine.patch (removed) + - debian/patches/05_default_config.patch + . Default GNOME services set to true to have accessibility + services launched if installed + - debian/pixmaps/xfce4-autostart-editor.png.uue, debian/rules + . a menu icon (from Jozsef Mak) for the autostart-editor + - Use cdbs with xfce.mk + - debian/control: Update Maintainer field + - Depend on hall instead of recommend + - Recommend procps + - Conflicts & Replaces xfce4-toys + * Added debian/patches/02_xubuntu_splash.patch from edgy + LP: #148400 + + -- Cody A.W. Somerville Mon, 05 Nov 2007 19:30:08 -0400 + xfce4-session (4.4.1-2) unstable; urgency=low [ Yves-Alexis Perez ] @@ -16,6 +43,39 @@ -- Simon Huggins Sat, 20 Oct 2007 12:47:13 +0100 +xfce4-session (4.4.1-1ubuntu4) gutsy; urgency=low + + * debian/patches/00_logout_dialog.patch: split the row of buttons into two. + (LP: #138485) + + -- Lionel Le Folgoc Mon, 10 Sep 2007 15:26:03 +0200 + +xfce4-session (4.4.1-1ubuntu3) gutsy; urgency=low + + * debian/pixmaps/xfce4-autostart-editor.png.uue, debian/rules: add a menu + icon (from Jozsef Mak) for the autostart-editor. (LP: #58251,#105493) + + -- Lionel Le Folgoc Thu, 06 Sep 2007 10:56:27 +0200 + +xfce4-session (4.4.1-1ubuntu2) gutsy; urgency=low + + * debian/patches/00_logout_dialog.patch: updated to include a call to _(), + otherwise the buttons aren't translated. (LP: #93553) + + -- Lionel Le Folgoc Sun, 26 Aug 2007 15:38:18 +0200 + +xfce4-session (4.4.1-1ubuntu1) gutsy; urgency=low + + * Merge from debian unstable, remaining changes: + - debian/patches/00_logout_dialog.patch: + . add suspend/hibernate options to logout dialog + . add 'switch user' button to the logout dialog. + - debian/patches/03_default_config.patch: Default GNOME compatibility + to true to have accessibility services launched if installed + - use cdbs with xfce.mk + + -- Gauvain Pocentek Sat, 5 May 2007 15:20:07 +0200 + xfce4-session (4.4.1-1) unstable; urgency=low * New upstream release. @@ -38,6 +98,28 @@ -- Yves-Alexis Perez Sun, 04 Feb 2007 13:15:38 +0100 +xfce4-session (4.4.0-0ubuntu3) feisty; urgency=low + + * debian/patches/02_xubuntu_splash.patch: + Drop xubuntu splash animation, we are not using it anyway + * debian/patches/00_logout_dialog.patch: + Add 'switch user' button to the logout dialog. + * debian/control: Update Maintainer field + + -- Jani Monoses Tue, 20 Mar 2007 14:06:19 +0200 + +xfce4-session (4.4.0-0ubuntu2) feisty; urgency=low + + * 00_suspend_hibernate.patch: add missing configuration bits + + -- Gauvain Pocentek Mon, 12 Feb 2007 22:00:21 +0100 + +xfce4-session (4.4.0-0ubuntu1) feisty; urgency=low + + * New upstream release + + -- Gauvain Pocentek Tue, 23 Jan 2007 11:06:30 +0100 + xfce4-session (4.3.99.2-3) unstable; urgency=low * Ship a xfce4-session.rc for failsafe session but use a default splash @@ -64,6 +146,15 @@ -- Yves-Alexis Perez Mon, 27 Nov 2006 08:41:39 +0100 +xfce4-session (4.3.99.2-0ubuntu1) feisty; urgency=low + + * New upstream release, part of Xfce 4.4 RC2 + * 01_drop_libgnome.patch: dropped, included upstream + * 00_suspend_hibernate.patch, 03_default_config.patch, + 02_xubuntu_splash.patch, 99_configure.patch: updated + + -- Gauvain Pocentek Tue, 2 Jan 2007 16:15:18 +0100 + xfce4-session (4.3.99.1-1) unstable; urgency=low * New upstream release. @@ -71,6 +162,65 @@ -- Yves-Alexis Perez Sat, 23 Sep 2006 13:42:51 +0100 +xfce4-session (4.3.90.2svn+r22852-0ubuntu5) edgy; urgency=low + + * debian/patches/03_default_config.patch: Default GNOME compatibility + to true to have accessibility services launched if installed + + -- Jani Monoses Fri, 20 Oct 2006 23:48:57 +0300 + +xfce4-session (4.3.90.2svn+r22852-0ubuntu4) edgy; urgency=low + + * debian/patches/00_suspend_hibernate.patch: Disable sleep hotkey + leave that to gnome-power-manager if installed + * debian/patches/03_default_config: Add entries for GNOME/KDE compatibility + defaulting to false. + + -- Jani Monoses Mon, 16 Oct 2006 11:59:15 +0300 + +xfce4-session (4.3.90.2svn+r22852-0ubuntu3) edgy; urgency=low + + * debian/patches/03_disable_splash.patch: + Disable splash screen at startup as it slows things down. + + -- Jani Monoses Wed, 11 Oct 2006 21:55:44 +0300 + +xfce4-session (4.3.90.2svn+r22852-0ubuntu2) edgy; urgency=low + + * Rebuild against dbus 0.90 + + -- Sebastian Dröge Wed, 30 Aug 2006 13:15:56 +0200 + +xfce4-session (4.3.90.2svn+r22852-0ubuntu1) edgy; urgency=low + + * New svn snapshot, HAL support for shutdown/reboot patch merged + upstream. Provide our remaining changes as proper patches. + * debian/patches/00_suspend_hibernate: + -add suspend/hibernate options to logout dialog + -provide toggles in the session settings dialog for disabling these buttons + -handle Sleep hotkey via HAL + -fix kiosk mode bug present in previous patches (LP #47834) + * debian/patches/01_drop_libgnome: + -just depend on libgconf instead of full libgnome as the latter is not + actually being used + * debian/patches/02_xubuntu_splash: + -add xubuntu splash animation + * debian/rules: + -in post-install replace the logout dialog buttons provided upstream + with the Human themed buttons from the Ubuntu dialog. + -configure with support for gconf to get accessibility settings + * debian/control: + -build-depend on libgconf2-dev and sharutils + + -- Jani Monoses Wed, 23 Aug 2006 16:59:05 +0300 + +xfce4-session (4.3.90.2svn+r22664-0ubuntu1) edgy; urgency=low + + * Upstream svn snapshot (4.4 beta2) + * Add support for laptop sleep button via HAL + + -- Jani Monoses Sat, 5 Aug 2006 13:53:19 +0300 + xfce4-session (4.3.90.2-1) unstable; urgency=low (Yves-Alexis Perez) @@ -82,6 +232,25 @@ -- Yves-Alexis Perez Mon, 10 Jul 2006 19:25:08 +0200 +xfce4-session (4.3.90.1svn+r21697-0ubuntu2) edgy; urgency=low + + * Bump standards version to 3.7.2 + * Bump library depends to 4.3.90.2 + + -- Jani Monoses Wed, 12 Jul 2006 15:12:13 +0300 + +xfce4-session (4.3.90.1svn+r21697-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot (translation updates and bugfixes, including + correct handling of autostart .desktop files - LP #42350, add thunar + to default session) + * Provide the Xubuntu splash screen in addition to, not instead of + the Xfce default one. Use new steel color theme for splash + * Copy the nice logout dialog icons from the Human theme + * Bump version and depends to 4.3.90.1 + + -- Jani Monoses Tue, 16 May 2006 10:49:46 +0300 + xfce4-session (4.3.90.1-1) unstable; urgency=low (Yves-Alexis Perez) @@ -91,7 +260,97 @@ * Depend on fortune-mod for xfce4-tips -- Yves-Alexis Perez Wed, 03 May 2006 18:35:05 +0100 - + +xfce4-session (4.3.0svn+r20111-0ubuntu9) dapper; urgency=low + + * Rebuild for new libxfce4util + + -- Jani Monoses Tue, 9 May 2006 00:15:44 +0300 + +xfce4-session (4.3.0svn+r20111-0ubuntu8) dapper; urgency=low + + * Do not show tips at startup + + -- Jani Monoses Thu, 27 Apr 2006 19:42:30 +0300 + +xfce4-session (4.3.0svn+r20111-0ubuntu7) dapper; urgency=low + + * Fix widgets in logout dialog sometimes getting unclickable + even if focused. + + -- Jani Monoses Thu, 13 Apr 2006 18:18:40 +0300 + +xfce4-session (4.3.0svn+r20111-0ubuntu6) dapper; urgency=low + + * Depend on fortune-mod as it is used for displaying the tips. + + -- Jani Monoses Tue, 4 Apr 2006 21:17:32 +0300 + +xfce4-session (4.3.0svn+r20111-0ubuntu5) dapper; urgency=low + + * Check reply when talking to HAL and do not print warning + messages about not being able to shutdown when in fact we are. + + -- Jani Monoses Thu, 30 Mar 2006 14:59:52 +0300 + +xfce4-session (4.3.0svn+r20111-0ubuntu4) dapper; urgency=low + + * Use xfce CDBS class which generates POT file and adds .desktop + entries for langpack support + + -- Jani Monoses Tue, 28 Mar 2006 09:39:21 +0300 + +xfce4-session (4.3.0svn+r20111-0ubuntu3) dapper; urgency=low + + * Add suspend/hibernate buttons to logout dialog and + user settings to disable them. + + -- Jani Monoses Sat, 18 Mar 2006 14:41:10 +0200 + +xfce4-session (4.3.0svn+r20111-0ubuntu2) dapper; urgency=low + + * Do not suggest sudo anymore + * Add preview image for xubuntu session splash screen + + -- Jani Monoses Tue, 28 Feb 2006 14:53:09 +0200 + +xfce4-session (4.3.0svn+r20111-0ubuntu1) dapper; urgency=low + + * Convert to CDBS packaging + * Move helper binaries to usr/lib/xfce4 instead of /usr/sbin + * Build depend on libdbus, depend on HAL + * Use HAL for shutdown/restart in session logout + + -- Jani Monoses Sun, 26 Feb 2006 21:01:13 +0200 + +xfce4-session (4.3.0svn+r19988-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * Conflict/Replace xfce4-toys + * No longer recommend xfce4-iconbox + + -- Jani Monoses Wed, 22 Feb 2006 13:58:26 +0200 + +xfce4-session (4.3.0svn+r19871-0ubuntu2) dapper; urgency=low + + * Add libxml-parser-perl as build dependency + + -- Jani Monoses Wed, 15 Feb 2006 22:35:42 +0200 + +xfce4-session (4.3.0svn+r19871-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * Bump all depends to 4.3 + + -- Jani Monoses Wed, 15 Feb 2006 16:25:34 +0200 + +xfce4-session (4.3.0svn+r19775-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * UVF exception granted + + -- Jani Monoses Wed, 15 Feb 2006 12:52:04 +0200 + xfce4-session (4.2.3-1) unstable; urgency=low * New Upstream Release diff -u xfce4-session-4.4.1/debian/rules xfce4-session-4.4.1/debian/rules --- xfce4-session-4.4.1/debian/rules +++ xfce4-session-4.4.1/debian/rules @@ -2,119 +2,17 @@ -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +include /usr/share/cdbs/1/class/xfce.mk - -# These are used for cross-compiling and for saving the configure script -# from having to guess our platform (since we know it already) -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - - -CFLAGS = -Wall -g - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s -endif - -patch: patch-stamp -patch-stamp: - dh_testdir - QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 - touch patch-stamp - -unpatch: - dh_testdir - QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 - rm -rf .pc patch-stamp - -config.status: configure patch-stamp - dh_testdir - # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --libexecdir=/usr/sbin --enable-final --with-shutdown-style=hal - - -build: build-stamp - -build-stamp: config.status - dh_testdir - - # Add here commands to compile the package. - $(MAKE) - - touch build-stamp - -clean: unpatch - dh_testdir - dh_testroot - rm -f build-stamp - - # Add here commands to clean up after the build process. - -$(MAKE) distclean -#ifneq "$(wildcard /usr/share/misc/config.sub)" "" -# cp -f /usr/share/misc/config.sub config.sub -#endif -#ifneq "$(wildcard /usr/share/misc/config.guess)" "" -# cp -f /usr/share/misc/config.guess config.guess -#endif - - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/xfce4-session. - $(MAKE) install DESTDIR=$(CURDIR)/debian/xfce4-session - install -p -o root -g root -m 644 debian/lintian $(CURDIR)/debian/xfce4-session/usr/share/lintian/overrides/xfce4-session - rm -f $(CURDIR)/debian/xfce4-session/usr/lib/xfce4/mcs-plugins/*.la - rm -f $(CURDIR)/debian/xfce4-session/usr/lib/xfce4/mcs-plugins/*.a - rm -f $(CURDIR)/debian/xfce4-session/usr/lib/xfce4/splash/engines/*.la - rm -f $(CURDIR)/debian/xfce4-session/usr/lib/*.la - - #Don't ship systemwide defaults as they will override desktop-base - #settings. We'll need something cleaner for post-etch. - #rm -f $(CURDIR)/debian/xfce4-session/etc/xdg/xfce4-session/xfce4-session.rc - - chrpath -d -k `pwd`/debian/xfce4-session/usr/bin/* \ - `pwd`/debian/xfce4-session/usr/sbin/xfsm-shutdown-helper \ - `pwd`/debian/xfce4-session/usr/lib/xfce4/*/*so \ - `pwd`/debian/xfce4-session/usr/lib/xfce4/splash/engines/*so - - cat debian/debian-tips >> `pwd`/debian/xfce4-session/usr/share/xfce4/tips/tips - strfile `pwd`/debian/xfce4-session/usr/share/xfce4/tips/tips \ - `pwd`/debian/xfce4-session/usr/share/xfce4/tips/tips.dat - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs ChangeLog - dh_installdocs BUGS NEWS README TODO doc/README.Kiosk doc/FAQ - dh_installman debian/xfce4-autostart-editor.1 debian/xfce4-tips.1 - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps -l`pwd`/debian/xfce4-session/usr/lib - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +DEB_CONFIGURE_EXTRA_FLAGS := --with-shutdown-style=hal --enable-gnome --enable-final +DEB_INSTALL_DOCS_xfce4-session := doc/FAQ doc/README.Kiosk +DEB_INSTALL_MANPAGES_xfce4-session := debian/xfce4-tips.1 debian/xfce4-autostart-editor.1 + +binary-post-install/xfce4-session:: + install -p -o root -g root -m 644 debian/lintian debian/xfce4-session/usr/share/lintian/overrides/xfce4-session + rm -f debian/xfce4-session/usr/lib/xfce4/mcs-plugins/*a + rm -f debian/xfce4-session/usr/lib/xfce4/splash/engines/*a + rm -f debian/xfce4-session/usr/lib/xfce4-session/xfsm-shutdown-helper + rm -f debian/xfce4-session/etc/xdg/autostart/* + rm -f debian/xfce4-session/usr/share/icons/hicolor/scalable/apps/* + for i in debian/pixmaps/*; do \ + uudecode $$i -o debian/xfce4-session/usr/share/icons/hicolor/48x48/apps/`basename $$i .uue`; \ + done reverted: --- xfce4-session-4.4.1/debian/watch +++ xfce4-session-4.4.1.orig/debian/watch @@ -1,3 +0,0 @@ -version=3 -http://www.xfce.org/archive/xfce-(.*)/src/ \ - xfce4-session-(.*)\.tar\.bz2 only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: only in patch2: unchanged: --- xfce4-session-4.4.1.orig/debian/patches/99_configure.patch +++ xfce4-session-4.4.1/debian/patches/99_configure.patch @@ -0,0 +1,91 @@ +diff -Nur xfce4-session-4.3.99.2/configure xfce4-session-4.3.99.2.new/configure +--- xfce4-session-4.3.99.2/configure 2007-01-02 17:01:13.000000000 +0100 ++++ xfce4-session-4.3.99.2.new/configure 2007-01-02 17:14:59.000000000 +0100 +@@ -24993,7 +24993,7 @@ + fi; + + if test x"$xdt_cv_DBUS_check" = x"yes"; then +- if $PKG_CONFIG --exists "dbus-1 >= 0.34" >/dev/null 2>&1; then ++ if $PKG_CONFIG --exists "dbus-glib-1 >= 0.34" >/dev/null 2>&1; then + + + # minimum supported version of pkg-config +@@ -25076,22 +25076,22 @@ + fi + + +- echo "$as_me:$LINENO: checking for dbus-1 >= 0.34" >&5 +-echo $ECHO_N "checking for dbus-1 >= 0.34... $ECHO_C" >&6 +- if $PKG_CONFIG "--atleast-version=0.34" "dbus-1" >/dev/null 2>&1; then +- DBUS_VERSION=`$PKG_CONFIG --modversion "dbus-1"` ++ echo "$as_me:$LINENO: checking for dbus-glib-1 >= 0.34" >&5 ++echo $ECHO_N "checking for dbus-glib-1 >= 0.34... $ECHO_C" >&6 ++ if $PKG_CONFIG "--atleast-version=0.34" "dbus-glib-1" >/dev/null 2>&1; then ++ DBUS_VERSION=`$PKG_CONFIG --modversion "dbus-glib-1"` + echo "$as_me:$LINENO: result: $DBUS_VERSION" >&5 + echo "${ECHO_T}$DBUS_VERSION" >&6 + + echo "$as_me:$LINENO: checking DBUS_CFLAGS" >&5 + echo $ECHO_N "checking DBUS_CFLAGS... $ECHO_C" >&6 +- DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1"` ++ DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1"` + echo "$as_me:$LINENO: result: $DBUS_CFLAGS" >&5 + echo "${ECHO_T}$DBUS_CFLAGS" >&6 + + echo "$as_me:$LINENO: checking DBUS_LIBS" >&5 + echo $ECHO_N "checking DBUS_LIBS... $ECHO_C" >&6 +- DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1"` ++ DBUS_LIBS=`$PKG_CONFIG --libs "dbus-glib-1"` + echo "$as_me:$LINENO: result: $DBUS_LIBS" >&5 + echo "${ECHO_T}$DBUS_LIBS" >&6 + +@@ -25110,15 +25110,15 @@ + + DBUS_FOUND="yes" + +- elif $PKG_CONFIG --exists "dbus-1" >/dev/null 2>&1; then +- xdt_cv_version=`$PKG_CONFIG --modversion "dbus-1"` ++ elif $PKG_CONFIG --exists "dbus-glib-1" >/dev/null 2>&1; then ++ xdt_cv_version=`$PKG_CONFIG --modversion "dbus-glib-1"` + echo "$as_me:$LINENO: result: found, but $xdt_cv_version" >&5 + echo "${ECHO_T}found, but $xdt_cv_version" >&6 + + +- echo "*** The required package dbus-1 was found on your system," ++ echo "*** The required package dbus-glib-1 was found on your system," + echo "*** but the installed version ($xdt_cv_version) is too old." +- echo "*** Please upgrade dbus-1 to atleast version 0.34, or adjust" ++ echo "*** Please upgrade dbus-glib-1 to atleast version 0.34, or adjust" + echo "*** the PKG_CONFIG_PATH environment variable if you installed" + echo "*** the new version of the package in a nonstandard prefix so" + echo "*** pkg-config is able to find it." +@@ -25129,8 +25129,8 @@ + echo "${ECHO_T}not found" >&6 + + +- echo "*** The required package dbus-1 was not found on your system." +- echo "*** Please install dbus-1 (atleast version 0.34) or adjust" ++ echo "*** The required package dbus-glib-1 was not found on your system." ++ echo "*** Please install dbus-glib-1 (atleast version 0.34) or adjust" + echo "*** the PKG_CONFIG_PATH environment variable if you" + echo "*** installed the package in a nonstandard prefix so that" + echo "*** pkg-config is able to find it." +@@ -25139,14 +25139,14 @@ + fi + + else +- echo "$as_me:$LINENO: checking for optional package dbus-1 >= 0.34" >&5 +-echo $ECHO_N "checking for optional package dbus-1 >= 0.34... $ECHO_C" >&6 ++ echo "$as_me:$LINENO: checking for optional package dbus-glib-1 >= 0.34" >&5 ++echo $ECHO_N "checking for optional package dbus-glib-1 >= 0.34... $ECHO_C" >&6 + echo "$as_me:$LINENO: result: not found" >&5 + echo "${ECHO_T}not found" >&6 + fi + else +- echo "$as_me:$LINENO: checking for optional package dbus-1" >&5 +-echo $ECHO_N "checking for optional package dbus-1... $ECHO_C" >&6 ++ echo "$as_me:$LINENO: checking for optional package dbus-glib-1" >&5 ++echo $ECHO_N "checking for optional package dbus-glib-1... $ECHO_C" >&6 + echo "$as_me:$LINENO: result: disabled" >&5 + echo "${ECHO_T}disabled" >&6 + fi only in patch2: unchanged: --- xfce4-session-4.4.1.orig/debian/patches/00_logout_dialog.patch +++ xfce4-session-4.4.1/debian/patches/00_logout_dialog.patch @@ -0,0 +1,604 @@ +diff -Nur xfce4-session-4.4.1/settings/session/session.c xfce4-session-4.4.1.new/settings/session/session.c +--- xfce4-session-4.4.1/settings/session/session.c 2007-04-09 19:06:35.000000000 +0200 ++++ xfce4-session-4.4.1.new/settings/session/session.c 2007-09-10 15:00:27.000000000 +0200 +@@ -51,6 +51,8 @@ + static GtkWidget *general_chooser; + static GtkWidget *general_autosave; + static GtkWidget *general_prompt; ++static GtkWidget *general_hibernate_button; ++static GtkWidget *general_suspend_button; + static GtkWidget *advanced_kde; + static GtkWidget *advanced_gnome; + static GtkWidget *advanced_remote; +@@ -88,6 +90,8 @@ + { + xfce_rc_write_bool_entry (rc, "AutoSave", gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (general_autosave))); + xfce_rc_write_bool_entry (rc, "PromptOnLogout", gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (general_prompt))); ++ xfce_rc_write_bool_entry (rc, "HibernateButton", gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (general_hibernate_button))); ++ xfce_rc_write_bool_entry (rc, "SuspendButton", gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (general_suspend_button))); + } + if (G_LIKELY (kiosk_can_security)) + { +@@ -124,10 +128,14 @@ + gboolean autosave; + gboolean prompt; + gboolean chooser; ++ gboolean hibernate; ++ gboolean suspend; + + xfce_rc_set_group (rc, "General"); + autosave = xfce_rc_read_bool_entry (rc, "AutoSave", FALSE); + prompt = xfce_rc_read_bool_entry (rc, "PromptOnLogout", TRUE); ++ hibernate = xfce_rc_read_bool_entry (rc, "HibernateButton", TRUE); ++ suspend = xfce_rc_read_bool_entry (rc, "SuspendButton", TRUE); + xfce_rc_set_group (rc, "Chooser"); + chooser = xfce_rc_read_bool_entry (rc, "AlwaysDisplay", FALSE); + +@@ -181,6 +189,29 @@ + "depends on whether you enabled the automatic " + "saving of sessions on logout or not."), + NULL); ++ ++ general_hibernate_button = gtk_check_button_new_with_label (_("Show hibernate button")); ++ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (general_hibernate_button), hibernate); ++ g_signal_connect (G_OBJECT (general_hibernate_button), "toggled", ++ G_CALLBACK (config_store), NULL); ++ gtk_box_pack_start (GTK_BOX (vbox), general_hibernate_button, FALSE, TRUE, 0); ++ gtk_tooltips_set_tip (tooltips, general_hibernate_button, ++ _("This option adds a hibernate button to the logout dialog. " ++ "Only enable if you known your system suspends to" ++ "disk and resumes correctly."), ++ NULL); ++ ++ general_suspend_button = gtk_check_button_new_with_label (_("Show suspend button")); ++ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (general_suspend_button), suspend); ++ g_signal_connect (G_OBJECT (general_suspend_button), "toggled", ++ G_CALLBACK (config_store), NULL); ++ gtk_box_pack_start (GTK_BOX (vbox), general_suspend_button, FALSE, TRUE, 0); ++ gtk_tooltips_set_tip (tooltips, general_suspend_button, ++ _("This option adds a suspend button to the logout dialog. " ++ "Only enable if you known your system suspends to" ++ "RAM and resumes correctly."), ++ NULL); ++ + + return page; + } +diff -Nur xfce4-session-4.4.1/xfce4-session/main.c xfce4-session-4.4.1.new/xfce4-session/main.c +--- xfce4-session-4.4.1/xfce4-session/main.c 2007-04-09 19:06:35.000000000 +0200 ++++ xfce4-session-4.4.1.new/xfce4-session/main.c 2007-09-10 15:00:27.000000000 +0200 +@@ -61,6 +61,11 @@ + #include + #include + ++#include ++ ++ ++#include ++#include + + void + setup_environment (void) +@@ -225,8 +230,6 @@ + int + main (int argc, char **argv) + { +- /* imported from xfsm-manager.c */ +- extern gint shutdown_type; + + xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8"); + +@@ -248,5 +251,5 @@ + + ice_cleanup (); + +- return xfsm_shutdown (shutdown_type); ++ return xfsm_shutdown (); + } +diff -Nur xfce4-session-4.4.1/xfce4-session/shutdown.c xfce4-session-4.4.1.new/xfce4-session/shutdown.c +--- xfce4-session-4.4.1/xfce4-session/shutdown.c 2007-04-09 19:06:35.000000000 +0200 ++++ xfce4-session-4.4.1.new/xfce4-session/shutdown.c 2007-09-10 15:01:21.000000000 +0200 +@@ -110,34 +110,36 @@ + gtk_dialog_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK); + } + +-static void +-logout_button_clicked (GtkWidget *b, gint *shutdownType) +-{ +- *shutdownType = SHUTDOWN_LOGOUT; +- +- gtk_dialog_response (GTK_DIALOG (shutdown_dialog), GTK_RESPONSE_OK); +-} ++static gint shutdownType = XFSM_LOGOUT; + + static void +-reboot_button_clicked (GtkWidget *b, gint *shutdownType) ++logout_dialog_button_clicked (GtkWidget *b, gint *cmd) + { +- *shutdownType = SHUTDOWN_REBOOT; ++ shutdownType = *cmd; + + gtk_dialog_response (GTK_DIALOG (shutdown_dialog), GTK_RESPONSE_OK); + } + +-static void +-halt_button_clicked (GtkWidget *b, gint *shutdownType) ++struct LogoutButton + { +- *shutdownType = SHUTDOWN_HALT; +- +- gtk_dialog_response (GTK_DIALOG (shutdown_dialog), GTK_RESPONSE_OK); +-} ++ gchar * label; ++ gchar * icon; ++ gint cmd; ++ gboolean present; ++ GtkWidget * button; ++}; ++ ++struct LogoutButton logout_buttons [] = { ++ { N_("Switch user"), "xfsm-switch", XFSM_SWITCH, TRUE }, ++ { N_("Log out"), "xfsm-logout", XFSM_LOGOUT, TRUE }, ++ { N_("Restart"), "xfsm-reboot", XFSM_REBOOT, TRUE }, ++ { N_("Shut down"), "xfsm-shutdown", XFSM_SHUTDOWN, TRUE }, ++ { N_("Suspend"), "xfsm-suspend", XFSM_SUSPEND, FALSE}, ++ { N_("Hibernate"), "xfsm-hibernate", XFSM_HIBERNATE, FALSE}, ++}; + +-/* +- */ + gboolean +-shutdownDialog(gint *shutdownType, gboolean *saveSession) ++shutdownDialog(gboolean *saveSession) + { + gboolean accessibility; + XfsmFadeout *fadeout = NULL; +@@ -145,7 +147,9 @@ + GtkWidget *dialog; + GtkWidget *label; + GtkWidget *dbox; ++ GtkWidget *rbox; + GtkWidget *hbox; ++ GtkWidget *hbox2; + GtkWidget *vbox; + GtkWidget *vbox2; + GtkWidget *image; +@@ -154,14 +158,14 @@ + GtkWidget *entry; + GtkWidget *hidden; + GtkWidget *logout_button; +- GtkWidget *reboot_button; +- GtkWidget *halt_button; + GtkWidget *cancel_button; + GtkWidget *ok_button; + GdkPixbuf *icon; + gboolean saveonexit; + gboolean autosave; + gboolean prompt; ++ gboolean have_suspend; ++ gboolean have_hibernate; + gint monitor; + gint result; + XfceKiosk *kiosk; +@@ -173,9 +177,8 @@ + GdkPixmap *screenshot_pm = NULL; + GdkGC *screenshot_gc; + #endif +- ++ gint i; + g_return_val_if_fail(saveSession != NULL, FALSE); +- g_return_val_if_fail(shutdownType != NULL, FALSE); + + /* destroy any previously running shutdown helper first */ + if (shutdown_helper != NULL) +@@ -195,13 +198,15 @@ + saveonexit = xfce_rc_read_bool_entry (rc, "SaveOnExit", TRUE); + autosave = xfce_rc_read_bool_entry (rc, "AutoSave", FALSE); + prompt = xfce_rc_read_bool_entry (rc, "PromptOnLogout", TRUE); ++ have_suspend = xfce_rc_read_bool_entry (rc, "SuspendButton", TRUE); ++ have_hibernate = xfce_rc_read_bool_entry (rc, "HibernateButton", TRUE); + + /* if PromptOnLogout is off, saving depends on AutoSave */ + if (!prompt) + { + xfce_rc_close (rc); + +- *shutdownType = SHUTDOWN_LOGOUT; ++ shutdownType = XFSM_LOGOUT; + *saveSession = autosave; + + return TRUE; +@@ -311,76 +316,43 @@ + hbox = gtk_hbox_new (TRUE, BORDER); + gtk_widget_show (hbox); + gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0); ++ hbox2 = gtk_hbox_new (TRUE, BORDER); ++ gtk_widget_show (hbox2); ++ gtk_box_pack_start (GTK_BOX (vbox), hbox2, FALSE, FALSE, 0); ++ logout_buttons[4].present = have_suspend; ++ logout_buttons[5].present = have_hibernate; + +- /* logout */ +- logout_button = gtk_button_new (); +- gtk_widget_show (logout_button); +- gtk_box_pack_start (GTK_BOX (hbox), logout_button, TRUE, TRUE, 0); +- +- g_signal_connect (logout_button, "clicked", +- G_CALLBACK (logout_button_clicked), shutdownType); +- +- vbox2 = gtk_vbox_new (FALSE, BORDER); +- gtk_container_set_border_width (GTK_CONTAINER (vbox2), BORDER); +- gtk_widget_show (vbox2); +- gtk_container_add (GTK_CONTAINER (logout_button), vbox2); +- +- icon = xfce_themed_icon_load ("xfsm-logout", 32); +- image = gtk_image_new_from_pixbuf (icon); +- gtk_widget_show (image); +- gtk_box_pack_start (GTK_BOX (vbox2), image, FALSE, FALSE, 0); +- g_object_unref (icon); +- +- label = gtk_label_new (_("Log Out")); +- gtk_widget_show (label); +- gtk_box_pack_start (GTK_BOX (vbox2), label, FALSE, FALSE, 0); +- +- /* reboot */ +- reboot_button = gtk_button_new (); +- gtk_widget_show (reboot_button); +- gtk_box_pack_start (GTK_BOX (hbox), reboot_button, TRUE, TRUE, 0); +- +- g_signal_connect (reboot_button, "clicked", +- G_CALLBACK (reboot_button_clicked), shutdownType); +- +- vbox2 = gtk_vbox_new (FALSE, BORDER); +- gtk_container_set_border_width (GTK_CONTAINER (vbox2), BORDER); +- gtk_widget_show (vbox2); +- gtk_container_add (GTK_CONTAINER (reboot_button), vbox2); +- +- icon = xfce_themed_icon_load ("xfsm-reboot", 32); +- image = gtk_image_new_from_pixbuf (icon); +- gtk_widget_show (image); +- gtk_box_pack_start (GTK_BOX (vbox2), image, FALSE, FALSE, 0); +- g_object_unref (icon); +- +- label = gtk_label_new (_("Restart")); +- gtk_widget_show (label); +- gtk_box_pack_start (GTK_BOX (vbox2), label, FALSE, FALSE, 0); +- +- /* halt */ +- halt_button = gtk_button_new (); +- gtk_widget_show (halt_button); +- gtk_box_pack_start (GTK_BOX (hbox), halt_button, TRUE, TRUE, 0); +- +- g_signal_connect (halt_button, "clicked", +- G_CALLBACK (halt_button_clicked), shutdownType); +- +- vbox2 = gtk_vbox_new (FALSE, BORDER); +- gtk_container_set_border_width (GTK_CONTAINER (vbox2), BORDER); +- gtk_widget_show (vbox2); +- gtk_container_add (GTK_CONTAINER (halt_button), vbox2); +- +- icon = xfce_themed_icon_load ("xfsm-shutdown", 32); +- image = gtk_image_new_from_pixbuf (icon); +- gtk_widget_show (image); +- gtk_box_pack_start (GTK_BOX (vbox2), image, FALSE, FALSE, 0); +- g_object_unref (icon); +- +- label = gtk_label_new (_("Shut Down")); +- gtk_widget_show (label); +- gtk_box_pack_start (GTK_BOX (vbox2), label, FALSE, FALSE, 0); +- ++ for (i = 0; i < G_N_ELEMENTS (logout_buttons); i++) { ++ ++ if (logout_buttons[i].present == FALSE) ++ continue; ++ ++ logout_button = gtk_button_new (); ++ gtk_widget_show (logout_button); ++ rbox = i > G_N_ELEMENTS (logout_buttons)/2 - 1 ? hbox2 : hbox; ++ gtk_box_pack_start (GTK_BOX (rbox), logout_button, TRUE, TRUE, 0); ++ ++ g_signal_connect (logout_button, "clicked", ++ G_CALLBACK (logout_dialog_button_clicked), &logout_buttons[i].cmd); ++ ++ vbox2 = gtk_vbox_new (FALSE, BORDER); ++ gtk_container_set_border_width (GTK_CONTAINER (vbox2), BORDER); ++ gtk_widget_show (vbox2); ++ gtk_container_add (GTK_CONTAINER (logout_button), vbox2); ++ ++ icon = xfce_themed_icon_load (logout_buttons[i].icon, 32); ++ image = gtk_image_new_from_pixbuf (icon); ++ gtk_widget_show (image); ++ gtk_box_pack_start (GTK_BOX (vbox2), image, FALSE, FALSE, 0); ++ g_object_unref (icon); ++ ++ label = gtk_label_new (_(logout_buttons[i].label)); ++ gtk_widget_show (label); ++ gtk_box_pack_start (GTK_BOX (vbox2), label, FALSE, FALSE, 0); ++ ++ logout_buttons[i].button = logout_button; ++ } ++ + /* save session */ + if (!autosave) + { +@@ -406,8 +378,9 @@ + if (!kiosk_can_shutdown || + (shutdown_helper = xfsm_shutdown_helper_spawn ()) == NULL) + { +- gtk_widget_set_sensitive (reboot_button, FALSE); +- gtk_widget_set_sensitive (halt_button, FALSE); ++ for (i = 2; i < G_N_ELEMENTS (logout_buttons); i++) { ++ gtk_widget_set_sensitive (logout_buttons[i].button, FALSE); ++ } + } + + /* save portion of the root window covered by the dialog */ +@@ -437,7 +410,9 @@ + gtk_widget_hide (dialog); + + /* ask password */ +- if (result == GTK_RESPONSE_OK && *shutdownType != SHUTDOWN_LOGOUT ++ if (result == GTK_RESPONSE_OK ++ && shutdownType != XFSM_LOGOUT ++ && shutdownType != XFSM_SWITCH + && xfsm_shutdown_helper_need_password (shutdown_helper)) + { + gtk_widget_show (ok_button); +@@ -533,6 +508,21 @@ + gdk_flush (); + } + ++ /* ++ * For suspend/hibernate perform the action but do not ++ * close the session so it is still there on resume ++ */ ++ if (result == GTK_RESPONSE_OK ++ && (shutdownType == XFSM_SUSPEND || shutdownType == XFSM_HIBERNATE)) { ++ xfsm_shutdown_helper_send_command (shutdown_helper, shutdownType); ++ return FALSE; ++ } ++ ++ if (result == GTK_RESPONSE_OK && shutdownType == XFSM_SWITCH) { ++ g_spawn_command_line_sync ("gdmflexiserver --startnew", NULL, NULL, NULL, NULL); ++ return FALSE; ++ } ++ + /* process all pending events first */ + while (gtk_events_pending ()) + g_main_context_iteration (NULL, FALSE); +@@ -571,7 +561,7 @@ + /* + */ + gint +-xfsm_shutdown(gint type) ++xfsm_shutdown(void) + { + gboolean result; + +@@ -589,7 +579,7 @@ + sync (); + #endif + +- if (type == SHUTDOWN_LOGOUT) ++ if (shutdownType == XFSM_LOGOUT) + return EXIT_SUCCESS; + + if (shutdown_helper == NULL) +@@ -598,16 +588,7 @@ + return EXIT_FAILURE; + } + +- if (type == SHUTDOWN_HALT) +- { +- result = xfsm_shutdown_helper_send_command (shutdown_helper, +- XFSM_SHUTDOWN_POWEROFF); +- } +- else +- { +- result = xfsm_shutdown_helper_send_command (shutdown_helper, +- XFSM_SHUTDOWN_REBOOT); +- } ++ result = xfsm_shutdown_helper_send_command (shutdown_helper, shutdownType); + + xfsm_shutdown_helper_destroy (shutdown_helper); + shutdown_helper = NULL; +diff -Nur xfce4-session-4.4.1/xfce4-session/shutdown.h xfce4-session-4.4.1.new/xfce4-session/shutdown.h +--- xfce4-session-4.4.1/xfce4-session/shutdown.h 2007-04-09 19:06:35.000000000 +0200 ++++ xfce4-session-4.4.1.new/xfce4-session/shutdown.h 2007-09-10 15:00:27.000000000 +0200 +@@ -24,13 +24,8 @@ + + #include + +-/* */ +-#define SHUTDOWN_LOGOUT 0 +-#define SHUTDOWN_REBOOT 1 +-#define SHUTDOWN_HALT 2 +- + /* prototypes */ +-extern gboolean shutdownDialog(gint *, gboolean *); +-extern gint xfsm_shutdown(gint); ++extern gboolean shutdownDialog(gboolean *); ++extern gint xfsm_shutdown(void); + + #endif /* !__XFSM_SHUTDOWN_H__ */ +diff -Nur xfce4-session-4.4.1/xfce4-session/xfsm-global.c xfce4-session-4.4.1.new/xfce4-session/xfsm-global.c +--- xfce4-session-4.4.1/xfce4-session/xfsm-global.c 2007-04-09 19:06:35.000000000 +0200 ++++ xfce4-session-4.4.1.new/xfce4-session/xfsm-global.c 2007-09-10 15:00:27.000000000 +0200 +@@ -46,7 +46,6 @@ + gchar *session_file = NULL; + GList *failsafe_clients = NULL; + gboolean failsafe_mode = TRUE; +-gint shutdown_type = SHUTDOWN_LOGOUT; + XfsmSplashScreen *splash_screen = NULL; + + void +diff -Nur xfce4-session-4.4.1/xfce4-session/xfsm-global.h xfce4-session-4.4.1.new/xfce4-session/xfsm-global.h +--- xfce4-session-4.4.1/xfce4-session/xfsm-global.h 2007-04-09 19:06:35.000000000 +0200 ++++ xfce4-session-4.4.1.new/xfce4-session/xfsm-global.h 2007-09-10 15:00:27.000000000 +0200 +@@ -47,7 +47,6 @@ + extern gchar *session_file; + extern GList *failsafe_clients; + extern gboolean failsafe_mode; +-extern gint shutdown_type; + extern XfsmSplashScreen *splash_screen; + + +diff -Nur xfce4-session-4.4.1/xfce4-session/xfsm-manager.c xfce4-session-4.4.1.new/xfce4-session/xfsm-manager.c +--- xfce4-session-4.4.1/xfce4-session/xfsm-manager.c 2007-04-09 19:06:35.000000000 +0200 ++++ xfce4-session-4.4.1.new/xfce4-session/xfsm-manager.c 2007-09-10 15:00:27.000000000 +0200 +@@ -799,7 +799,7 @@ + } + else + { +- if (!fast && shutdown && !shutdownDialog (&shutdown_type, &shutdown_save)) ++ if (!fast && shutdown && !shutdownDialog (&shutdown_save)) + return; + + if (!shutdown || shutdown_save) +diff -Nur xfce4-session-4.4.1/xfce4-session/xfsm-shutdown-helper.c xfce4-session-4.4.1.new/xfce4-session/xfsm-shutdown-helper.c +--- xfce4-session-4.4.1/xfce4-session/xfsm-shutdown-helper.c 2007-04-09 19:06:35.000000000 +0200 ++++ xfce4-session-4.4.1.new/xfce4-session/xfsm-shutdown-helper.c 2007-09-10 15:00:27.000000000 +0200 +@@ -55,6 +55,12 @@ + + #ifdef HAVE_DBUS + #include ++#define HAL_DBUS_SERVICE "org.freedesktop.Hal" ++#define HAL_ROOT_COMPUTER "/org/freedesktop/Hal/devices/computer" ++#define HAL_DBUS_INTERFACE_DEVICE "org.freedesktop.Hal.Device" ++#define HAL_DBUS_INTERFACE_POWER "org.freedesktop.Hal.Device.SystemPowerManagement" ++#define HAL_PM_CAN_SUSPEND "power_management.can_suspend_to_ram" ++#define HAL_PM_CAN_HIBERNATE "power_management.can_suspend_to_disk" + #endif + + #include +@@ -74,6 +80,17 @@ + }; + + ++static struct ++{ ++ XfsmShutdownCommand command; ++ gchar * name; ++} xfsm2hal[] = ++{ ++ { XFSM_REBOOT, "Reboot"}, ++ { XFSM_SHUTDOWN, "Shutdown"}, ++ { XFSM_SUSPEND, "Suspend"}, ++ { XFSM_HIBERNATE, "Hibernate"} ++}; + + static gboolean + xfsm_shutdown_helper_hal_check (XfsmShutdownHelper *helper) +@@ -100,9 +117,9 @@ + * use the org.freedesktop.Hal.Device.SystemPowerManagement + * interface without shutting down/rebooting now. + */ +- message = dbus_message_new_method_call ("org.freedesktop.Hal", +- "/org/freedesktop/Hal/devices/computer", +- "org.freedesktop.Hal.Device.SystemPowerManagement", ++ message = dbus_message_new_method_call (HAL_DBUS_SERVICE, ++ HAL_ROOT_COMPUTER, ++ HAL_DBUS_INTERFACE_POWER, + "ThisMethodMustNotExistInHal"); + result = dbus_connection_send_with_reply_and_block (connection, message, 2000, &error); + dbus_message_unref (message); +@@ -145,42 +162,45 @@ + XfsmShutdownCommand command) + { + #ifdef HAVE_DBUS +- DBusConnection *connection; +- DBusMessage *message; +- DBusMessage *result; +- DBusError error; +- +- /* initialize the error */ +- dbus_error_init (&error); +- +- /* connect to the system message bus */ +- connection = dbus_bus_get (DBUS_BUS_SYSTEM, &error); +- if (G_UNLIKELY (connection == NULL)) +- { +- g_warning (G_STRLOC ": Failed to connect to the system message bus: %s", error.message); +- dbus_error_free (&error); +- return FALSE; +- } +- +- /* send the appropriate message to HAL, telling it to shutdown or reboot the system */ +- message = dbus_message_new_method_call ("org.freedesktop.Hal", +- "/org/freedesktop/Hal/devices/computer", +- "org.freedesktop.Hal.Device.SystemPowerManagement", +- (command == XFSM_SHUTDOWN_REBOOT) ? "Reboot" : "Shutdown"); +- result = dbus_connection_send_with_reply_and_block (connection, message, 2000, &error); +- dbus_message_unref (message); +- +- /* check if we received a result */ +- if (G_UNLIKELY (result == NULL)) +- { +- g_warning (G_STRLOC ": Failed to contact HAL: %s", error.message); +- dbus_error_free (&error); +- return FALSE; +- } +- +- /* pretend that we succeed */ +- dbus_message_unref (result); +- return TRUE; ++ DBusConnection *connection; ++ DBusMessage *method; ++ DBusMessage *result; ++ DBusError derror; ++ gint i; ++ gchar *methodname; ++ dbus_int32_t wakeup = 0; ++ ++ for (i = 0; i < G_N_ELEMENTS (xfsm2hal); i++) { ++ if ( xfsm2hal[i].command == command ) { ++ methodname = xfsm2hal[i].name; ++ } ++ } ++ ++ dbus_error_init(&derror); ++ ++ connection = dbus_bus_get(DBUS_BUS_SYSTEM, &derror); ++ ++ if (connection == NULL) ++ return FALSE; ++ ++ method = dbus_message_new_method_call(HAL_DBUS_SERVICE, ++ HAL_ROOT_COMPUTER, ++ HAL_DBUS_INTERFACE_POWER, ++ methodname); ++ ++ if (command == XFSM_SUSPEND) { ++ dbus_message_append_args (method, DBUS_TYPE_INT32, &wakeup, DBUS_TYPE_INVALID); ++ } ++ ++ result = dbus_connection_send_with_reply_and_block(connection, method, 2000, &derror); ++ ++ dbus_message_unref(method); ++ ++ if (result == NULL) ++ return FALSE; ++ ++ dbus_message_unref(result); ++ return TRUE; + #else + return FALSE; + #endif +diff -Nur xfce4-session-4.4.1/xfce4-session/xfsm-shutdown-helper.h xfce4-session-4.4.1.new/xfce4-session/xfsm-shutdown-helper.h +--- xfce4-session-4.4.1/xfce4-session/xfsm-shutdown-helper.h 2007-04-09 19:06:35.000000000 +0200 ++++ xfce4-session-4.4.1.new/xfce4-session/xfsm-shutdown-helper.h 2007-09-10 15:00:27.000000000 +0200 +@@ -27,8 +27,12 @@ + + typedef enum + { +- XFSM_SHUTDOWN_POWEROFF = 0, +- XFSM_SHUTDOWN_REBOOT = 1, ++ XFSM_SWITCH =-2, ++ XFSM_LOGOUT =-1, ++ XFSM_SHUTDOWN = 0, ++ XFSM_REBOOT = 1, ++ XFSM_SUSPEND = 2, ++ XFSM_HIBERNATE = 3, + } XfsmShutdownCommand; + + only in patch2: unchanged: --- xfce4-session-4.4.1.orig/debian/patches/05_default_config.patch +++ xfce4-session-4.4.1/debian/patches/05_default_config.patch @@ -0,0 +1,15 @@ +diff -Nur xfce4-session-4.3.99.2/xfce4-session.rc xfce4-session-4.3.99.2.new/xfce4-session.rc +--- xfce4-session-4.3.99.2/xfce4-session.rc 2006-11-04 19:42:56.000000000 +0100 ++++ xfce4-session-4.3.99.2.new/xfce4-session.rc 2007-01-02 16:58:37.000000000 +0100 +@@ -46,6 +46,10 @@ + Client3_PerScreen=False + + ++[Compatibility] ++LaunchGnome=true ++LaunchKDE=false ++ + # Default splash screen selection. + [Splash Screen] +-Engine=mice ++Engine= only in patch2: unchanged: --- xfce4-session-4.4.1.orig/debian/patches/02_xubuntu_splash.patch +++ xfce4-session-4.4.1/debian/patches/02_xubuntu_splash.patch @@ -0,0 +1,3610 @@ +diff -Nur xfce4-session-4.4.1/configure xfce4-session-4.4.1.new/configure +--- xfce4-session-4.4.1/configure 2007-04-09 14:27:57.000000000 -0300 ++++ xfce4-session-4.4.1.new/configure 2007-11-05 15:51:29.000000000 -0400 +@@ -25228,7 +25228,7 @@ + echo "${ECHO_T}yes" >&6 + fi + +- ac_config_files="$ac_config_files Makefile xfce4-session.spec doc/Makefile doc/C/Makefile doc/C/images/Makefile doc/fr/Makefile doc/fr/images/Makefile engines/Makefile engines/balou/Makefile engines/balou/scripts/Makefile engines/balou/themes/Makefile engines/balou/themes/Default/Makefile engines/mice/Makefile engines/simple/Makefile icons/Makefile icons/48x48/Makefile icons/64x64/Makefile icons/72x72/Makefile icons/128x128/Makefile icons/scalable/Makefile libxfsm/Makefile libxfsm/xfce4-session-1.0.pc po/Makefile.in settings/Makefile settings/session/Makefile settings/splash/Makefile xfce4-session/Makefile xfce4-session-logout/Makefile xfce4-autostart-editor/Makefile xfce4-tips/Makefile xfce4-tips/data/Makefile xfsm-shutdown-helper/Makefile" ++ ac_config_files="$ac_config_files Makefile xfce4-session.spec doc/Makefile doc/C/Makefile doc/C/images/Makefile doc/fr/Makefile doc/fr/images/Makefile engines/Makefile engines/balou/Makefile engines/balou/scripts/Makefile engines/balou/themes/Makefile engines/balou/themes/Default/Makefile engines/mice/Makefile engines/simple/Makefile engines/xubuntu/Makefile icons/Makefile icons/48x48/Makefile icons/64x64/Makefile icons/72x72/Makefile icons/128x128/Makefile icons/scalable/Makefile libxfsm/Makefile libxfsm/xfce4-session-1.0.pc po/Makefile.in settings/Makefile settings/session/Makefile settings/splash/Makefile xfce4-session/Makefile xfce4-session-logout/Makefile xfce4-autostart-editor/Makefile xfce4-tips/Makefile xfce4-tips/data/Makefile xfsm-shutdown-helper/Makefile" + cat >confcache <<\_ACEOF + # This file is a shell script that caches the results of configure + # tests run on this system so they can be shared between configure +diff -Nur xfce4-session-4.4.1/configure.in xfce4-session-4.4.1.new/configure.in +--- xfce4-session-4.4.1/configure.in 2007-04-09 14:27:42.000000000 -0300 ++++ xfce4-session-4.4.1.new/configure.in 2007-11-05 15:46:19.000000000 -0400 +@@ -140,6 +140,7 @@ + engines/balou/themes/Makefile + engines/balou/themes/Default/Makefile + engines/mice/Makefile ++engines/xubuntu/Makefile + engines/simple/Makefile + icons/Makefile + icons/48x48/Makefile +diff -Nur xfce4-session-4.4.1/engines/Makefile.am xfce4-session-4.4.1.new/engines/Makefile.am +--- xfce4-session-4.4.1/engines/Makefile.am 2007-04-09 14:06:34.000000000 -0300 ++++ xfce4-session-4.4.1.new/engines/Makefile.am 2007-11-05 15:46:19.000000000 -0400 +@@ -1,4 +1,5 @@ + SUBDIRS = \ + balou \ + mice \ +- simple ++ simple \ ++ xubuntu +diff -Nur xfce4-session-4.4.1/engines/Makefile.in xfce4-session-4.4.1.new/engines/Makefile.in +--- xfce4-session-4.4.1/engines/Makefile.in 2007-04-09 14:27:52.000000000 -0300 ++++ xfce4-session-4.4.1.new/engines/Makefile.in 2007-11-05 15:46:19.000000000 -0400 +@@ -248,7 +248,8 @@ + SUBDIRS = \ + balou \ + mice \ +- simple ++ simple \ ++ xubuntu + + all: all-recursive + +diff -Nur xfce4-session-4.4.1/engines/xubuntu/Makefile.am xfce4-session-4.4.1.new/engines/xubuntu/Makefile.am +--- xfce4-session-4.4.1/engines/xubuntu/Makefile.am 1969-12-31 20:00:00.000000000 -0400 ++++ xfce4-session-4.4.1.new/engines/xubuntu/Makefile.am 2007-11-05 15:46:19.000000000 -0400 +@@ -0,0 +1,43 @@ ++xubuntudir = $(libdir)/xfce4/splash/engines ++ ++xubuntu_LTLIBRARIES = libxubuntu.la ++ ++libxubuntu_la_SOURCES = \ ++ preview.h \ ++ slide.h \ ++ xubuntu.c ++ ++libxubuntu_la_CFLAGS = \ ++ -I$(top_srcdir) \ ++ @LIBXFCEGUI4_CFLAGS@ ++ ++libxubuntu_la_LDFLAGS = \ ++ -avoid-version \ ++ -no-undefined \ ++ -module ++ ++libxubuntu_la_LIBADD = \ ++ $(top_builddir)/libxfsm/libxfsm-4.2.la ++ ++if HAVE_OS_CYGWIN ++libxubuntu_la_LIBADD += \ ++ @XFCE_MCS_MANAGER_LIBS@ ++endif ++ ++libxubuntu_la_DEPENDENCIES = \ ++ $(top_builddir)/libxfsm/libxfsm-4.2.la ++ ++EXTRA_DIST = \ ++ preview.h \ ++ preview.png \ ++ slide.h \ ++ slide.png ++ ++preview.h: $(srcdir)/preview.png ++ gdk-pixbuf-csource --struct --name=preview \ ++ $(srcdir)/preview.png > preview.h ++ ++slide.h: $(srcdir)/slide.png ++ gdk-pixbuf-csource --struct --name=slide \ ++ $(srcdir)/slide.png > slide.h ++ +diff -Nur xfce4-session-4.4.1/engines/xubuntu/Makefile.in xfce4-session-4.4.1.new/engines/xubuntu/Makefile.in +--- xfce4-session-4.4.1/engines/xubuntu/Makefile.in 1969-12-31 20:00:00.000000000 -0400 ++++ xfce4-session-4.4.1.new/engines/xubuntu/Makefile.in 2007-11-05 15:46:19.000000000 -0400 +@@ -0,0 +1,586 @@ ++# Makefile.in generated by automake 1.9.6 from Makefile.am. ++# @configure_input@ ++ ++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ++# 2003, 2004, 2005 Free Software Foundation, Inc. ++# This Makefile.in is free software; the Free Software Foundation ++# gives unlimited permission to copy and/or distribute it, ++# with or without modifications, as long as this notice is preserved. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY, to the extent permitted by law; without ++# even the implied warranty of MERCHANTABILITY or FITNESS FOR A ++# PARTICULAR PURPOSE. ++ ++@SET_MAKE@ ++ ++srcdir = @srcdir@ ++top_srcdir = @top_srcdir@ ++VPATH = @srcdir@ ++pkgdatadir = $(datadir)/@PACKAGE@ ++pkglibdir = $(libdir)/@PACKAGE@ ++pkgincludedir = $(includedir)/@PACKAGE@ ++top_builddir = ../.. ++am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd ++INSTALL = @INSTALL@ ++install_sh_DATA = $(install_sh) -c -m 644 ++install_sh_PROGRAM = $(install_sh) -c ++install_sh_SCRIPT = $(install_sh) -c ++INSTALL_HEADER = $(INSTALL_DATA) ++transform = $(program_transform_name) ++NORMAL_INSTALL = : ++PRE_INSTALL = : ++POST_INSTALL = : ++NORMAL_UNINSTALL = : ++PRE_UNINSTALL = : ++POST_UNINSTALL = : ++build_triplet = @build@ ++host_triplet = @host@ ++@HAVE_OS_CYGWIN_TRUE@am__append_1 = \ ++@HAVE_OS_CYGWIN_TRUE@ @XFCE_MCS_MANAGER_LIBS@ ++ ++subdir = engines/xubuntu ++DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ++am__aclocal_m4_deps = $(top_srcdir)/configure.in ++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ ++ $(ACLOCAL_M4) ++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ++CONFIG_HEADER = $(top_builddir)/config.h ++CONFIG_CLEAN_FILES = ++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; ++am__vpath_adj = case $$p in \ ++ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ ++ *) f=$$p;; \ ++ esac; ++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; ++am__installdirs = "$(DESTDIR)$(xubuntudir)" ++xubuntuLTLIBRARIES_INSTALL = $(INSTALL) ++LTLIBRARIES = $(xubuntu_LTLIBRARIES) ++am__DEPENDENCIES_1 = ++am_libxubuntu_la_OBJECTS = libxubuntu_la-xubuntu.lo ++libxubuntu_la_OBJECTS = $(am_libxubuntu_la_OBJECTS) ++DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) ++depcomp = $(SHELL) $(top_srcdir)/depcomp ++am__depfiles_maybe = depfiles ++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ ++ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ++LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ ++ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ ++ $(AM_CFLAGS) $(CFLAGS) ++CCLD = $(CC) ++LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(AM_LDFLAGS) $(LDFLAGS) -o $@ ++SOURCES = $(libxubuntu_la_SOURCES) ++DIST_SOURCES = $(libxubuntu_la_SOURCES) ++ETAGS = etags ++CTAGS = ctags ++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ++ACLOCAL = @ACLOCAL@ ++ALL_LINGUAS = @ALL_LINGUAS@ ++AMDEP_FALSE = @AMDEP_FALSE@ ++AMDEP_TRUE = @AMDEP_TRUE@ ++AMTAR = @AMTAR@ ++AR = @AR@ ++AUTOCONF = @AUTOCONF@ ++AUTOHEADER = @AUTOHEADER@ ++AUTOMAKE = @AUTOMAKE@ ++AWK = @AWK@ ++CATALOGS = @CATALOGS@ ++CATOBJEXT = @CATOBJEXT@ ++CC = @CC@ ++CCDEPMODE = @CCDEPMODE@ ++CFLAGS = @CFLAGS@ ++CPP = @CPP@ ++CPPFLAGS = @CPPFLAGS@ ++CXX = @CXX@ ++CXXCPP = @CXXCPP@ ++CXXDEPMODE = @CXXDEPMODE@ ++CXXFLAGS = @CXXFLAGS@ ++CYGPATH_W = @CYGPATH_W@ ++DATADIRNAME = @DATADIRNAME@ ++DBUS_CFLAGS = @DBUS_CFLAGS@ ++DBUS_LIBS = @DBUS_LIBS@ ++DBUS_REQUIRED_VERSION = @DBUS_REQUIRED_VERSION@ ++DBUS_VERSION = @DBUS_VERSION@ ++DEFS = @DEFS@ ++DEPDIR = @DEPDIR@ ++ECHO = @ECHO@ ++ECHO_C = @ECHO_C@ ++ECHO_N = @ECHO_N@ ++ECHO_T = @ECHO_T@ ++EGREP = @EGREP@ ++EXEEXT = @EXEEXT@ ++F77 = @F77@ ++FFLAGS = @FFLAGS@ ++GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ ++GMOFILES = @GMOFILES@ ++GMSGFMT = @GMSGFMT@ ++GNOME_CFLAGS = @GNOME_CFLAGS@ ++GNOME_LIBS = @GNOME_LIBS@ ++GNOME_REQUIRED_VERSION = @GNOME_REQUIRED_VERSION@ ++GNOME_VERSION = @GNOME_VERSION@ ++GREP = @GREP@ ++HAVE_GNOME_FALSE = @HAVE_GNOME_FALSE@ ++HAVE_GNOME_TRUE = @HAVE_GNOME_TRUE@ ++HAVE_OS_CYGWIN_FALSE = @HAVE_OS_CYGWIN_FALSE@ ++HAVE_OS_CYGWIN_TRUE = @HAVE_OS_CYGWIN_TRUE@ ++ICEAUTH = @ICEAUTH@ ++INSTALL_DATA = @INSTALL_DATA@ ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ++INSTOBJEXT = @INSTOBJEXT@ ++INTLLIBS = @INTLLIBS@ ++INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ ++INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ ++INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ ++INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ ++INTLTOOL_ICONV = @INTLTOOL_ICONV@ ++INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ ++INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ ++INTLTOOL_MERGE = @INTLTOOL_MERGE@ ++INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@ ++INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@ ++INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ ++INTLTOOL_PERL = @INTLTOOL_PERL@ ++INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ ++INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ ++INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ ++INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ ++INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ ++INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ ++INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ ++INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ ++INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ ++INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ ++INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ ++INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@ ++INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ ++INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ ++LDFLAGS = @LDFLAGS@ ++LIBOBJS = @LIBOBJS@ ++LIBS = @LIBS@ ++LIBSM_CFLAGS = @LIBSM_CFLAGS@ ++LIBSM_LDFLAGS = @LIBSM_LDFLAGS@ ++LIBSM_LIBS = @LIBSM_LIBS@ ++LIBTOOL = @LIBTOOL@ ++LIBX11_CFLAGS = @LIBX11_CFLAGS@ ++LIBX11_LDFLAGS = @LIBX11_LDFLAGS@ ++LIBX11_LIBS = @LIBX11_LIBS@ ++LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@ ++LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@ ++LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@ ++LIBXFCE4MCS_CLIENT_VERSION = @LIBXFCE4MCS_CLIENT_VERSION@ ++LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ ++LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ ++LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ ++LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ ++LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ ++LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ ++LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ ++LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@ ++LN_S = @LN_S@ ++LTLIBOBJS = @LTLIBOBJS@ ++MAINT = @MAINT@ ++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ ++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ ++MAKEINFO = @MAKEINFO@ ++MKINSTALLDIRS = @MKINSTALLDIRS@ ++MSGFMT = @MSGFMT@ ++OBJEXT = @OBJEXT@ ++PACKAGE = @PACKAGE@ ++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ ++PACKAGE_NAME = @PACKAGE_NAME@ ++PACKAGE_STRING = @PACKAGE_STRING@ ++PACKAGE_TARNAME = @PACKAGE_TARNAME@ ++PACKAGE_VERSION = @PACKAGE_VERSION@ ++PATH_SEPARATOR = @PATH_SEPARATOR@ ++PKG_CONFIG = @PKG_CONFIG@ ++POFILES = @POFILES@ ++POSUB = @POSUB@ ++PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ ++PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ ++RANLIB = @RANLIB@ ++RM = @RM@ ++SET_MAKE = @SET_MAKE@ ++SHELL = @SHELL@ ++STRIP = @STRIP@ ++USE_NLS = @USE_NLS@ ++VERSION = @VERSION@ ++XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@ ++XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@ ++XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@ ++XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@ ++XFCE_MCS_MANAGER_VERSION = @XFCE_MCS_MANAGER_VERSION@ ++XGETTEXT = @XGETTEXT@ ++XGETTEXT_ARGS = @XGETTEXT_ARGS@ ++XMKMF = @XMKMF@ ++X_CFLAGS = @X_CFLAGS@ ++X_EXTRA_LIBS = @X_EXTRA_LIBS@ ++X_LIBS = @X_LIBS@ ++X_PRE_LIBS = @X_PRE_LIBS@ ++ac_ct_CC = @ac_ct_CC@ ++ac_ct_CXX = @ac_ct_CXX@ ++ac_ct_F77 = @ac_ct_F77@ ++am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ ++am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ ++am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ ++am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ ++am__include = @am__include@ ++am__leading_dot = @am__leading_dot@ ++am__quote = @am__quote@ ++am__tar = @am__tar@ ++am__untar = @am__untar@ ++bindir = @bindir@ ++build = @build@ ++build_alias = @build_alias@ ++build_cpu = @build_cpu@ ++build_os = @build_os@ ++build_vendor = @build_vendor@ ++datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ ++exec_prefix = @exec_prefix@ ++host = @host@ ++host_alias = @host_alias@ ++host_cpu = @host_cpu@ ++host_os = @host_os@ ++host_vendor = @host_vendor@ ++htmldir = @htmldir@ ++includedir = @includedir@ ++infodir = @infodir@ ++install_sh = @install_sh@ ++libdir = @libdir@ ++libexecdir = @libexecdir@ ++localedir = @localedir@ ++localstatedir = @localstatedir@ ++mandir = @mandir@ ++mkdir_p = @mkdir_p@ ++oldincludedir = @oldincludedir@ ++pdfdir = @pdfdir@ ++prefix = @prefix@ ++program_transform_name = @program_transform_name@ ++psdir = @psdir@ ++sbindir = @sbindir@ ++sharedstatedir = @sharedstatedir@ ++sysconfdir = @sysconfdir@ ++target_alias = @target_alias@ ++xubuntudir = $(libdir)/xfce4/splash/engines ++xubuntu_LTLIBRARIES = libxubuntu.la ++libxubuntu_la_SOURCES = \ ++ preview.h \ ++ slide.h \ ++ xubuntu.c ++ ++libxubuntu_la_CFLAGS = \ ++ -I$(top_srcdir) \ ++ @LIBXFCEGUI4_CFLAGS@ ++ ++libxubuntu_la_LDFLAGS = \ ++ -avoid-version \ ++ -no-undefined \ ++ -module ++ ++libxubuntu_la_LIBADD = $(top_builddir)/libxfsm/libxfsm-4.2.la \ ++ $(am__append_1) ++libxubuntu_la_DEPENDENCIES = \ ++ $(top_builddir)/libxfsm/libxfsm-4.2.la ++ ++EXTRA_DIST = \ ++ preview.h \ ++ preview.png \ ++ slide.h \ ++ slide.png ++ ++all: all-am ++ ++.SUFFIXES: ++.SUFFIXES: .c .lo .o .obj ++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) ++ @for dep in $?; do \ ++ case '$(am__configure_deps)' in \ ++ *$$dep*) \ ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ ++ && exit 0; \ ++ exit 1;; \ ++ esac; \ ++ done; \ ++ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu engines/xubuntu/Makefile'; \ ++ cd $(top_srcdir) && \ ++ $(AUTOMAKE) --gnu engines/xubuntu/Makefile ++.PRECIOUS: Makefile ++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++ @case '$?' in \ ++ *config.status*) \ ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ ++ *) \ ++ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ ++ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ ++ esac; ++ ++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ++ ++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ++install-xubuntuLTLIBRARIES: $(xubuntu_LTLIBRARIES) ++ @$(NORMAL_INSTALL) ++ test -z "$(xubuntudir)" || $(mkdir_p) "$(DESTDIR)$(xubuntudir)" ++ @list='$(xubuntu_LTLIBRARIES)'; for p in $$list; do \ ++ if test -f $$p; then \ ++ f=$(am__strip_dir) \ ++ echo " $(LIBTOOL) --mode=install $(xubuntuLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(xubuntudir)/$$f'"; \ ++ $(LIBTOOL) --mode=install $(xubuntuLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(xubuntudir)/$$f"; \ ++ else :; fi; \ ++ done ++ ++uninstall-xubuntuLTLIBRARIES: ++ @$(NORMAL_UNINSTALL) ++ @set -x; list='$(xubuntu_LTLIBRARIES)'; for p in $$list; do \ ++ p=$(am__strip_dir) \ ++ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(xubuntudir)/$$p'"; \ ++ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(xubuntudir)/$$p"; \ ++ done ++ ++clean-xubuntuLTLIBRARIES: ++ -test -z "$(xubuntu_LTLIBRARIES)" || rm -f $(xubuntu_LTLIBRARIES) ++ @list='$(xubuntu_LTLIBRARIES)'; for p in $$list; do \ ++ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ ++ test "$$dir" != "$$p" || dir=.; \ ++ echo "rm -f \"$${dir}/so_locations\""; \ ++ rm -f "$${dir}/so_locations"; \ ++ done ++libxubuntu.la: $(libxubuntu_la_OBJECTS) $(libxubuntu_la_DEPENDENCIES) ++ $(LINK) -rpath $(xubuntudir) $(libxubuntu_la_LDFLAGS) $(libxubuntu_la_OBJECTS) $(libxubuntu_la_LIBADD) $(LIBS) ++ ++mostlyclean-compile: ++ -rm -f *.$(OBJEXT) ++ ++distclean-compile: ++ -rm -f *.tab.c ++ ++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxubuntu_la-xubuntu.Plo@am__quote@ ++ ++.c.o: ++@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ++@am__fastdepCC_FALSE@ $(COMPILE) -c $< ++ ++.c.obj: ++@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ++@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` ++ ++.c.lo: ++@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ++@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< ++ ++libxubuntu_la-xubuntu.lo: xubuntu.c ++@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxubuntu_la_CFLAGS) $(CFLAGS) -MT libxubuntu_la-xubuntu.lo -MD -MP -MF "$(DEPDIR)/libxubuntu_la-xubuntu.Tpo" -c -o libxubuntu_la-xubuntu.lo `test -f 'xubuntu.c' || echo '$(srcdir)/'`xubuntu.c; \ ++@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxubuntu_la-xubuntu.Tpo" "$(DEPDIR)/libxubuntu_la-xubuntu.Plo"; else rm -f "$(DEPDIR)/libxubuntu_la-xubuntu.Tpo"; exit 1; fi ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xubuntu.c' object='libxubuntu_la-xubuntu.lo' libtool=yes @AMDEPBACKSLASH@ ++@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ++@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxubuntu_la_CFLAGS) $(CFLAGS) -c -o libxubuntu_la-xubuntu.lo `test -f 'xubuntu.c' || echo '$(srcdir)/'`xubuntu.c ++ ++mostlyclean-libtool: ++ -rm -f *.lo ++ ++clean-libtool: ++ -rm -rf .libs _libs ++ ++distclean-libtool: ++ -rm -f libtool ++uninstall-info-am: ++ ++ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ++ unique=`for i in $$list; do \ ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ++ done | \ ++ $(AWK) ' { files[$$0] = 1; } \ ++ END { for (i in files) print i; }'`; \ ++ mkid -fID $$unique ++tags: TAGS ++ ++TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ++ $(TAGS_FILES) $(LISP) ++ tags=; \ ++ here=`pwd`; \ ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ++ unique=`for i in $$list; do \ ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ++ done | \ ++ $(AWK) ' { files[$$0] = 1; } \ ++ END { for (i in files) print i; }'`; \ ++ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ ++ test -n "$$unique" || unique=$$empty_fix; \ ++ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ++ $$tags $$unique; \ ++ fi ++ctags: CTAGS ++CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ++ $(TAGS_FILES) $(LISP) ++ tags=; \ ++ here=`pwd`; \ ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ++ unique=`for i in $$list; do \ ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ++ done | \ ++ $(AWK) ' { files[$$0] = 1; } \ ++ END { for (i in files) print i; }'`; \ ++ test -z "$(CTAGS_ARGS)$$tags$$unique" \ ++ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ ++ $$tags $$unique ++ ++GTAGS: ++ here=`$(am__cd) $(top_builddir) && pwd` \ ++ && cd $(top_srcdir) \ ++ && gtags -i $(GTAGS_ARGS) $$here ++ ++distclean-tags: ++ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags ++ ++distdir: $(DISTFILES) ++ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ ++ list='$(DISTFILES)'; for file in $$list; do \ ++ case $$file in \ ++ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ ++ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ ++ esac; \ ++ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ ++ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ ++ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ++ dir="/$$dir"; \ ++ $(mkdir_p) "$(distdir)$$dir"; \ ++ else \ ++ dir=''; \ ++ fi; \ ++ if test -d $$d/$$file; then \ ++ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ++ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ ++ fi; \ ++ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ ++ else \ ++ test -f $(distdir)/$$file \ ++ || cp -p $$d/$$file $(distdir)/$$file \ ++ || exit 1; \ ++ fi; \ ++ done ++check-am: all-am ++check: check-am ++all-am: Makefile $(LTLIBRARIES) ++installdirs: ++ for dir in "$(DESTDIR)$(xubuntudir)"; do \ ++ test -z "$$dir" || $(mkdir_p) "$$dir"; \ ++ done ++install: install-am ++install-exec: install-exec-am ++install-data: install-data-am ++uninstall: uninstall-am ++ ++install-am: all-am ++ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am ++ ++installcheck: installcheck-am ++install-strip: ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ++ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ++ `test -z '$(STRIP)' || \ ++ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install ++mostlyclean-generic: ++ ++clean-generic: ++ ++distclean-generic: ++ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) ++ ++maintainer-clean-generic: ++ @echo "This command is intended for maintainers to use" ++ @echo "it deletes files that may require special tools to rebuild." ++clean: clean-am ++ ++clean-am: clean-generic clean-libtool clean-xubuntuLTLIBRARIES \ ++ mostlyclean-am ++ ++distclean: distclean-am ++ -rm -rf ./$(DEPDIR) ++ -rm -f Makefile ++distclean-am: clean-am distclean-compile distclean-generic \ ++ distclean-libtool distclean-tags ++ ++dvi: dvi-am ++ ++dvi-am: ++ ++html: html-am ++ ++info: info-am ++ ++info-am: ++ ++install-data-am: install-xubuntuLTLIBRARIES ++ ++install-exec-am: ++ ++install-info: install-info-am ++ ++install-man: ++ ++installcheck-am: ++ ++maintainer-clean: maintainer-clean-am ++ -rm -rf ./$(DEPDIR) ++ -rm -f Makefile ++maintainer-clean-am: distclean-am maintainer-clean-generic ++ ++mostlyclean: mostlyclean-am ++ ++mostlyclean-am: mostlyclean-compile mostlyclean-generic \ ++ mostlyclean-libtool ++ ++pdf: pdf-am ++ ++pdf-am: ++ ++ps: ps-am ++ ++ps-am: ++ ++uninstall-am: uninstall-info-am uninstall-xubuntuLTLIBRARIES ++ ++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ ++ clean-libtool clean-xubuntuLTLIBRARIES ctags distclean \ ++ distclean-compile distclean-generic distclean-libtool \ ++ distclean-tags distdir dvi dvi-am html html-am info info-am \ ++ install install-am install-data install-data-am install-exec \ ++ install-exec-am install-info install-info-am install-man \ ++ install-strip install-xubuntuLTLIBRARIES installcheck \ ++ installcheck-am installdirs maintainer-clean \ ++ maintainer-clean-generic mostlyclean mostlyclean-compile \ ++ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ ++ tags uninstall uninstall-am uninstall-info-am \ ++ uninstall-xubuntuLTLIBRARIES ++ ++ ++preview.h: $(srcdir)/preview.png ++ gdk-pixbuf-csource --struct --name=preview \ ++ $(srcdir)/preview.png > preview.h ++ ++slide.h: $(srcdir)/slide.png ++ gdk-pixbuf-csource --struct --name=slide \ ++ $(srcdir)/slide.png > slide.h ++# Tell versions [3.59,3.63) of GNU make to not export all variables. ++# Otherwise a system limit (for SysV at least) may be exceeded. ++.NOEXPORT: +diff -Nur xfce4-session-4.4.1/engines/xubuntu/preview.h xfce4-session-4.4.1.new/engines/xubuntu/preview.h +--- xfce4-session-4.4.1/engines/xubuntu/preview.h 1969-12-31 20:00:00.000000000 -0400 ++++ xfce4-session-4.4.1.new/engines/xubuntu/preview.h 2007-11-05 15:46:19.000000000 -0400 +@@ -0,0 +1,608 @@ ++/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ ++ ++static const GdkPixdata preview = { ++ 0x47646b50, /* Pixbuf magic: 'GdkP' */ ++ 24 + 14341, /* header length + pixel_data length */ ++ 0x2010002, /* pixdata_type */ ++ 800, /* rowstride */ ++ 200, /* width */ ++ 203, /* height */ ++ /* pixel_data: */ ++ "\377\377\377\377\0\377\377\377\377\0\377\377\377\377\0\377\377\377\377" ++ "\0\377\377\377\377\0\370\377\377\377\0\11\200\252\252\6z\234\277,w\232" ++ "\274Xx\231\275lx\233\276fx\232\275`x\233\274Wz\234\277,\0\377\377\1\377" ++ "\377\377\377\0\275\377\377\377\0\4x\227\277\40x\231\276}x\232\275\321" ++ "x\232\275\373\207x\232\275\377\4w\232\275\357x\232\275\266x\231\274s" ++ "x\226\303\21\377\377\377\377\0\270\377\377\377\0\3x\230\274Hx\232\275" ++ "\300x\232\275\376\215x\232\275\377\3x\232\275\364x\232\275\223u\231\275" ++ "#\377\377\377\377\0\264\377\377\377\0\2{\227\275\33w\232\275\253\222" ++ "x\232\275\377\3x\232\275\375x\233\275\214\200\252\252\6\377\377\377\377" ++ "\0\261\377\377\377\0\2x\232\274[x\232\275\362\225x\232\275\377\2x\231" ++ "\275\316y\231\277(\377\377\377\377\0\257\377\377\377\0\2w\232\275mx\232" ++ "\275\376\227x\232\275\377\2x\232\275\365w\233\276O\377\377\377\377\0" ++ "\255\377\377\377\0\1w\232\274~\232x\232\275\377\2x\232\275\370z\231\274" ++ "A\377\377\377\377\0\253\377\377\377\0\1x\231\275d\234x\232\275\377\2" ++ "x\232\275\362x\233\2763\377\377\377\377\0\251\377\377\377\0\2y\231\277" ++ "(x\232\275\365\235x\232\275\377\2x\232\275\345\200\222\266\16\377\377" ++ "\377\377\0\247\377\377\377\0\2m\222\266\7w\232\274\317\237x\232\275\377" ++ "\1x\233\274\221\377\377\377\377\0\247\377\377\377\0\1x\232\275w\240x" ++ "\232\275\377\2x\232\275\374z\232\2770\377\377\377\377\0\245\377\377\377" ++ "\0\2\200\252\252\6x\232\274\346\241x\232\275\377\1x\232\276\273\377\377" ++ "\377\377\0\245\377\377\377\0\1y\233\275a\242x\232\275\377\2x\232\275" ++ "\376|\233\271!\377\377\377\377\0\244\377\377\377\0\1x\232\275\324\243" ++ "x\232\275\377\1x\231\275\200\377\377\377\377\0\206\377\377\377\0\1:P" ++ "e\4\206:Pe\10\1:Pe\3\225\377\377\377\0\1{\236\271\35\244x\232\275\377" ++ "\1x\232\275\340\374\377\377\377\0\11:Pe\26:Pe@:Pej:Pe\212:Pe\236:Pe\263" ++ ":Pe\307:Pe\334:Pe\360\207:Pe\377\12:Pe\376:Pe\357:Pe\334:Pe\310:Pe\265" ++ ":Pe\241:Pe\215:Pek:PeA:Pe\30\214\377\377\377\0\1w\232\274X\245x\232\275" ++ "\377\1v\233\277\34\365\377\377\377\0\6:Pe\1:Pe/:Pek:Pe\227:Pe\301:Pe" ++ "\354\232:Pe\377\4:Pe\356:Pe\304:Pe\233:Pe*\210\377\377\377\0\1y\232\275" ++ "\222\245x\232\275\377\1x\231\275F\361\377\377\377\0\5:Pe\1:Pe-:Pem:P" ++ "e\256:Pe\355\242:Pe\377\1:PeL\210\377\377\377\0\1x\232\275\304\245x\232" ++ "\275\377\1w\232\274o\356\377\377\377\0\4:Pe\5:PeK:Pe\243:Pe\353\246:" ++ "Pe\377\1:Pe@\210\377\377\377\0\1w\232\274\317\245x\232\275\377\1y\232" ++ "\275\222\353\377\377\377\0\4:Pe\2:Pe@:Pe\231:Pe\354\251:Pe\377\1:Pe4" ++ "\210\377\377\377\0\1x\232\275\325\245x\232\275\377\1x\233\274\221\351" ++ "\377\377\377\0\3:Pe\":Pe\214:Pe\344\254:Pe\377\1:Pe,\210\377\377\377" ++ "\0\1x\232\275\333\245x\232\275\377\1x\231\274\212\347\377\377\377\0\3" ++ ":Pe=:Pe\256:Pe\375\256:Pe\377\1:Pe\77\210\377\377\377\0\1w\232\274\317" ++ "\245x\232\275\377\1x\233\275\204\344\377\377\377\0\3:Pe\4:PeZ:Pe\313" ++ "\261:Pe\377\1:PeY\210\377\377\377\0\1x\231\275\243\245x\232\275\377\1" ++ "x\231\275l\344\377\377\377\0\1:Pe\300\263:Pe\377\1:Per\210\377\377\377" ++ "\0\1w\231\275x\245x\232\275\377\1x\233\2763\344\377\377\377\0\1:PeP\263" ++ ":Pe\377\1:Pe\217\210\377\377\377\0\1w\231\276K\244x\232\275\377\2x\232" ++ "\275\364\200\200\277\4\345\377\377\377\0\1:Pe\274\262:Pe\377\1:Pe\307" ++ "\210\377\377\377\0\2q\216\306\11x\232\275\362\243x\232\275\377\1x\232" ++ "\275\275\346\377\377\377\0\2:Pe,:Pe\374\261:Pe\377\2:Pe\373:Pe\13\210" ++ "\377\377\377\0\1x\232\274\235\243x\232\275\377\1x\232\275`\347\377\377" ++ "\377\0\1:Pe\225\262:Pe\377\1:PeF\210\377\377\377\0\1w\230\275>\242x\232" ++ "\275\377\2x\233\275\347\200\252\252\6\347\377\377\377\0\2:Pe\23:Pe\356" ++ "\261:Pe\377\1:Pe\212\210\377\377\377\0\2\0\377\377\1x\232\275\314\241" ++ "x\232\275\377\1x\231\275{\351\377\377\377\0\1:Pem\261:Pe\377\2:Pe\347" ++ ":Pe\5\210\377\377\377\0\2x\233\2763x\232\275\374\237x\232\275\377\2x" ++ "\232\275\353q\234\270\22\351\377\377\377\0\2:Pe\4:Pe\325\261:Pe\377\1" ++ ":PeU\211\377\377\377\0\1x\232\275\220\237x\232\275\377\1y\232\274L\330" ++ "\377\377\377\0\2\240\267\311f\240\267\311j\221\377\377\377\0\1:PeF\261" ++ ":Pe\377\1:Pe\276\211\377\377\377\0\2v\235\304\15x\232\275\326\235x\232" ++ "\275\377\1y\232\275\222\327\377\377\377\0\5\240\267\311\10\240\267\311" ++ "\236\240\267\311\377\240\267\311\357\240\267\311\24\221\377\377\377\0" ++ "\1:Pe\262\261:Pe\377\1:Pe3\211\377\377\377\0\2v\233\277\34x\232\275\341" ++ "\233x\232\275\377\2y\232\275\311m\222\266\7\326\377\377\377\0\2\240\267" ++ "\311\40\240\267\311\315\203\240\267\311\377\1\240\267\311\230\221\377" ++ "\377\377\0\2:Pe%:Pe\371\260:Pe\377\1:Pe\304\212\377\377\377\0\2v\235" ++ "\276'x\232\275\352\231x\232\275\377\2w\232\275\276v\235\304\15\326\377" ++ "\377\377\0\2\240\267\311G\240\267\311\355\204\240\267\311\377\2\240\267" ++ "\311\375\240\267\311/\221\377\377\377\0\1:Pe\213\261:Pe\377\1:PeY\212" ++ "\377\377\377\0\2y\230\274*x\232\275\324\227x\232\275\377\2x\232\275\256" ++ "m\222\266\7\326\377\377\377\0\2\240\267\311u\240\267\311\375\206\240" ++ "\267\311\377\1\240\267\311\300\221\377\377\377\0\2:Pe\16:Pe\351\260:" ++ "Pe\377\2:Pe\343:Pe\14\212\377\377\377\0\2q\216\306\11y\233\275\226\224" ++ "x\232\275\377\3x\232\275\365x\232\275wU\252\252\3\326\377\377\377\0\1" ++ "\240\267\311\207\211\240\267\311\377\1\240\267\311T\221\377\377\377\0" ++ "\1:Pec\261:Pe\377\1:Pe\253\214\377\377\377\0\2w\234\275Mx\232\275\322" ++ "\221x\232\275\377\2x\232\275\263{\234\275\37\326\377\377\377\0\2\240" ++ "\267\311\1\240\267\311\225\212\240\267\311\377\2\240\267\311\340\240" ++ "\267\311\10\220\377\377\377\0\2:Pe\2:Pe\315\261:Pe\377\1:Pey\215\377" ++ "\377\377\0\2x\230\274Hw\233\275\274\214x\232\275\377\3x\232\275\362x" ++ "\232\274\235w\231\273<\327\377\377\377\0\2\240\267\311\3\240\267\311" ++ "\242\214\240\267\311\377\1\240\267\311}\221\377\377\377\0\1:Pe=\261:" ++ "Pe\377\2:Pe\375:PeI\216\377\377\377\0\15x\236\274\"w\233\274\\y\231\276" ++ "\224x\232\275\314x\233\275\354x\232\275\364x\232\275\375x\232\275\377" ++ "x\232\275\345y\232\275\272x\232\275\216w\232\274X\200\231\263\12\330" ++ "\377\377\377\0\2\240\267\311\6\240\267\311\256\215\240\267\311\377\2" ++ "\240\267\311\365\240\267\311\34\221\377\377\377\0\1:Pe\250\261:Pe\377" ++ "\2:Pe\364:PeE\224\377\377\377\0\1\200\200\277\4\334\377\377\377\0\2\240" ++ "\267\311\4\240\267\311\264\217\240\267\311\377\1\240\267\311\245\221" ++ "\377\377\377\0\2:Pe\36:Pe\366\261:Pe\377\2:Pe\371:PeT\360\377\377\377" ++ "\0\1\240\267\311\240\221\240\267\311\377\1\240\267\311:\221\377\377\377" ++ "\0\1:Pe\201\262:Pe\377\2:Pe\375:Pef\356\377\377\377\0\1\240\267\311\210" ++ "\222\240\267\311\377\2\240\267\311\313\240\267\311\1\220\377\377\377" ++ "\0\2:Pe\12:Pe\343\263:Pe\377\2:Pe\247:Pe\22\237\377\377\377\0\2:Pe\40" ++ ":Pe\77\312\377\377\377\0\1\240\267\311o\224\240\267\311\377\1\240\267" ++ "\311a\221\377\377\377\0\1:PeY\264:Pe\377\2:Pe\346:PeK\234\377\377\377" ++ "\0\5:Pe\3:Per:Pe\365:Pe\361:Pe'\310\377\377\377\0\2\240\267\311X\240" ++ "\267\311\376\224\240\267\311\377\2\240\267\311\347\240\267\311\15\221" ++ "\377\377\377\0\1:Pe\305\265:Pe\377\2:Pe\252:Pe.\231\377\377\377\0\2:" ++ "Pe<:Pe\314\203:Pe\377\2:Pe\327:Pe\15\306\377\377\377\0\2\240\267\311" ++ "=\240\267\311\371\226\240\267\311\377\1\240\267\311\211\221\377\377\377" ++ "\0\2:Pe4:Pe\376\265:Pe\377\3:Pe\376:Pe\261:Pe5\224\377\377\377\0\3:P" ++ "e\3:PeV:Pe\311\206:Pe\377\2:Pe\257:Pe\1\304\377\377\377\0\2\240\267\311" ++ "\25\240\267\311\344\227\240\267\311\377\2\240\267\311\371\240\267\311" ++ "$\221\377\377\377\0\1:Pe\236\270:Pe\377\3:Pe\313:Pe|:Pe.\216\377\377" ++ "\377\0\4:Pe\4:Pe\77:Pe\211:Pe\337\211:Pe\377\1:Pe|\303\377\377\377\0" ++ "\2\240\267\311\1\240\267\311\270\231\240\267\311\377\1\240\267\311\261" ++ "\221\377\377\377\0\2:Pe\30:Pe\362\221:Pe\377\10:Pe\361:Pe\345:Pe\343" ++ ":Pe\340:Pe\335:Pe\332:Pe\335:Pe\365\241:Pe\377\5:Pe\340:Pe\241:Pey:P" ++ "eR:Pe+\204:Pe\20\6:Pe\31:Pe::Pe\\:Pe~:Pe\253:Pe\360\214:Pe\377\2:Pe\375" ++ ":PeK\302\377\377\377\0\1\240\267\311z\233\240\267\311\377\1\240\267\311" ++ "E\221\377\377\377\0\1:Pew\212:Pe\377\7:Pe\373:Pe\312:Pe\226:Pet:PeS:" ++ "Pe2:Pe\21\210\377\377\377\0\7:Pe\21:Pe+:PeF:Pea:Pe\212:Pe\304:Pe\367" ++ "\266:Pe\377\2:Pe\357:Pe#\300\377\377\377\0\2\240\267\311=\240\267\311" ++ "\374\233\240\267\311\377\2\240\267\311\325\240\267\311\4\220\377\377" ++ "\377\0\2:Pe\6:Pe\334\205:Pe\377\5:Pe\370:Pe\301:Pe\203:PeF:Pe\14\224" ++ "\377\377\377\0\5:Pe\5:Pe6:Peo:Pe\253:Pe\364\263:Pe\377\2:Pe\302:Pe\1" ++ "\276\377\377\377\0\2\240\267\311\24\240\267\311\344\235\240\267\311\377" ++ "\1\240\267\311m\221\377\377\377\0\1:PeO\203:Pe\377\3:Pe\307:Peg:Pe\20" ++ "\234\377\377\377\0\4:Pe\13:Pe\\:Pe\270:Pe\374\261:Pe\377\1:Pej\276\377" ++ "\377\377\0\1\240\267\311\247\236\240\267\311\377\2\240\267\311\356\240" ++ "\267\311\23\221\377\377\377\0\3:Pe\244:Pe\210:Pe(\242\377\377\377\0\3" ++ ":Pe\30:Peq:Pe\330\257:Pe\377\2:Pe\362:Pe\35\274\377\377\377\0\1\240\267" ++ "\311H\240\240\267\311\377\1\240\267\311\225\270\377\377\377\0\3:Pe\2" ++ ":PeZ:Pe\327\256:Pe\377\1:Pe\266\273\377\377\377\0\2\240\267\311\11\240" ++ "\267\311\336\240\240\267\311\377\2\240\267\311\374\240\267\311-\271\377" ++ "\377\377\0\3:Pe\2:PeY:Pe\326\255:Pe\377\1:Pe\\\272\377\377\377\0\1\240" ++ "\267\311\210\242\240\267\311\377\1\240\267\311\275\273\377\377\377\0" ++ "\3:Pe\2:Pe^:Pe\353\253:Pe\377\2:Pe\354:Pe\26\270\377\377\377\0\2\240" ++ "\267\311.\240\267\311\373\243\240\267\311\377\1\240\267\311Q\274\377" ++ "\377\377\0\2:Pe\25:Pe\251\253:Pe\377\1:Pe\247\267\377\377\377\0\2\240" ++ "\267\311\1\240\267\311\307\244\240\267\311\377\2\240\267\311\335\240" ++ "\267\311\7\275\377\377\377\0\2:PeP:Pe\346\252:Pe\377\1:Pe2\266\377\377" ++ "\377\0\1\240\267\311T\246\240\267\311\377\1\240\267\311y\276\377\377" ++ "\377\0\2:Pe\20:Pe\254\251:Pe\377\1:Pe\262\265\377\377\377\0\2\240\267" ++ "\311\2\240\267\311\326\246\240\267\311\377\2\240\267\311\363\240\267" ++ "\311\31\276\377\377\377\0\2:Pe\1:Pe\203\251:Pe\377\1:Pe4\264\377\377" ++ "\377\0\1\240\267\311^\250\240\267\311\377\1\240\267\311\232\300\377\377" ++ "\377\0\2:PeZ:Pe\370\247:Pe\377\1:Pe\265\263\377\377\377\0\2\240\267\311" ++ "\5\240\267\311\336\247\240\267\311\377\2\240\267\311\354\240\267\311" ++ "1\301\377\377\377\0\2:Pe9:Pe\350\247:Pe\377\1:Pe7\262\377\377\377\0\1" ++ "\240\267\311i\247\240\267\311\377\2\240\267\311\353\240\267\311/\303" ++ "\377\377\377\0\2:Pe&:Pe\350\246:Pe\377\1:Pe\270\261\377\377\377\0\2\240" ++ "\267\311\10\240\267\311\345\246\240\267\311\377\2\240\267\311\352\240" ++ "\267\311-\305\377\377\377\0\2:Pe.:Pe\356\246:Pe\377\1:Pe:\260\377\377" ++ "\377\0\1\240\267\311_\246\240\267\311\377\2\240\267\311\351\240\267\311" ++ ",\307\377\377\377\0\2:Pe7:Pe\363\245:Pe\377\1:Pe\273\260\377\377\377" ++ "\0\1\240\267\311\311\245\240\267\311\377\2\240\267\311\350\240\267\311" ++ "*\311\377\377\377\0\2:PeA:Pe\367\245:Pe\377\1:Pe&\256\377\377\377\0\1" ++ "\240\267\3114\245\240\267\311\377\2\240\267\311\351\240\267\311)\313" ++ "\377\377\377\0\1:Pe]\245:Pe\377\1:Pe\205\256\377\377\377\0\1\240\267" ++ "\311\236\245\240\267\311\377\1\240\267\311J\315\377\377\377\0\1:Pe\233" ++ "\244:Pe\377\2:Pe\342:Pe\2\254\377\377\377\0\2\240\267\311\21\240\267" ++ "\311\366\244\240\267\311\377\1\240\267\311\226\316\377\377\377\0\2:P" ++ "e\11:Pe\321\244:Pe\377\1:PeC\254\377\377\377\0\1\240\267\311r\224\240" ++ "\267\311\377\3\221\250\272\377q\211\233\377\233\262\304\377\215\240\267" ++ "\311\377\2\240\267\311\330\240\267\311\12\317\377\377\377\0\2:Pe&:Pe" ++ "\362\243:Pe\377\1:Pe\243\254\377\377\377\0\1\240\267\311\321\225\240" ++ "\267\311\377\4\221\250\272\3779Rd\377Sk}\377\225\254\276\377\212\240" ++ "\267\311\377\2\240\267\311\373\240\267\3114\321\377\377\377\0\1:Pe`\243" ++ ":Pe\377\2:Pe\365:Pe\15\252\377\377\377\0\1\240\267\311$\227\240\267\311" ++ "\377\5\236\265\307\377^v\210\377\33""5F\377>Wh\377|\224\246\377\210\240" ++ "\267\311\377\1\240\267\311|\270\377\377\377\0\5\0\32+\31\0\32+\260\0" ++ "\32+\347\0\32+\321\0\32+3\225\377\377\377\0\2:Pe\1:Pe\304\243:Pe\377" ++ "\1:Pea\252\377\377\377\0\1\240\267\311w\231\240\267\311\377\2\235\264" ++ "\306\377e}\217\377\202\32""3E\377\2Wp\201\377\222\252\273\377\204\240" ++ "\267\311\377\2\240\267\311\305\240\267\311\3\270\377\377\377\0\1\0\32" ++ "+\262\203\0\32+\377\2\0\32+\333\0\32+\4\225\377\377\377\0\2:Pe1:Pe\375" ++ "\242:Pe\377\1:Pe\300\252\377\377\377\0\1\240\267\311\312\233\240\267" ++ "\311\377\11\237\266\310\377m\205\227\377!;L\377\3\35.\3773L]\377q\211" ++ "\233\377\236\265\307\377\240\267\311\363\240\267\311\"\262\377\377\377" ++ "\0\2\0\32+\2\0\32+\21\205\377\377\377\0\1\0\32+\370\204\0\32+\377\1\0" ++ "\32+T\226\377\377\377\0\1:Pe\227\242:Pe\377\2:Pe\376:Pe\30\250\377\377" ++ "\377\0\1\240\267\311\35\237\240\267\311\377\6u\215\237\377)BS\377\0\32" ++ "+\377\20*;\3774M_\307\0\32+%\261\377\377\377\0\4\0\32+\40\0\32+\330\0" ++ "\32+\375\0\32+\214\204\377\377\377\0\1\0\32+\373\204\0\32+\377\1\0\32" ++ "+\233\226\377\377\377\0\2:Pe\23:Pe\355\242:Pe\377\1:PeY\250\377\377\377" ++ "\0\1\240\267\311o\241\240\267\311\377\7~\225\247\3770I[\375\0\32+\376" ++ "\0\32+\377\0\32+\304\0\32+c\0\32+\15\256\377\377\377\0\1\0\32+\273\203" ++ "\0\32+\377\1\0\32+\\\203\377\377\377\0\1\0\32+\376\204\0\32+\377\1\0" ++ "\32+\314\227\377\377\377\0\1:Pez\242:Pe\377\1:Pe\233\250\377\377\377" ++ "\0\1\240\267\311\207\242\240\267\311\377\10\240\267\311\233\0\32+.\0" ++ "\32+\256\0\32+\376\0\32+\377\0\32+\364\0\32+\241\0\32+@\253\377\377\377" ++ "\0\1\0\32+\14\204\0\32+\377\2\0\32+\362\0\32+!\202\377\377\377\0\1\0" ++ "\32+\346\204\0\32+\377\1\0\32+\332\217\377\377\377\0\1\0\32+\10\207\377" ++ "\377\377\0\2:Pe\22:Pe\365\241:Pe\377\1:Pe\334\251\377\377\377\0\2\240" ++ "\267\311m\240\267\311\371\237\240\267\311\377\2\240\267\311\375\240\267" ++ "\311'\202\377\377\377\0\2\0\32+1\0\32+\261\203\0\32+\377\2\0\32+\303" ++ "\0\32+0\251\377\377\377\0\1\0\32+\14\205\0\32+\377\1\0\32+\237\202\377" ++ "\377\377\0\1\0\32+\250\204\0\32+\377\1\0\32+\350\217\377\377\377\0\1" ++ "\0\32+:\203\377\377\377\0\2\0\32+\1\0\32+\23\203\377\377\377\0\1:Pe\224" ++ "\242:Pe\377\1:Pe\36\251\377\377\377\0\2\240\267\3117\240\267\311\341" ++ "\236\240\267\311\377\1\240\267\311\255\205\377\377\377\0\2\0\32+4\0\32" ++ "+\265\202\0\32+\377\3\0\32+\374\0\32+\225\0\32+\22\247\377\377\377\0" ++ "\1\0\32+\11\205\0\32+\377\4\0\32+\372\0\32+\36\377\377\377\0\0\32+j\204" ++ "\0\32+\377\1\0\32+\366\217\377\377\377\0\1\0\32+t\203\377\377\377\0\2" ++ "\0\32+i\0\32+\6\203\377\377\377\0\2:Pe$:Pe\375\241:Pe\377\1:Pe_\252\377" ++ "\377\377\0\2\240\267\311\23\240\267\311\270\235\240\267\311\377\1\240" ++ "\267\3116\207\377\377\377\0\2\0\32+7\0\32+\305\202\0\32+\377\3\0\32+" ++ "\354\0\32+g\0\32+\2\245\377\377\377\0\2\0\32+\1\0\32+\361\205\0\32+\377" ++ "\3\0\32+\222\377\377\377\0\0\32++\205\0\32+\377\1\0\32+\4\216\377\377" ++ "\377\0\1\0\32+\251\202\377\377\377\0\2\0\32+R\0\32+\200\205\377\377\377" ++ "\0\1:Pe\256\241:Pe\377\1:Pe\240\253\377\377\377\0\2\240\267\311\6\240" ++ "\267\311\277\233\240\267\311\377\1\240\267\311\277\211\377\377\377\0" ++ "\3\0\32+\2\0\32+o\0\32+\365\202\0\32+\377\2\0\32+\315\0\32+-\245\377" ++ "\377\377\0\1\0\32+\270\205\0\32+\377\4\0\32+\366\0\32+\25\0\32+\1\0\32" ++ "+\361\204\0\32+\377\1\0\32+\24\216\377\377\377\0\5\0\32+\237\377\377" ++ "\377\0\0\32+\24\0\32+\353\0\32+\30\205\377\377\377\0\1:PeN\241:Pe\377" ++ "\1:Pe\342\223\377\377\377\0\14""9Lh\33:Pe]:Pe\211:Pe\2659Pe\336:Pe\340" ++ ":Pf\330:Pe\317:Pe\275:Qe\2109PfP7Nd\27\215\377\377\377\0\2\240\267\311" ++ "\20\240\267\311\326\232\240\267\311\377\1\240\267\311I\213\377\377\377" ++ "\0\2\0\32+\"\0\32+\276\202\0\32+\377\2\0\32+\366\0\32+`\244\377\377\377" ++ "\0\1\0\32+~\206\0\32+\377\3\0\32+\333\0\32+\253\0\32+\376\204\0\32+\377" ++ "\6\0\32+\367\0\32+\310\0\32+\225\0\32+b\0\32+/\0\32+\4\210\377\377\377" ++ "\0\5\0\32+\4\0\32+_\377\377\377\0\0\32+\210\0\32+v\206\377\377\377\0" ++ "\2:Pe\10:Pe\363\241:Pe\377\1:Pe#\217\377\377\377\0\4""3Mf\12;Qe[:Pe\272" ++ ":Pe\375\213:Pe\377\3;Oe\3049PfP\0\200\200\2\213\377\377\377\0\2\240\267" ++ "\311\40\240\267\311\350\230\240\267\311\377\2\240\267\311\360\240\267" ++ "\311\3\214\377\377\377\0\3\0\32+\1\0\32+h\0\32+\362\202\0\32+\377\2\0" ++ "\32+\234\0\32+\10\242\377\377\377\0\1\0\32+f\222\0\32+\377\6\0\32+\370" ++ "\0\32+\312\0\32+\227\0\32+d\0\32+0\0\32+\1\203\377\377\377\0\5\0\32+" ++ "\17\0\32+\32\0\32+\7\0\32+\266\0\32+\2\207\377\377\377\0\1:Pe\251\241" ++ ":Pe\377\1:PeP\216\377\377\377\0\2;Qe[:Pe\351\220:Pe\377\3:Pe\331:Oda" ++ "\0\0\0\1\212\377\377\377\0\2\240\267\3114\240\267\311\365\227\240\267" ++ "\311\377\1\240\267\311\262\217\377\377\377\0\2\0\32+\36\0\32+\270\202" ++ "\0\32+\377\2\0\32+\317\0\32+#\240\377\377\377\0\2\0\32+\35\0\32+\337" ++ "\227\0\32+\377\10\0\32+\344\0\32+\224\0\32+B\0\32+\3\0\32+\1\377\377" ++ "\377\0\0\32+\24\0\32+!\210\377\377\377\0\1:PeV\241:Pe\377\1:Pes\214\377" ++ "\377\377\0\2""9Nc$;Pe\273\224:Pe\377\2""9Pe\2667Nd\27\212\377\377\377" ++ "\0\1\240\267\311s\227\240\267\311\377\1\240\267\311o\220\377\377\377" ++ "\0\6\0\32+\1\0\32+\177\0\32+\376\0\32+\377\0\32+\360\0\32+F\237\377\377" ++ "\377\0\1\0\32+\231\217\0\32+\377\3\0\32+\352\0\32+\244\0\32+\362\211" ++ "\0\32+\377\3\0\32+\336\0\32+b\0\32+\4\212\377\377\377\0\2:Pe\14:Pe\367" ++ "\240:Pe\377\1:Pe\226\213\377\377\377\0\2;NfA:Pe\362\226:Pe\377\2:Pe\351" ++ ";PeI\211\377\377\377\0\2\240\267\311\5\240\267\311\330\226\240\267\311" ++ "\377\1\240\267\311-\222\377\377\377\0\5\0\32+T\0\32+\365\0\32+\377\0" ++ "\32+\372\0\32+Z\206\377\377\377\0\5\0\32+\15\0\32+,\0\32+F\0\32+-\0\32" ++ "+\6\222\377\377\377\0\2\0\32+\27\0\32+\370\214\0\32+\377\1\0\32+\364" ++ "\202\0\32+\377\3\0\32+$\377\377\377\0\0\32+D\213\0\32+\377\2\0\32+\334" ++ "\0\32+N\212\377\377\377\0\1:Pe\277\240:Pe\377\1:Pe\271\212\377\377\377" ++ "\0\2""9OeQ:Pe\370\230:Pe\377\2:Pe\375;OdW\211\377\377\377\0\1\240\267" ++ "\311H\225\240\267\311\377\2\240\267\311\351\240\267\311\1\223\377\377" ++ "\377\0\5\0\32+1\0\32+\342\0\32+\377\0\32+\376\0\32+o\202\377\377\377" ++ "\0\4\0\32+\3\0\32+R\0\32+\270\0\32+\375\203\0\32+\377\7\0\32+\373\0\32" ++ "+\327\0\32+\254\0\32+\202\0\32+W\0\32+,\0\32+\6\214\377\377\377\0\1\0" ++ "\32+\204\215\0\32+\377\6\0\32+\234\0\32+\326\0\32+\357\0\32+\3\377\377" ++ "\377\0\0\32+\23\214\0\32+\377\2\0\32+\375\0\32+n\211\377\377\377\0\1" ++ ":Pe\211\240:Pe\377\1:Pe\335\211\377\377\377\0\2:QeX:Pe\374\232:Pe\377" ++ "\2:Pe\371:PfF\211\377\377\377\0\1\240\267\311\262\224\240\267\311\377" ++ "\1\240\267\311\250\225\377\377\377\0\2\0\32+\27\0\32+\306\202\0\32+\377" ++ "\3\0\32+\210\0\32+m\0\32+\337\214\0\32+\377\10\0\32+\373\0\32+\326\0" ++ "\32+\254\0\32+\201\0\32+`\0\32+F\0\32+,\0\32+\23\203\377\377\377\0\3" ++ "\0\32+\7\0\32+g\0\32+\362\215\0\32+\377\6\0\32+\212\0\32+q\0\32+\377" ++ "\0\32+j\0\32+\7\0\32+\206\216\0\32+\377\1\0\32+\201\210\377\377\377\0" ++ "\1:PeT\240:Pe\377\2:Pe\373:Pe\4\207\377\377\377\0\2Md!\210\377\377\377\0\2\240\267\311\1\240\267\311\326" ++ "\225\240\267\311\377\2\240\267\311\353\240\267\311\2\216\377\377\377" ++ "\0\7\0\32+\30\0\32+\317\0\32+\226\0\32+A\0\32+\1\0\32+\2\0\32+\355\205" ++ "\0\32+\377\1\0\32+\340\202\0\32+1\3\0\32+l\0\32+\247\0\32+\342\227\0" ++ "\32+\377\2\0\32+\345\0\32+\350\211\0\32+\377\2\0\32+\323\0\32+\20\230" ++ "\377\377\377\0\2x\232\275\21x\232\275\364\240x\232\275\377\2x\232\275" ++ "\375x\232\275\15\212\377\377\377\0\2:Pf#:Qe\344\230:Pe\377\2;Qe\3215" ++ "Uj\30\211\377\377\377\0\1\240\267\311U\227\240\267\311\377\1\240\267" ++ "\3113\223\377\377\377\0\1\0\32+1\205\0\32+\377\2\0\32+\305\0\32+\26\205" ++ "\377\377\377\0\33\0\32+\30\0\32+<\0\32+]\0\32+~\0\32+\237\0\32+\267\0" ++ "\32+\274\0\32+\277\0\32+\303\0\32+\306\0\32+\312\0\32+\315\0\32+\321" ++ "\0\32+\324\0\32+\323\0\32+\300\0\32+\252\0\32+\224\0\32+~\0\32+h\0\32" ++ "+R\0\32+8\0\32+\17\377\377\377\0\0\32+\5\0\32+^\0\32+\320\210\0\32+\377" ++ "\1\0\32+\263\230\377\377\377\0\1x\232\275y\241x\232\275\377\1x\232\275" ++ "\324\214\377\377\377\0\2@Mf\24""9Pf\262\226:Pe\377\2:Pe\275@P`\20\211" ++ "\377\377\377\0\2\240\267\311\35\240\267\311\355\227\240\267\311\377\1" ++ "\240\267\311\226\223\377\377\377\0\1\0\32+r\204\0\32+\377\2\0\32+\242" ++ "\0\32+\7\241\377\377\377\0\3\0\32+B\0\32+\265\0\32+\376\206\0\32+\377" ++ "\1\0\32+h\226\377\377\377\0\2x\232\275\6x\232\275\347\241x\232\275\377" ++ "\1x\232\275\235\216\377\377\377\0\2""9Qdk:Oe\367\222:Pe\377\3:Pd\354" ++ ":Oda\0\0\0\1\211\377\377\377\0\2\240\267\311\3\240\267\311\303\230\240" ++ "\267\311\377\2\240\267\311\367\240\267\311\27\222\377\377\377\0\1\0\32" ++ "+\264\202\0\32+\377\2\0\32+\376\0\32+y\245\377\377\377\0\3\0\32+)\0\32" ++ "+\223\0\32+\356\204\0\32+\377\2\0\32+\365\0\32+\11\225\377\377\377\0" ++ "\1x\232\275b\242x\232\275\377\1x\232\275f\217\377\377\377\0\3\260\377\377\377\0\2\240\267\311" ++ "\36\240\267\311\371\246\240\267\311\377\2\240\267\311\303\240\267\311" ++ "\14\304\377\377\377\0\1x\232\275}\247x\232\275\377\1x\232\275\276\262" ++ "\377\377\377\0\1\240\267\311\224\247\240\267\311\377\2\240\267\311\303" ++ "\240\267\311\14\302\377\377\377\0\1x\232\275\206\250x\232\275\377\1x" ++ "\232\275=\262\377\377\377\0\2\240\267\311\31\240\267\311\366\247\240" ++ "\267\311\377\2\240\267\311\303\240\267\311\14\300\377\377\377\0\1x\232" ++ "\275\216\250x\232\275\377\1x\232\275\273\264\377\377\377\0\1\240\267" ++ "\311\214\250\240\267\311\377\1\240\267\311\217\276\377\377\377\0\2x\232" ++ "\275\14x\232\275\237\251x\232\275\377\1x\232\275:\264\377\377\377\0\2" ++ "\240\267\311\25\240\267\311\363\246\240\267\311\377\2\240\267\311\372" ++ "\240\267\311'\275\377\377\377\0\2x\232\275Ex\232\275\340\251x\232\275" ++ "\377\1x\232\275\271\266\377\377\377\0\1\240\267\311\205\246\240\267\311" ++ "\377\1\240\267\311\214\274\377\377\377\0\2x\232\275\17x\232\275\234\252" ++ "x\232\275\377\2x\232\275\376x\232\2756\266\377\377\377\0\2\240\267\311" ++ "\21\240\267\311\360\244\240\267\311\377\2\240\267\311\350\240\267\311" ++ "\16\273\377\377\377\0\2x\232\275Lx\232\275\344\253x\232\275\377\1x\232" ++ "\275\232\270\377\377\377\0\1\240\267\311m\244\240\267\311\377\1\240\267" ++ "\311b\272\377\377\377\0\2x\232\275\23x\232\275\244\254x\232\275\377\2" ++ "x\232\275\351x\232\275\21\270\377\377\377\0\2\240\267\311\2\240\267\311" ++ "\305\242\240\267\311\377\2\240\267\311\313\240\267\311\1\270\377\377" ++ "\377\0\3x\232\275\23x\232\275wx\232\275\351\255x\232\275\377\1x\232\275" ++ "\\\272\377\377\377\0\2\240\267\311(\240\267\311\370\240\240\267\311\377" ++ "\2\240\267\311\376\240\267\3119\220\377\377\377\0\1x\232\275\7\246\377" ++ "\377\377\0\3x\232\2751x\232\275\236x\232\275\367\256x\232\275\377\1x" ++ "\232\275\274\274\377\377\377\0\1\240\267\311{\240\240\267\311\377\1\240" ++ "\267\311\242\220\377\377\377\0\5x\232\275\7x\232\275\334x\232\275\307" ++ "x\232\275qx\232\275\34\240\377\377\377\0\3x\232\275\5x\232\275Xx\232" ++ "\275\305\260x\232\275\377\2x\232\275\370x\232\275%\274\377\377\377\0" ++ "\2\240\267\311\4\240\267\311\320\236\240\267\311\377\2\240\267\311\363" ++ "\240\267\311\32\220\377\377\377\0\1x\232\275y\203x\232\275\377\4x\232" ++ "\275\376x\232\275\305x\232\275ox\232\275\33\232\377\377\377\0\4x\232" ++ "\275\3x\232\275/x\232\275\177x\232\275\346\262x\232\275\377\1x\232\275" ++ "|\276\377\377\377\0\2\240\267\3113\240\267\311\374\235\240\267\311\377" ++ "\1\240\267\311x\220\377\377\377\0\2x\232\275\32x\232\275\364\206x\232" ++ "\275\377\5x\232\275\376x\232\275\303x\232\275mx\232\275/x\232\275\14" ++ "\222\377\377\377\0\5x\232\275\21x\232\275Jx\232\275\203x\232\275\274" ++ "x\232\275\363\264x\232\275\377\2x\232\275\276x\232\275\2\277\377\377" ++ "\377\0\1\240\267\311\211\234\240\267\311\377\2\240\267\311\334\240\267" ++ "\311\7\220\377\377\377\0\1x\232\275\243\214x\232\275\377\23x\232\275" ++ "\350x\232\275\304x\232\275\241x\232\275}x\232\275Zx\232\2756x\232\275" ++ "\23x\232\275\17x\232\275\32x\232\275%x\232\2750x\232\275;x\232\275Fx" ++ "\232\275Qx\232\275\\x\232\275kx\232\275\235x\232\275\327x\232\275\376" ++ "\267x\232\275\377\2x\232\275\347x\232\275\30\300\377\377\377\0\2\240" ++ "\267\311\10\240\267\311\322\233\240\267\311\377\1\240\267\311N\220\377" ++ "\377\377\0\2x\232\2759x\232\275\376\325x\232\275\377\2x\232\275\375x" ++ "\232\275A\302\377\377\377\0\2\240\267\311!\240\267\311\354\231\240\267" ++ "\311\377\1\240\267\311\271\220\377\377\377\0\2x\232\275\1x\232\275\313" ++ "\326x\232\275\377\1x\232\275}\304\377\377\377\0\2\240\267\311B\240\267" ++ "\311\373\227\240\267\311\377\2\240\267\311\373\240\267\311)\220\377\377" ++ "\377\0\1x\232\275b\326x\232\275\377\2x\232\275\272x\232\275\2\305\377" ++ "\377\377\0\1\240\267\311n\227\240\267\311\377\1\240\267\311\217\220\377" ++ "\377\377\0\2x\232\275\16x\232\275\350\325x\232\275\377\2x\232\275\335" ++ "x\232\275\25\307\377\377\377\0\1\240\267\311\236\225\240\267\311\377" ++ "\2\240\267\311\352\240\267\311\17\220\377\377\377\0\1x\232\275\214\325" ++ "x\232\275\377\2x\232\275\351x\232\275$\310\377\377\377\0\2\240\267\311" ++ "\7\240\267\311\307\224\240\267\311\377\1\240\267\311e\220\377\377\377" ++ "\0\2x\232\275&x\232\275\372\277x\232\275\377\14x\232\275\342x\232\275" ++ "\263x\232\275\204x\232\275\\x\232\275[x\232\275^x\232\275ax\232\275d" ++ "x\232\275hx\232\275\215x\232\275\302x\232\275\363\211x\232\275\377\2" ++ "x\232\275\363x\232\2753\312\377\377\377\0\2\240\267\311\31\240\267\311" ++ "\345\222\240\267\311\377\2\240\267\311\315\240\267\311\2\220\377\377" ++ "\377\0\1x\232\275\266\274x\232\275\377\4x\232\275\355x\232\275\223x\232" ++ "\275Bx\232\275\22\213\377\377\377\0\5x\232\275\2x\232\275*x\232\275_" ++ "x\232\275\251x\232\275\372\204x\232\275\377\2x\232\275\372x\232\275F" ++ "\314\377\377\377\0\2\240\267\311,\240\267\311\352\221\240\267\311\377" ++ "\1\240\267\311;\220\377\377\377\0\1x\232\275K\272x\232\275\377\4x\232" ++ "\275\375x\232\275\267x\232\275Vx\232\275\7\222\377\377\377\0\6x\232\275" ++ "\32x\232\275\201x\232\275\350x\232\275\377x\232\275\376x\232\275[\316" ++ "\377\377\377\0\2\240\267\311+\240\267\311\350\217\240\267\311\377\1\240" ++ "\267\311\245\220\377\377\377\0\2x\232\275\6x\232\275\331\271x\232\275" ++ "\377\2x\232\275\245x\232\275\35\227\377\377\377\0\3x\232\275\6x\232\275" ++ "[x\232\275c\320\377\377\377\0\2\240\267\311)\240\267\311\347\215\240" ++ "\267\311\377\2\240\267\311\364\240\267\311\33\220\377\377\377\0\1x\232" ++ "\275t\270x\232\275\377\2x\232\275\334x\232\275E\355\377\377\377\0\2\240" ++ "\267\311(\240\267\311\346\214\240\267\311\377\1\240\267\311{\220\377" ++ "\377\377\0\2x\232\275\27x\232\275\361\266x\232\275\377\3x\232\275\371" ++ "x\232\275\204x\232\275\10\357\377\377\377\0\2\240\267\311&\240\267\311" ++ "\345\212\240\267\311\377\2\240\267\311\336\240\267\311\10\220\377\377" ++ "\377\0\1x\232\275\236\266x\232\275\377\2x\232\275\356x\232\2759\362\377" ++ "\377\377\0\2\240\267\311%\240\267\311\344\211\240\267\311\377\1\240\267" ++ "\311Q\220\377\377\377\0\2x\232\2755x\232\275\376\265x\232\275\377\2x" ++ "\232\275\346x\232\275-\364\377\377\377\0\2\240\267\311\35\240\267\311" ++ "\314\207\240\267\311\377\1\240\267\311\274\220\377\377\377\0\2x\232\275" ++ "\1x\232\275\307\265x\232\275\377\2x\232\275\335x\232\275\"\366\377\377" ++ "\377\0\2\240\267\311\10\240\267\311\243\205\240\267\311\377\2\240\267" ++ "\311\373\240\267\311+\220\377\377\377\0\1x\232\275]\265x\232\275\377" ++ "\2x\232\275\325x\232\275\31\216\377\377\377\0\13\240\267\311\20\240\267" ++ "\311D\240\267\311n\240\267\311\230\240\267\311\272\240\267\311\271\240" ++ "\267\311\262\240\267\311\254\240\267\311\224\240\267\311[\240\267\311" ++ "\40\340\377\377\377\0\2\240\267\311r\240\267\311\374\203\240\267\311" ++ "\377\1\240\267\311\222\220\377\377\377\0\2x\232\275\14x\232\275\345\264" ++ "x\232\275\377\2x\232\275\365x\232\275'\214\377\377\377\0\4\240\267\311" ++ "\2\240\267\311G\240\267\311\250\240\267\311\370\212\240\267\311\377\3" ++ "\240\267\311\345\240\267\311\210\240\267\311\33\336\377\377\377\0\5\240" ++ "\267\311E\240\267\311\355\240\267\311\377\240\267\311\353\240\267\311" ++ "\21\220\377\377\377\0\1x\232\275\207\265x\232\275\377\1x\232\275e\214" ++ "\377\377\377\0\2\240\267\311T\240\267\311\340\217\240\267\311\377\3\240" ++ "\267\311\372\240\267\311\243\240\267\311+\335\377\377\377\0\3\240\267" ++ "\311\"\240\267\311\323\240\267\311g\220\377\377\377\0\2x\232\275#x\232" ++ "\275\370\264x\232\275\377\1x\232\275\256\213\377\377\377\0\2\240\267" ++ "\311$\240\267\311\270\223\240\267\311\377\3\240\267\311\371\240\267\311" ++ "s\240\267\311\1\334\377\377\377\0\2\240\267\311\13\240\267\311\2\220" ++ "\377\377\377\0\1x\232\275\261\264x\232\275\377\2x\232\275\344x\232\275" ++ "\23\212\377\377\377\0\2\240\267\311P\240\267\311\367\226\240\267\311" ++ "\377\2\240\267\311\270\240\267\311\27\354\377\377\377\0\1x\232\275F\265" ++ "x\232\275\377\1x\232\275O\212\377\377\377\0\2\240\267\311b\240\267\311" ++ "\374\230\240\267\311\377\2\240\267\311\342\240\267\311\36\352\377\377" ++ "\377\0\2x\232\275\4x\232\275\326\264x\232\275\377\2x\232\275\330x\232" ++ "\275\1\211\377\377\377\0\1\240\267\311o\233\240\267\311\377\2\240\267" ++ "\311\331\240\267\311\26\351\377\377\377\0\1x\232\275o\265x\232\275\377" ++ "\1x\232\275j\211\377\377\377\0\2\240\267\311=\240\267\311\375\234\240" ++ "\267\311\377\2\240\267\311\316\240\267\311\16\347\377\377\377\0\2x\232" ++ "\275\25x\232\275\357\264x\232\275\377\2x\232\275\357x\232\275\13\210" ++ "\377\377\377\0\2\240\267\311\20\240\267\311\341\236\240\267\311\377\1" ++ "\240\267\311\227\347\377\377\377\0\1x\232\275\231\265x\232\275\377\1" ++ "x\232\275\213\211\377\377\377\0\1\240\267\311\250\237\240\267\311\377" ++ "\2\240\267\311\375\240\267\3116\345\377\377\377\0\2x\232\275\15x\232" ++ "\275\334\264x\232\275\377\2x\232\275\374x\232\275\37\210\377\377\377" ++ "\0\1\240\267\3113\241\240\267\311\377\2\240\267\311\316\240\267\311\3" ++ "\345\377\377\377\0\3x\232\275\3x\232\275Tx\232\275\306\262x\232\275\377" ++ "\1x\232\275\276\211\377\377\377\0\1\240\267\311\247\242\240\267\311\377" ++ "\1\240\267\311O\350\377\377\377\0\3x\232\2759x\232\275\253x\232\275\374" ++ "\257x\232\275\377\1x\232\275\215\210\377\377\377\0\2\240\267\311\37\240" ++ "\267\311\373\242\240\267\311\377\1\240\267\311\255\352\377\377\377\0" ++ "\3x\232\275!x\232\275\202x\232\275\332\255x\232\275\377\1x\232\275^\210" ++ "\377\377\377\0\1\240\267\311\203\243\240\267\311\377\2\240\267\311\371" ++ "\240\267\311\22\354\377\377\377\0\3x\232\2754x\232\275\215x\232\275\344" ++ "\252x\232\275\377\1x\232\275/\210\377\377\377\0\1\240\267\311\301\244" ++ "\240\267\311\377\1\240\267\311c\356\377\377\377\0\4x\232\275\2x\232\275" ++ "\77x\232\275\223x\232\275\326\246x\232\275\377\2x\232\275\372x\232\275" ++ "\5\207\377\377\377\0\2\240\267\311\5\240\267\311\366\244\240\267\311" ++ "\377\1\240\267\311\225\362\377\377\377\0\4x\232\275\31x\232\275Zx\232" ++ "\275\234x\232\275\337\242x\232\275\377\1x\232\275\321\210\377\377\377" ++ "\0\1\240\267\3115\245\240\267\311\377\1\240\267\311\300\366\377\377\377" ++ "\0\6x\232\275\40x\232\275Ux\232\275\201x\232\275\256x\232\275\332x\232" ++ "\275\375\231x\232\275\377\4x\232\275\345x\232\275\273x\232\275\220x\232" ++ "\275K\210\377\377\377\0\1\240\267\311Z\245\240\267\311\377\1\240\267" ++ "\311\354\373\377\377\377\0\14x\232\275\11x\232\2753x\232\275]x\232\275" ++ "vx\232\275\215x\232\275\243x\232\275\272x\232\275\320x\232\275\347x\232" ++ "\275\367x\232\275\372x\232\275\375\204x\232\275\377\12x\232\275\375x" ++ "\232\275\353x\232\275\327x\232\275\303x\232\275\257x\232\275\232x\232" ++ "\275\206x\232\275dx\232\2759x\232\275\20\214\377\377\377\0\1\240\267" ++ "\311a\246\240\267\311\377\1\240\267\311\5\377\377\377\377\0\210\377\377" ++ "\377\0\4x\232\275\1x\232\275\4x\232\275\6x\232\275\2\225\377\377\377" ++ "\0\1\240\267\311g\245\240\267\311\377\1\240\267\311\376\377\377\377\377" ++ "\0\242\377\377\377\0\1\240\267\311m\245\240\267\311\377\1\240\267\311" ++ "\370\377\377\377\377\0\242\377\377\377\0\1\240\267\311S\245\240\267\311" ++ "\377\1\240\267\311\361\377\377\377\377\0\242\377\377\377\0\1\240\267" ++ "\311)\245\240\267\311\377\1\240\267\311\311\377\377\377\377\0\242\377" ++ "\377\377\0\2\240\267\311\4\240\267\311\372\244\240\267\311\377\1\240" ++ "\267\311\216\377\377\377\377\0\243\377\377\377\0\1\240\267\311\314\244" ++ "\240\267\311\377\1\240\267\311T\377\377\377\377\0\243\377\377\377\0\1" ++ "\240\267\311q\243\240\267\311\377\2\240\267\311\374\240\267\311\27\377" ++ "\377\377\377\0\243\377\377\377\0\2\240\267\311\25\240\267\311\372\242" ++ "\240\267\311\377\1\240\267\311\251\377\377\377\377\0\245\377\377\377" ++ "\0\1\240\267\311\257\242\240\267\311\377\1\240\267\3116\377\377\377\377" ++ "\0\245\377\377\377\0\2\240\267\311/\240\267\311\374\240\240\267\311\377" ++ "\1\240\267\311\304\377\377\377\377\0\247\377\377\377\0\1\240\267\311" ++ "\220\237\240\267\311\377\2\240\267\311\374\240\267\3119\377\377\377\377" ++ "\0\247\377\377\377\0\2\240\267\311\16\240\267\311\346\236\240\267\311" ++ "\377\1\240\267\311~\377\377\377\377\0\251\377\377\377\0\2\240\267\311" ++ "\77\240\267\311\367\234\240\267\311\377\2\240\267\311\303\240\267\311" ++ "\3\377\377\377\377\0\252\377\377\377\0\2\240\267\311L\240\267\311\373" ++ "\232\240\267\311\377\2\240\267\311\332\240\267\311\34\377\377\377\377" ++ "\0\254\377\377\377\0\2\240\267\311[\240\267\311\375\230\240\267\311\377" ++ "\2\240\267\311\316\240\267\311\26\377\377\377\377\0\256\377\377\377\0" ++ "\2\240\267\311\77\240\267\311\343\226\240\267\311\377\2\240\267\311\277" ++ "\240\267\311\16\377\377\377\377\0\260\377\377\377\0\2\240\267\311\22" ++ "\240\267\311\256\223\240\267\311\377\3\240\267\311\357\240\267\311i\240" ++ "\267\311\2\377\377\377\377\0\263\377\377\377\0\2\240\267\311N\240\267" ++ "\311\301\217\240\267\311\377\3\240\267\311\372\240\267\311\237\240\267" ++ "\311\26\377\377\377\377\0\267\377\377\377\0\3\240\267\3114\240\267\311" ++ "\244\240\267\311\354\212\240\267\311\377\3\240\267\311\314\240\267\311" ++ "m\240\267\311\24\377\377\377\377\0\273\377\377\377\0\13\240\267\311\1" ++ "\240\267\311(\240\267\311b\240\267\311\224\240\267\311\237\240\267\311" ++ "\245\240\267\311\253\240\267\311\237\240\267\311s\240\267\311H\240\267" ++ "\311\33\377\377\377\377\0\377\377\377\377\0\377\377\377\377\0\266\377" ++ "\377\377\0", ++}; ++ ++ +diff -Nur xfce4-session-4.4.1/engines/xubuntu/slide.h xfce4-session-4.4.1.new/engines/xubuntu/slide.h +--- xfce4-session-4.4.1/engines/xubuntu/slide.h 1969-12-31 20:00:00.000000000 -0400 ++++ xfce4-session-4.4.1.new/engines/xubuntu/slide.h 2007-11-05 15:46:19.000000000 -0400 +@@ -0,0 +1,1944 @@ ++/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ ++ ++static const GdkPixdata slide = { ++ 0x47646b50, /* Pixbuf magic: 'GdkP' */ ++ 24 + 49158, /* header length + pixel_data length */ ++ 0x2010002, /* pixdata_type */ ++ 7920, /* rowstride */ ++ 1980, /* width */ ++ 180, /* height */ ++ /* pixel_data: */ ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\331\0\0\0\0\211\241\320\377\377\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\300\0\0\0\0\215\241\320\377\377\377\0\0" ++ "\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\306\0\0\0\0\210" ++ ":Pe\377\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\355\0\0\0\0\220\241\320" ++ "\377\377\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\303\0\0\0\0\214:Pe\377\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0" ++ "\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\352\0" ++ "\0\0\0\223\241\320\377\377\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0" ++ "\0\0\0\377\0\0\0\0\277\0\0\0\0\220:Pe\377\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\347\0\0\0\0\224\241\320\377\377\377\0\0\0\0\377\0\0\0\0" ++ "\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\276\0\0\0\0\222:Pe\377\377\0\0\0" ++ "\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\344\0\0\0\0\211h\205" ++ "\243\377\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\370\0\0\0\0\225\241\320" ++ "\377\377\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0" ++ "\274\0\0\0\0\224:Pe\377\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\364\0\0\0" ++ "\0\212h\205\243\377\377\0\0\0\0\342\0\0\0\0\215h\205\243\377\377\0\0" ++ "\0\0\377\0\0\0\0\253\0\0\0\0\211\241\320\377\377\377\0\0\0\0\301\0\0" ++ "\0\0\226\241\320\377\377\377\0\0\0\0\377\0\0\0\0\377\0\0\0\0\377\0\0" ++ "\0\0\377\0\0\0\0\273\0\0\0\0\225:Pe\377\377\0\0\0\0\377\0\0\0\0\377\0" ++ "\0\0\0\362\0\0\0\0\216h\205\243\377\377\0\0\0\0\337\0\0\0\0\217h\205" ++ "\243\377\377\0\0\0\0\377\0\0\0\0\247\0\0\0\0\216\241\320\377\377\377" ++ "\0\0\0\0\277\0\0\0\0\227\241\320\377\377\377\0\0\0\0\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\377\0\0\0\0\272\0\0\0\0\226:Pe\377\377\0\0\0\0\301" ++ "\0\0\0\0\206:Pe\377\377\0\0\0\0\377\0\0\0\0\251\0\0\0\0\220h\205\243" ++ "\377\377\0\0\0\0\335\0\0\0\0\221h\205\243\377\377\0\0\0\0\377\0\0\0\0" ++ "\245\0\0\0\0\221\241\320\377\377\377\0\0\0\0\274\0\0\0\0\230\241\320" ++ "\377\377\377\0\0\0\0\301\0\0\0\0\206\241\320\377\377\377\0\0\0\0\377" ++ "\0\0\0\0\377\0\0\0\0\362\0\0\0\0\226:Pe\377\377\0\0\0\0\276\0\0\0\0\214" ++ ":Pe\377\377\0\0\0\0\377\0\0\0\0\245\0\0\0\0\222h\205\243\377\377\0\0" ++ "\0\0\333\0\0\0\0\223h\205\243\377\377\0\0\0\0\377\0\0\0\0\243\0\0\0\0" ++ "\223\241\320\377\377\377\0\0\0\0\273\0\0\0\0\230\241\320\377\377\377" ++ "\0\0\0\0\276\0\0\0\0\214\241\320\377\377\377\0\0\0\0\377\0\0\0\0\247" ++ "\0\0\0\0\210:Pe\377\377\0\0\0\0\277\0\0\0\0\230:Pe\377\377\0\0\0\0\274" ++ "\0\0\0\0\217:Pe\377\377\0\0\0\0\377\0\0\0\0\242\0\0\0\0\1h\205\243\273" ++ "\223h\205\243\377\377\0\0\0\0\331\0\0\0\0\225h\205\243\377\377\0\0\0" ++ "\0\377\0\0\0\0\241\0\0\0\0\224\241\320\377\377\377\0\0\0\0\273\0\0\0" ++ "\0\230\241\320\377\377\377\0\0\0\0\274\0\0\0\0\220\241\320\377\377\377" ++ "\0\0\0\0\377\0\0\0\0\243\0\0\0\0\214:Pe\377\377\0\0\0\0\275\0\0\0\0\230" ++ ":Pe\377\377\0\0\0\0\273\0\0\0\0\221:Pe\377\377\0\0\0\0\377\0\0\0\0\241" ++ "\0\0\0\0\225h\205\243\377\377\0\0\0\0\330\0\0\0\0\225h\205\243\377\377" ++ "\0\0\0\0\377\0\0\0\0\241\0\0\0\0\225\241\320\377\377\377\0\0\0\0\272" ++ "\0\0\0\0\230\241\320\377\377\377\0\0\0\0\273\0\0\0\0\222\241\320\377" ++ "\377\377\0\0\0\0\377\0\0\0\0\240\0\0\0\0\220:Pe\377\377\0\0\0\0\273\0" ++ "\0\0\0\230:Pe\377\377\0\0\0\0\272\0\0\0\0\223:Pe\377\377\0\0\0\0\377" ++ "\0\0\0\0\240\0\0\0\0\225h\205\243\377\377\0\0\0\0\330\0\0\0\0\226h\205" ++ "\243\377\377\0\0\0\0\377\0\0\0\0\237\0\0\0\0\227\241\320\377\377\377" ++ "\0\0\0\0\271\0\0\0\0\230\241\320\377\377\377\0\0\0\0\272\0\0\0\0\224" ++ "\241\320\377\377\377\0\0\0\0\377\0\0\0\0\236\0\0\0\0\222:Pe\377\377\0" ++ "\0\0\0\272\0\0\0\0\230:Pe\377\377\0\0\0\0\271\0\0\0\0\225:Pe\377\377" ++ "\0\0\0\0\377\0\0\0\0\236\0\0\0\0\226h\205\243\377\377\0\0\0\0\327\0\0" ++ "\0\0\227h\205\243\377\377\0\0\0\0\377\0\0\0\0\237\0\0\0\0\227\241\320" ++ "\377\377\377\0\0\0\0\271\0\0\0\0\230\241\320\377\377\377\0\0\0\0\271" ++ "\0\0\0\0\225\241\320\377\377\377\0\0\0\0\377\0\0\0\0\235\0\0\0\0\224" ++ ":Pe\377\377\0\0\0\0\271\0\0\0\0\230:Pe\377\377\0\0\0\0\271\0\0\0\0\225" ++ ":Pe\377\377\0\0\0\0\377\0\0\0\0\236\0\0\0\0\227h\205\243\377\377\0\0" ++ "\0\0\326\0\0\0\0\227h\205\243\377\377\0\0\0\0\377\0\0\0\0\237\0\0\0\0" ++ "\227\241\320\377\377\377\0\0\0\0\271\0\0\0\0\230\241\320\377\377\377" ++ "\0\0\0\0\271\0\0\0\0\226\241\320\377\377\377\0\0\0\0\377\0\0\0\0\234" ++ "\0\0\0\0\224:Pe\377\377\0\0\0\0\271\0\0\0\0\230:Pe\377\377\0\0\0\0\270" ++ "\0\0\0\0\226:Pe\377\377\0\0\0\0\377\0\0\0\0\236\0\0\0\0\227h\205\243" ++ "\377\377\0\0\0\0\326\0\0\0\0\227h\205\243\377\377\0\0\0\0\377\0\0\0\0" ++ "\236\0\0\0\0\230\241\320\377\377\377\0\0\0\0\271\0\0\0\0\230\241\320" ++ "\377\377\377\0\0\0\0\270\0\0\0\0\227\241\320\377\377\377\0\0\0\0\377" ++ "\0\0\0\0\233\0\0\0\0\226:Pe\377\377\0\0\0\0\270\0\0\0\0\230:Pe\377\377" ++ "\0\0\0\0\270\0\0\0\0\227:Pe\377\377\0\0\0\0\207\0\0\0\0\204\241\320\377" ++ "\377\207\0\0\0\0\205h\205\243\377\1h\205\243\273\377\0\0\0\0\205\0\0" ++ "\0\0\227h\205\243\377\377\0\0\0\0\326\0\0\0\0\227h\205\243\377\377\0" ++ "\0\0\0\377\0\0\0\0\236\0\0\0\0\231\241\320\377\377\377\0\0\0\0\271\0" ++ "\0\0\0\227\241\320\377\377\377\0\0\0\0\270\0\0\0\0\230\241\320\377\377" ++ "\377\0\0\0\0\377\0\0\0\0\232\0\0\0\0\226:Pe\377\377\0\0\0\0\270\0\0\0" ++ "\0\230:Pe\377\377\0\0\0\0\241\0\0\0\0\1h\205\243\273\216h\205\243\377" ++ "\210\0\0\0\0\227:Pe\377\377\0\0\0\0\202\0\0\0\0\211\241\320\377\377\207" ++ "\0\0\0\0\212h\205\243\377\1h\205\243\273\377\0\0\0\0\227h\205\243\377" ++ "\207\0\0\0\0\223\241\320\377\377\377\0\0\0\0\244\0\0\0\0\222\241\320" ++ "\377\377\206\0\0\0\0\227h\205\243\377\377\0\0\0\0\212\0\0\0\0\203:Pe" ++ "\377\377\0\0\0\0\221\0\0\0\0\231\241\320\377\377\377\0\0\0\0\271\0\0" ++ "\0\0\227\241\320\377\377\377\0\0\0\0\270\0\0\0\0\230\241\320\377\377" ++ "\377\0\0\0\0\377\0\0\0\0\231\0\0\0\0\230:Pe\377\377\0\0\0\0\270\0\0\0" ++ "\0\226:Pe\377\377\0\0\0\0\235\0\0\0\0\1h\205\243\273\226h\205\243\377" ++ "\205\0\0\0\0\227:Pe\377\376\0\0\0\0\214\241\320\377\377\207\0\0\0\0\216" ++ "h\205\243\377\374\0\0\0\0\227h\205\243\377\205\0\0\0\0\231\241\320\377" ++ "\377\377\0\0\0\0\234\0\0\0\0\227\241\320\377\377\205\0\0\0\0\227h\205" ++ "\243\377\377\0\0\0\0\204\0\0\0\0\211:Pe\377\377\0\0\0\0\221\0\0\0\0\231" ++ "\241\320\377\377\205\0\0\0\0\222:Pe\377\377\0\0\0\0\243\0\0\0\0\225\241" ++ "\320\377\377\377\0\0\0\0\271\0\0\0\0\230\241\320\377\377\377\0\0\0\0" ++ "\377\0\0\0\0\231\0\0\0\0\230:Pe\377\204\0\0\0\0\225h\205\243\377\377" ++ "\0\0\0\0\237\0\0\0\0\226:Pe\377\377\0\0\0\0\232\0\0\0\0\232h\205\243" ++ "\377\205\0\0\0\0\227:Pe\377\373\0\0\0\0\217\241\320\377\377\207\0\0\0" ++ "\0\221h\205\243\377\371\0\0\0\0\227h\205\243\377\205\0\0\0\0\234\241" ++ "\320\377\377\377\0\0\0\0\226\0\0\0\0\232\241\320\377\377\205\0\0\0\0" ++ "\227h\205\243\377\377\0\0\0\0\1\0\0\0\0\214:Pe\377\211\0\0\0\0\206\241" ++ "\320\377\377\377\0\0\0\0\202\0\0\0\0\231\241\320\377\377\203\0\0\0\0" ++ "\231:Pe\377\377\0\0\0\0\236\0\0\0\0\224\241\320\377\377\377\0\0\0\0\241" ++ "\0\0\0\0\221:Pe\377\210\0\0\0\0\230\241\320\377\377\377\0\0\0\0\204\0" ++ "\0\0\0\203h\205\243\377\207\0\0\0\0\206:Pe\377\377\0\0\0\0\205\0\0\0" ++ "\0\230:Pe\377\204\0\0\0\0\231h\205\243\377\377\0\0\0\0\224\0\0\0\0\204" ++ "h\205\243\377\204\0\0\0\0\224:Pe\377\204\0\0\0\0\203h\205\243\377\377" ++ "\0\0\0\0\221\0\0\0\0\235h\205\243\377\205\0\0\0\0\227:Pe\377\371\0\0" ++ "\0\0\221\241\320\377\377\207\0\0\0\0\223h\205\243\377\367\0\0\0\0\226" ++ "h\205\243\377\206\0\0\0\0\236\241\320\377\377\377\0\0\0\0\221\0\0\0\0" ++ "\236\241\320\377\377\205\0\0\0\0\226h\205\243\377\374\0\0\0\0\220:Pe" ++ "\377\211\0\0\0\0\212\241\320\377\377\375\0\0\0\0\230\241\320\377\377" ++ "\204\0\0\0\0\234:Pe\377\377\0\0\0\0\226\0\0\0\0\1:Pe\377\205\0\0\0\0" ++ "\223\241\320\377\377\377\0\0\0\0\234\0\0\0\0\232:Pe\377\204\0\0\0\0\230" ++ "\241\320\377\377\376\0\0\0\0\210h\205\243\377\207\0\0\0\0\212:Pe\377" ++ "\377\0\0\0\0\1\0\0\0\0\230:Pe\377\204\0\0\0\0\234h\205\243\377\377\0" ++ "\0\0\0\217\0\0\0\0\206h\205\243\377\204\0\0\0\0\224:Pe\377\204\0\0\0" ++ "\0\206h\205\243\377\377\0\0\0\0\214\0\0\0\0\237h\205\243\377\205\0\0" ++ "\0\0\227:Pe\377\367\0\0\0\0\223\241\320\377\377\207\0\0\0\0\225h\205" ++ "\243\377\365\0\0\0\0\226h\205\243\377\206\0\0\0\0\236\241\320\377\377" ++ "\377\0\0\0\0\221\0\0\0\0\236\241\320\377\377\205\0\0\0\0\225h\205\243" ++ "\377\374\0\0\0\0\221:Pe\377\211\0\0\0\0\214\241\320\377\377\374\0\0\0" ++ "\0\227\241\320\377\377\204\0\0\0\0\236:Pe\377\377\0\0\0\0\220\0\0\0\0" ++ "\207:Pe\377\204\0\0\0\0\221\241\320\377\377\204\0\0\0\0\203:Pe\377\377" ++ "\0\0\0\0\223\0\0\0\0\235:Pe\377\204\0\0\0\0\230\241\320\377\377\372\0" ++ "\0\0\0\214h\205\243\377\207\0\0\0\0\215:Pe\377\375\0\0\0\0\230:Pe\377" ++ "\204\0\0\0\0\236h\205\243\377\1h\205\243\273\377\0\0\0\0\212\0\0\0\0" ++ "\211h\205\243\377\204\0\0\0\0\222:Pe\377\204\0\0\0\0\211h\205\243\377" ++ "\377\0\0\0\0\212\0\0\0\0\237h\205\243\377\205\0\0\0\0\227:Pe\377\365" ++ "\0\0\0\0\225\241\320\377\377\207\0\0\0\0\227h\205\243\377\364\0\0\0\0" ++ "\225h\205\243\377\206\0\0\0\0\236\241\320\377\377\377\0\0\0\0\221\0\0" ++ "\0\0\236\241\320\377\377\205\0\0\0\0\225h\205\243\377\371\0\0\0\0\224" ++ ":Pe\377\211\0\0\0\0\217\241\320\377\377\371\0\0\0\0\227\241\320\377\377" ++ "\204\0\0\0\0\241:Pe\377\377\0\0\0\0\213\0\0\0\0\211:Pe\377\205\0\0\0" ++ "\0\216\241\320\377\377\205\0\0\0\0\207:Pe\377\377\0\0\0\0\215\0\0\0\0" ++ "\240:Pe\377\204\0\0\0\0\230\241\320\377\377\370\0\0\0\0\216h\205\243" ++ "\377\207\0\0\0\0\220:Pe\377\372\0\0\0\0\230:Pe\377\204\0\0\0\0\237h\205" ++ "\243\377\377\0\0\0\0\210\0\0\0\0\213h\205\243\377\205\0\0\0\0\220:Pe" ++ "\377\204\0\0\0\0\214h\205\243\377\377\0\0\0\0\210\0\0\0\0\237h\205\243" ++ "\377\205\0\0\0\0\227:Pe\377\364\0\0\0\0\226\241\320\377\377\207\0\0\0" ++ "\0\230h\205\243\377\363\0\0\0\0\224h\205\243\377\206\0\0\0\0\237\241" ++ "\320\377\377\377\0\0\0\0\222\0\0\0\0\236\241\320\377\377\205\0\0\0\0" ++ "\223h\205\243\377\370\0\0\0\0\226:Pe\377\211\0\0\0\0\221\241\320\377" ++ "\377\367\0\0\0\0\227\241\320\377\377\203\0\0\0\0\242:Pe\377\377\0\0\0" ++ "\0\211\0\0\0\0\214:Pe\377\206\0\0\0\0\212\241\320\377\377\206\0\0\0\0" ++ "\212:Pe\377\377\0\0\0\0\211\0\0\0\0\242:Pe\377\204\0\0\0\0\230\241\320" ++ "\377\377\365\0\0\0\0\221h\205\243\377\207\0\0\0\0\222:Pe\377\370\0\0" ++ "\0\0\230:Pe\377\204\0\0\0\0\237h\205\243\377\377\0\0\0\0\206\0\0\0\0" ++ "\216h\205\243\377\206\0\0\0\0\214:Pe\377\206\0\0\0\0\216h\205\243\377" ++ "\377\0\0\0\0\206\0\0\0\0\240h\205\243\377\204\0\0\0\0\227:Pe\377\362" ++ "\0\0\0\0\230\241\320\377\377\207\0\0\0\0\232h\205\243\377\362\0\0\0\0" ++ "\223h\205\243\377\206\0\0\0\0\236\241\320\377\377\377\0\0\0\0\223\0\0" ++ "\0\0\236\241\320\377\377\206\0\0\0\0\222h\205\243\377\367\0\0\0\0\227" ++ ":Pe\377\211\0\0\0\0\223\241\320\377\377\366\0\0\0\0\225\241\320\377\377" ++ "\204\0\0\0\0\242:Pe\377\377\0\0\0\0\207\0\0\0\0\220:Pe\377\223\0\0\0" ++ "\0\215:Pe\377\377\0\0\0\0\207\0\0\0\0\242:Pe\377\204\0\0\0\0\230\241" ++ "\320\377\377\363\0\0\0\0\223h\205\243\377\207\0\0\0\0\225:Pe\377\365" ++ "\0\0\0\0\230:Pe\377\203\0\0\0\0\1h\205\243\273\237h\205\243\377\377\0" ++ "\0\0\0\204\0\0\0\0\221h\205\243\377\207\0\0\0\0\210:Pe\377\207\0\0\0" ++ "\0\220h\205\243\377\377\0\0\0\0\206\0\0\0\0\237h\205\243\377\204\0\0" ++ "\0\0\226:Pe\377\362\0\0\0\0\231\241\320\377\377\207\0\0\0\0\233h\205" ++ "\243\377\362\0\0\0\0\221h\205\243\377\206\0\0\0\0\237\241\320\377\377" ++ "\212\0\0\0\0\1h\205\243\377\374\0\0\0\0\203:Pe\377\211\0\0\0\0\236\241" ++ "\320\377\377\206\0\0\0\0\220h\205\243\377\366\0\0\0\0\231:Pe\377\211" ++ "\0\0\0\0\224\241\320\377\377\365\0\0\0\0\224\241\320\377\377\204\0\0" ++ "\0\0\242:Pe\377\377\0\0\0\0\206\0\0\0\0\223:Pe\377\221\0\0\0\0\220:P" ++ "e\377\377\0\0\0\0\205\0\0\0\0\243:Pe\377\203\0\0\0\0\227\241\320\377" ++ "\377\362\0\0\0\0\225h\205\243\377\207\0\0\0\0\226:Pe\377\365\0\0\0\0" ++ "\226:Pe\377\204\0\0\0\0\237h\205\243\377\377\0\0\0\0\204\0\0\0\0\223" ++ "h\205\243\377\223\0\0\0\0\224h\205\243\377\377\0\0\0\0\204\0\0\0\0\1" ++ "h\205\243\273\236h\205\243\377\205\0\0\0\0\225:Pe\377\334\0\0\0\0\206" ++ "h\205\243\377\216\0\0\0\0\233\241\320\377\377\207\0\0\0\0\235h\205\243" ++ "\377\361\0\0\0\0\217h\205\243\377\207\0\0\0\0\236\241\320\377\377\211" ++ "\0\0\0\0\206h\205\243\377\370\0\0\0\0\205:Pe\377\210\0\0\0\0\236\241" ++ "\320\377\377\207\0\0\0\0\215h\205\243\377\341\0\0\0\0\207\241\320\377" ++ "\377\217\0\0\0\0\232:Pe\377\211\0\0\0\0\226\241\320\377\377\216\0\0\0" ++ "\0\213h\205\243\377\333\0\0\0\0\223\241\320\377\377\204\0\0\0\0\242:" ++ "Pe\377\377\0\0\0\0\205\0\0\0\0\226:Pe\377\215\0\0\0\0\223:Pe\377\377" ++ "\0\0\0\0\205\0\0\0\0\242:Pe\377\204\0\0\0\0\226\241\320\377\377\361\0" ++ "\0\0\0\226h\205\243\377\207\0\0\0\0\230:Pe\377\363\0\0\0\0\226:Pe\377" ++ "\204\0\0\0\0\237h\205\243\377\207\0\0\0\0\1:Pe\377\372\0\0\0\0\226h\205" ++ "\243\377\220\0\0\0\0\226h\205\243\377\377\0\0\0\0\204\0\0\0\0\237h\205" ++ "\243\377\204\0\0\0\0\224:Pe\377\332\0\0\0\0\214h\205\243\377\212\0\0" ++ "\0\0\234\241\320\377\377\207\0\0\0\0\236h\205\243\377\210\0\0\0\0\212" ++ ":Pe\377\340\0\0\0\0\213h\205\243\377\210\0\0\0\0\237\241\320\377\377" ++ "\211\0\0\0\0\207h\205\243\377\366\0\0\0\0\206:Pe\377\211\0\0\0\0\236" ++ "\241\320\377\377\210\0\0\0\0\211h\205\243\377\340\0\0\0\0\214\241\320" ++ "\377\377\213\0\0\0\0\234:Pe\377\211\0\0\0\0\227\241\320\377\377\213\0" ++ "\0\0\0\1h\205\243\273\216h\205\243\377\332\0\0\0\0\221\241\320\377\377" ++ "\204\0\0\0\0\242:Pe\377\207\0\0\0\0\203\241\320\377\377\371\0\0\0\0\232" ++ ":Pe\377\211\0\0\0\0\227:Pe\377\377\0\0\0\0\203\0\0\0\0\243:Pe\377\203" ++ "\0\0\0\0\225\241\320\377\377\360\0\0\0\0\230h\205\243\377\207\0\0\0\0" ++ "\231:Pe\377\363\0\0\0\0\224:Pe\377\204\0\0\0\0\237h\205\243\377\207\0" ++ "\0\0\0\204:Pe\377\366\0\0\0\0\232h\205\243\377\214\0\0\0\0\231h\205\243" ++ "\377\366\0\0\0\0\204\241\320\377\377\211\0\0\0\0\236h\205\243\377\205" ++ "\0\0\0\0\222:Pe\377\331\0\0\0\0\220h\205\243\377\207\0\0\0\0\235\241" ++ "\320\377\377\207\0\0\0\0\236h\205\243\377\206\0\0\0\0\216:Pe\377\342" ++ "\0\0\0\0\204h\205\243\377\212\0\0\0\0\237\241\320\377\377\211\0\0\0\0" ++ "\211h\205\243\377\364\0\0\0\0\210:Pe\377\210\0\0\0\0\237\241\320\377" ++ "\377\357\0\0\0\0\217\241\320\377\377\210\0\0\0\0\235:Pe\377\211\0\0\0" ++ "\0\230\241\320\377\377\211\0\0\0\0\221h\205\243\377\333\0\0\0\0\215\241" ++ "\320\377\377\205\0\0\0\0\242:Pe\377\207\0\0\0\0\206\241\320\377\377\366" ++ "\0\0\0\0\274:Pe\377\367\0\0\0\0\204h\205\243\377\207\0\0\0\0\242:Pe\377" ++ "\204\0\0\0\0\224\241\320\377\377\357\0\0\0\0\231h\205\243\377\207\0\0" ++ "\0\0\233:Pe\377\361\0\0\0\0\224:Pe\377\204\0\0\0\0\236h\205\243\377\210" ++ "\0\0\0\0\206:Pe\377\363\0\0\0\0\235h\205\243\377\210\0\0\0\0\235h\205" ++ "\243\377\363\0\0\0\0\206\241\320\377\377\210\0\0\0\0\237h\205\243\377" ++ "\205\0\0\0\0\220:Pe\377\331\0\0\0\0\222h\205\243\377\205\0\0\0\0\236" ++ "\241\320\377\377\207\0\0\0\0\236h\205\243\377\205\0\0\0\0\220:Pe\377" ++ "\356\0\0\0\0\237\241\320\377\377\212\0\0\0\0\212h\205\243\377\361\0\0" ++ "\0\0\212:Pe\377\211\0\0\0\0\237\241\320\377\377\356\0\0\0\0\220\241\320" ++ "\377\377\207\0\0\0\0\235:Pe\377\211\0\0\0\0\231\241\320\377\377\207\0" ++ "\0\0\0\223h\205\243\377\334\0\0\0\0\211\241\320\377\377\206\0\0\0\0\243" ++ ":Pe\377\207\0\0\0\0\207\241\320\377\377\363\0\0\0\0\277:Pe\377\365\0" ++ "\0\0\0\205h\205\243\377\207\0\0\0\0\243:Pe\377\204\0\0\0\0\222\241\320" ++ "\377\377\357\0\0\0\0\232h\205\243\377\207\0\0\0\0\234:Pe\377\361\0\0" ++ "\0\0\222:Pe\377\204\0\0\0\0\237h\205\243\377\207\0\0\0\0\210:Pe\377\361" ++ "\0\0\0\0\304h\205\243\377\361\0\0\0\0\207\241\320\377\377\211\0\0\0\0" ++ "\237h\205\243\377\206\0\0\0\0\215:Pe\377\331\0\0\0\0\224h\205\243\377" ++ "\204\0\0\0\0\236\241\320\377\377\207\0\0\0\0\236h\205\243\377\204\0\0" ++ "\0\0\222:Pe\377\353\0\0\0\0\241\241\320\377\377\211\0\0\0\0\214h\205" ++ "\243\377\357\0\0\0\0\214:Pe\377\211\0\0\0\0\240\241\320\377\377\353\0" ++ "\0\0\0\222\241\320\377\377\206\0\0\0\0\235:Pe\377\211\0\0\0\0\231\241" ++ "\320\377\377\207\0\0\0\0\224h\205\243\377\351\0\0\0\0\243:Pe\377\207" ++ "\0\0\0\0\211\241\320\377\377\361\0\0\0\0\302:Pe\377\362\0\0\0\0\207h" ++ "\205\243\377\207\0\0\0\0\243:Pe\377\204\0\0\0\0\220\241\320\377\377\333" ++ "\0\0\0\0\213:Pe\377\210\0\0\0\0\234h\205\243\377\207\0\0\0\0\235:Pe\377" ++ "\215\0\0\0\0\210\241\320\377\377\334\0\0\0\0\220:Pe\377\204\0\0\0\0\237" ++ "h\205\243\377\207\0\0\0\0\212:Pe\377\357\0\0\0\0\306h\205\243\377\357" ++ "\0\0\0\0\211\241\320\377\377\210\0\0\0\0\240h\205\243\377\207\0\0\0\0" ++ "\210:Pe\377\333\0\0\0\0\225h\205\243\377\204\0\0\0\0\236\241\320\377" ++ "\377\207\0\0\0\0\235h\205\243\377\204\0\0\0\0\224:Pe\377\351\0\0\0\0" ++ "\241\241\320\377\377\211\0\0\0\0\1h\205\243\273\215h\205\243\377\355" ++ "\0\0\0\0\216:Pe\377\210\0\0\0\0\241\241\320\377\377\351\0\0\0\0\224\241" ++ "\320\377\377\205\0\0\0\0\235:Pe\377\211\0\0\0\0\231\241\320\377\377\206" ++ "\0\0\0\0\225h\205\243\377\350\0\0\0\0\244:Pe\377\207\0\0\0\0\212\241" ++ "\320\377\377\357\0\0\0\0\304:Pe\377\357\0\0\0\0\211h\205\243\377\207" ++ "\0\0\0\0\244:Pe\377\205\0\0\0\0\214\241\320\377\377\334\0\0\0\0\216:" ++ "Pe\377\206\0\0\0\0\234h\205\243\377\207\0\0\0\0\237:Pe\377\211\0\0\0" ++ "\0\214\241\320\377\377\334\0\0\0\0\214:Pe\377\206\0\0\0\0\237h\205\243" ++ "\377\207\0\0\0\0\213:Pe\377\355\0\0\0\0\310h\205\243\377\355\0\0\0\0" ++ "\212\241\320\377\377\211\0\0\0\0\240h\205\243\377\351\0\0\0\0\226h\205" ++ "\243\377\203\0\0\0\0\236\241\320\377\377\207\0\0\0\0\235h\205\243\377" ++ "\204\0\0\0\0\225:Pe\377\346\0\0\0\0\243\241\320\377\377\211\0\0\0\0\217" ++ "h\205\243\377\354\0\0\0\0\216:Pe\377\211\0\0\0\0\243\241\320\377\377" ++ "\211\0\0\0\0\205\241\320\377\377\330\0\0\0\0\224\241\320\377\377\205" ++ "\0\0\0\0\235:Pe\377\211\0\0\0\0\231\241\320\377\377\206\0\0\0\0\225h" ++ "\205\243\377\326\0\0\0\0\203:Pe\377\215\0\0\0\0\245:Pe\377\207\0\0\0" ++ "\0\214\241\320\377\377\355\0\0\0\0\306:Pe\377\355\0\0\0\0\213h\205\243" ++ "\377\207\0\0\0\0\244:Pe\377\207\0\0\0\0\206\241\320\377\377\335\0\0\0" ++ "\0\221:Pe\377\205\0\0\0\0\234h\205\243\377\207\0\0\0\0\237:Pe\377\207" ++ "\0\0\0\0\217\241\320\377\377\335\0\0\0\0\207:Pe\377\210\0\0\0\0\237h" ++ "\205\243\377\207\0\0\0\0\215:Pe\377\353\0\0\0\0\312h\205\243\377\353" ++ "\0\0\0\0\214\241\320\377\377\210\0\0\0\0\1h\205\243\273\240h\205\243" ++ "\377\350\0\0\0\0\226h\205\243\377\204\0\0\0\0\235\241\320\377\377\207" ++ "\0\0\0\0\234h\205\243\377\204\0\0\0\0\226:Pe\377\344\0\0\0\0\244\241" ++ "\320\377\377\211\0\0\0\0\221h\205\243\377\352\0\0\0\0\220:Pe\377\210" ++ "\0\0\0\0\262\241\320\377\377\327\0\0\0\0\224\241\320\377\377\206\0\0" ++ "\0\0\234:Pe\377\211\0\0\0\0\231\241\320\377\377\206\0\0\0\0\226h\205" ++ "\243\377\324\0\0\0\0\206:Pe\377\210\0\0\0\0\247:Pe\377\210\0\0\0\0\215" ++ "\241\320\377\377\353\0\0\0\0\310:Pe\377\353\0\0\0\0\214h\205\243\377" ++ "\210\0\0\0\0\244:Pe\377\350\0\0\0\0\223:Pe\377\205\0\0\0\0\233h\205\243" ++ "\377\207\0\0\0\0\237:Pe\377\206\0\0\0\0\221\241\320\377\377\351\0\0\0" ++ "\0\241h\205\243\377\207\0\0\0\0\216:Pe\377\351\0\0\0\0\314h\205\243\377" ++ "\351\0\0\0\0\216\241\320\377\377\210\0\0\0\0\242h\205\243\377\217\0\0" ++ "\0\0\204h\205\243\377\322\0\0\0\0\227h\205\243\377\204\0\0\0\0\235\241" ++ "\320\377\377\207\0\0\0\0\234h\205\243\377\204\0\0\0\0\227:Pe\377\326" ++ "\0\0\0\0\260\241\320\377\377\212\0\0\0\0\222h\205\243\377\350\0\0\0\0" ++ "\221:Pe\377\211\0\0\0\0\262\241\320\377\377\325\0\0\0\0\225\241\320\377" ++ "\377\206\0\0\0\0\234:Pe\377\211\0\0\0\0\230\241\320\377\377\206\0\0\0" ++ "\0\227h\205\243\377\324\0\0\0\0\265:Pe\377\207\0\0\0\0\217\241\320\377" ++ "\377\351\0\0\0\0\312:Pe\377\351\0\0\0\0\216h\205\243\377\207\0\0\0\0" ++ "\245:Pe\377\347\0\0\0\0\224:Pe\377\204\0\0\0\0\233h\205\243\377\207\0" ++ "\0\0\0\237:Pe\377\205\0\0\0\0\223\241\320\377\377\324\0\0\0\0\203h\205" ++ "\243\377\220\0\0\0\0\241h\205\243\377\207\0\0\0\0\220:Pe\377\347\0\0" ++ "\0\0\315h\205\243\377\350\0\0\0\0\217\241\320\377\377\211\0\0\0\0\243" ++ "h\205\243\377\213\0\0\0\0\207h\205\243\377\321\0\0\0\0\230h\205\243\377" ++ "\203\0\0\0\0\235\241\320\377\377\207\0\0\0\0\233h\205\243\377\1h\205" ++ "\243\273\203\0\0\0\0\230:Pe\377\325\0\0\0\0\244\241\320\377\377\206\0" ++ "\0\0\0\207\241\320\377\377\211\0\0\0\0\224h\205\243\377\346\0\0\0\0\223" ++ ":Pe\377\210\0\0\0\0\262\241\320\377\377\325\0\0\0\0\225\241\320\377\377" ++ "\206\0\0\0\0\234:Pe\377\211\0\0\0\0\230\241\320\377\377\206\0\0\0\0\227" ++ "h\205\243\377\323\0\0\0\0\265:Pe\377\207\0\0\0\0\220\241\320\377\377" ++ "\350\0\0\0\0\313:Pe\377\351\0\0\0\0\217h\205\243\377\207\0\0\0\0\247" ++ ":Pe\377\212\0\0\0\0\203:Pe\377\326\0\0\0\0\225:Pe\377\205\0\0\0\0\232" ++ "h\205\243\377\207\0\0\0\0\237:Pe\377\205\0\0\0\0\224\241\320\377\377" ++ "\322\0\0\0\0\206h\205\243\377\214\0\0\0\0\242h\205\243\377\210\0\0\0" ++ "\0\221:Pe\377\346\0\0\0\0\316h\205\243\377\346\0\0\0\0\221\241\320\377" ++ "\377\210\0\0\0\0\247h\205\243\377\203\0\0\0\0\213h\205\243\377\321\0" ++ "\0\0\0\230h\205\243\377\204\0\0\0\0\234\241\320\377\377\207\0\0\0\0\233" ++ "h\205\243\377\204\0\0\0\0\230:Pe\377\324\0\0\0\0\240\241\320\377\377" ++ "\233\0\0\0\0\224h\205\243\377\345\0\0\0\0\224:Pe\377\211\0\0\0\0\211" ++ "\241\320\377\377\204\0\0\0\0\245\241\320\377\377\324\0\0\0\0\225\241" ++ "\320\377\377\206\0\0\0\0\234:Pe\377\211\0\0\0\0\230\241\320\377\377\206" ++ "\0\0\0\0\227h\205\243\377\322\0\0\0\0\266:Pe\377\207\0\0\0\0\221\241" ++ "\320\377\377\347\0\0\0\0\314:Pe\377\347\0\0\0\0\220h\205\243\377\207" ++ "\0\0\0\0\252:Pe\377\204\0\0\0\0\207:Pe\377\324\0\0\0\0\227:Pe\377\204" ++ "\0\0\0\0\232h\205\243\377\207\0\0\0\0\236:Pe\377\205\0\0\0\0\225\241" ++ "\320\377\377\321\0\0\0\0\211h\205\243\377\210\0\0\0\0\244h\205\243\377" ++ "\207\0\0\0\0\222:Pe\377\345\0\0\0\0\317h\205\243\377\345\0\0\0\0\222" ++ "\241\320\377\377\211\0\0\0\0\210h\205\243\377\212\0\0\0\0\243h\205\243" ++ "\377\320\0\0\0\0\230h\205\243\377\204\0\0\0\0\234\241\320\377\377\213" ++ "\0\0\0\0\227h\205\243\377\204\0\0\0\0\230:Pe\377\324\0\0\0\0\235\241" ++ "\320\377\377\235\0\0\0\0\226h\205\243\377\344\0\0\0\0\225:Pe\377\210" ++ "\0\0\0\0\204\241\320\377\377\216\0\0\0\0\241\241\320\377\377\323\0\0" ++ "\0\0\225\241\320\377\377\206\0\0\0\0\234:Pe\377\212\0\0\0\0\227\241\320" ++ "\377\377\206\0\0\0\0\227h\205\243\377\321\0\0\0\0\266:Pe\377\207\0\0" ++ "\0\0\223\241\320\377\377\345\0\0\0\0\316:Pe\377\345\0\0\0\0\222h\205" ++ "\243\377\207\0\0\0\0\265:Pe\377\323\0\0\0\0\227:Pe\377\204\0\0\0\0\232" ++ "h\205\243\377\207\0\0\0\0\236:Pe\377\205\0\0\0\0\226\241\320\377\377" ++ "\317\0\0\0\0\265h\205\243\377\207\0\0\0\0\224:Pe\377\343\0\0\0\0\246" ++ "h\205\243\377\206\0\0\0\0\245h\205\243\377\344\0\0\0\0\223\241\320\377" ++ "\377\210\0\0\0\0\205h\205\243\377\220\0\0\0\0\1h\205\243\273\240h\205" ++ "\243\377\317\0\0\0\0\230h\205\243\377\204\0\0\0\0\230\241\320\377\377" ++ "\222\0\0\0\0\224h\205\243\377\204\0\0\0\0\230:Pe\377\323\0\0\0\0\234" ++ "\241\320\377\377\237\0\0\0\0\226h\205\243\377\343\0\0\0\0\227:Pe\377" ++ "\234\0\0\0\0\236\241\320\377\377\323\0\0\0\0\225\241\320\377\377\206" ++ "\0\0\0\0\230:Pe\377\221\0\0\0\0\224\241\320\377\377\206\0\0\0\0\227h" ++ "\205\243\377\320\0\0\0\0\247:Pe\377\204\0\0\0\0\214:Pe\377\207\0\0\0" ++ "\0\224\241\320\377\377\343\0\0\0\0\320:Pe\377\343\0\0\0\0\223h\205\243" ++ "\377\207\0\0\0\0\266:Pe\377\322\0\0\0\0\227:Pe\377\205\0\0\0\0\231h\205" ++ "\243\377\207\0\0\0\0\236:Pe\377\205\0\0\0\0\226\241\320\377\377\317\0" ++ "\0\0\0\245h\205\243\377\207\0\0\0\0\211h\205\243\377\207\0\0\0\0\225" ++ ":Pe\377\342\0\0\0\0\241h\205\243\377\217\0\0\0\0\241h\205\243\377\343" ++ "\0\0\0\0\224\241\320\377\377\240\0\0\0\0\236h\205\243\377\317\0\0\0\0" ++ "\230h\205\243\377\204\0\0\0\0\225\241\320\377\377\227\0\0\0\0\222h\205" ++ "\243\377\204\0\0\0\0\230:Pe\377\322\0\0\0\0\233\241\320\377\377\240\0" ++ "\0\0\0\230h\205\243\377\341\0\0\0\0\230:Pe\377\237\0\0\0\0\234\241\320" ++ "\377\377\322\0\0\0\0\225\241\320\377\377\206\0\0\0\0\225:Pe\377\226\0" ++ "\0\0\0\223\241\320\377\377\205\0\0\0\0\227h\205\243\377\320\0\0\0\0\241" ++ ":Pe\377\217\0\0\0\0\206:Pe\377\207\0\0\0\0\225\241\320\377\377\343\0" ++ "\0\0\0\244:Pe\377\207\0\0\0\0\245:Pe\377\343\0\0\0\0\224h\205\243\377" ++ "\207\0\0\0\0\265:Pe\377\322\0\0\0\0\227:Pe\377\205\0\0\0\0\231h\205\243" ++ "\377\210\0\0\0\0\235:Pe\377\204\0\0\0\0\227\241\320\377\377\316\0\0\0" ++ "\0\241h\205\243\377\1h\205\243\273\217\0\0\0\0\203h\205\243\377\210\0" ++ "\0\0\0\227:Pe\377\341\0\0\0\0\237h\205\243\377\224\0\0\0\0\235h\205\243" ++ "\377\343\0\0\0\0\226\241\320\377\377\241\0\0\0\0\235h\205\243\377\316" ++ "\0\0\0\0\230h\205\243\377\203\0\0\0\0\225\241\320\377\377\232\0\0\0\0" ++ "\220h\205\243\377\204\0\0\0\0\230:Pe\377\322\0\0\0\0\231\241\320\377" ++ "\377\242\0\0\0\0\231h\205\243\377\340\0\0\0\0\231:Pe\377\240\0\0\0\0" ++ "\233\241\320\377\377\321\0\0\0\0\225\241\320\377\377\206\0\0\0\0\223" ++ ":Pe\377\232\0\0\0\0\221\241\320\377\377\205\0\0\0\0\227h\205\243\377" ++ "\317\0\0\0\0\240:Pe\377\224\0\0\0\0\202:Pe\377\207\0\0\0\0\227\241\320" ++ "\377\377\342\0\0\0\0\240:Pe\377\220\0\0\0\0\241:Pe\377\341\0\0\0\0\225" ++ "h\205\243\377\210\0\0\0\0\205:Pe\377\216\0\0\0\0\242:Pe\377\321\0\0\0" ++ "\0\227:Pe\377\205\0\0\0\0\225h\205\243\377\220\0\0\0\0\230:Pe\377\205" ++ "\0\0\0\0\227\241\320\377\377\315\0\0\0\0\240h\205\243\377\235\0\0\0\0" ++ "\227:Pe\377\343\0\0\0\0\232h\205\243\377\231\0\0\0\0\231h\205\243\377" ++ "\345\0\0\0\0\227\241\320\377\377\242\0\0\0\0\234h\205\243\377\315\0\0" ++ "\0\0\230h\205\243\377\203\0\0\0\0\223\241\320\377\377\236\0\0\0\0\216" ++ "h\205\243\377\204\0\0\0\0\230:Pe\377\321\0\0\0\0\231\241\320\377\377" ++ "\243\0\0\0\0\231h\205\243\377\337\0\0\0\0\232:Pe\377\241\0\0\0\0\232" ++ "\241\320\377\377\322\0\0\0\0\224\241\320\377\377\205\0\0\0\0\222:Pe\377" ++ "\236\0\0\0\0\217\241\320\377\377\206\0\0\0\0\225h\205\243\377\320\0\0" ++ "\0\0\236:Pe\377\237\0\0\0\0\230\241\320\377\377\342\0\0\0\0\234:Pe\377" ++ "\225\0\0\0\0\236:Pe\377\341\0\0\0\0\227h\205\243\377\235\0\0\0\0\240" ++ ":Pe\377\320\0\0\0\0\227:Pe\377\205\0\0\0\0\222h\205\243\377\225\0\0\0" ++ "\0\226:Pe\377\205\0\0\0\0\227\241\320\377\377\315\0\0\0\0\236h\205\243" ++ "\377\236\0\0\0\0\231:Pe\377\344\0\0\0\0\227h\205\243\377\234\0\0\0\0" ++ "\225h\205\243\377\346\0\0\0\0\230\241\320\377\377\243\0\0\0\0\233h\205" ++ "\243\377\315\0\0\0\0\227h\205\243\377\204\0\0\0\0\221\241\320\377\377" ++ "\241\0\0\0\0\216h\205\243\377\204\0\0\0\0\227:Pe\377\321\0\0\0\0\230" ++ "\241\320\377\377\244\0\0\0\0\232h\205\243\377\336\0\0\0\0\232:Pe\377" ++ "\242\0\0\0\0\232\241\320\377\377\321\0\0\0\0\223\241\320\377\377\206" ++ "\0\0\0\0\221:Pe\377\240\0\0\0\0\217\241\320\377\377\205\0\0\0\0\225h" ++ "\205\243\377\317\0\0\0\0\235:Pe\377\240\0\0\0\0\231\241\320\377\377\344" ++ "\0\0\0\0\230:Pe\377\232\0\0\0\0\232:Pe\377\342\0\0\0\0\230h\205\243\377" ++ "\236\0\0\0\0\236:Pe\377\320\0\0\0\0\227:Pe\377\205\0\0\0\0\220h\205\243" ++ "\377\231\0\0\0\0\225:Pe\377\204\0\0\0\0\227\241\320\377\377\314\0\0\0" ++ "\0\235h\205\243\377\240\0\0\0\0\231:Pe\377\345\0\0\0\0\224h\205\243\377" ++ "\240\0\0\0\0\221h\205\243\377\350\0\0\0\0\230\241\320\377\377\245\0\0" ++ "\0\0\232h\205\243\377\315\0\0\0\0\226h\205\243\377\204\0\0\0\0\220\241" ++ "\320\377\377\243\0\0\0\0\215h\205\243\377\204\0\0\0\0\226:Pe\377\321" ++ "\0\0\0\0\227\241\320\377\377\247\0\0\0\0\231h\205\243\377\335\0\0\0\0" ++ "\232:Pe\377\245\0\0\0\0\230\241\320\377\377\321\0\0\0\0\223\241\320\377" ++ "\377\205\0\0\0\0\220:Pe\377\244\0\0\0\0\215\241\320\377\377\206\0\0\0" ++ "\0\223h\205\243\377\317\0\0\0\0\234:Pe\377\242\0\0\0\0\232\241\320\377" ++ "\377\344\0\0\0\0\226:Pe\377\234\0\0\0\0\227:Pe\377\343\0\0\0\0\231h\205" ++ "\243\377\240\0\0\0\0\235:Pe\377\317\0\0\0\0\227:Pe\377\205\0\0\0\0\216" ++ "h\205\243\377\235\0\0\0\0\223:Pe\377\205\0\0\0\0\226\241\320\377\377" ++ "\314\0\0\0\0\233h\205\243\377\242\0\0\0\0\232:Pe\377\346\0\0\0\0\221" ++ "h\205\243\377\242\0\0\0\0\217h\205\243\377\350\0\0\0\0\230\241\320\377" ++ "\377\247\0\0\0\0\231h\205\243\377\315\0\0\0\0\226h\205\243\377\203\0" ++ "\0\0\0\220\241\320\377\377\245\0\0\0\0\1h\205\243\273\213h\205\243\377" ++ "\204\0\0\0\0\226:Pe\377\321\0\0\0\0\226\241\320\377\377\251\0\0\0\0\231" ++ "h\205\243\377\334\0\0\0\0\231:Pe\377\247\0\0\0\0\230\241\320\377\377" ++ "\321\0\0\0\0\221\241\320\377\377\206\0\0\0\0\217:Pe\377\246\0\0\0\0\215" ++ "\241\320\377\377\205\0\0\0\0\223h\205\243\377\317\0\0\0\0\233:Pe\377" ++ "\243\0\0\0\0\232\241\320\377\377\346\0\0\0\0\222:Pe\377\240\0\0\0\0\223" ++ ":Pe\377\345\0\0\0\0\231h\205\243\377\241\0\0\0\0\234:Pe\377\317\0\0\0" ++ "\0\227:Pe\377\205\0\0\0\0\215h\205\243\377\240\0\0\0\0\221:Pe\377\205" ++ "\0\0\0\0\226\241\320\377\377\313\0\0\0\0\233h\205\243\377\243\0\0\0\0" ++ "\232:Pe\377\350\0\0\0\0\216h\205\243\377\244\0\0\0\0\214h\205\243\377" ++ "\215\0\0\0\0\1:Pe\377\334\0\0\0\0\227\241\320\377\377\251\0\0\0\0\231" ++ "h\205\243\377\315\0\0\0\0\224h\205\243\377\204\0\0\0\0\217\241\320\377" ++ "\377\250\0\0\0\0\213h\205\243\377\204\0\0\0\0\224:Pe\377\321\0\0\0\0" ++ "\226\241\320\377\377\253\0\0\0\0\230h\205\243\377\333\0\0\0\0\231:Pe" ++ "\377\251\0\0\0\0\227\241\320\377\377\322\0\0\0\0\217\241\320\377\377" ++ "\206\0\0\0\0\217:Pe\377\250\0\0\0\0\214\241\320\377\377\206\0\0\0\0\221" ++ "h\205\243\377\317\0\0\0\0\233:Pe\377\244\0\0\0\0\233\241\320\377\377" ++ "\347\0\0\0\0\217:Pe\377\242\0\0\0\0\221:Pe\377\345\0\0\0\0\232h\205\243" ++ "\377\243\0\0\0\0\233:Pe\377\316\0\0\0\0\227:Pe\377\204\0\0\0\0\215h\205" ++ "\243\377\242\0\0\0\0\220:Pe\377\205\0\0\0\0\225\241\320\377\377\314\0" ++ "\0\0\0\232h\205\243\377\245\0\0\0\0\232:Pe\377\332\0\0\0\0\203\241\320" ++ "\377\377\214\0\0\0\0\213h\205\243\377\246\0\0\0\0\211h\205\243\377\215" ++ "\0\0\0\0\204:Pe\377\332\0\0\0\0\227\241\320\377\377\253\0\0\0\0\230h" ++ "\205\243\377\315\0\0\0\0\1h\205\243\273\222h\205\243\377\204\0\0\0\0" ++ "\217\241\320\377\377\251\0\0\0\0\213h\205\243\377\205\0\0\0\0\223:Pe" ++ "\377\321\0\0\0\0\226\241\320\377\377\254\0\0\0\0\227h\205\243\377\333" ++ "\0\0\0\0\230:Pe\377\253\0\0\0\0\227\241\320\377\377\323\0\0\0\0\214\241" ++ "\320\377\377\207\0\0\0\0\216:Pe\377\251\0\0\0\0\215\241\320\377\377\207" ++ "\0\0\0\0\216h\205\243\377\320\0\0\0\0\232:Pe\377\246\0\0\0\0\232\241" ++ "\320\377\377\351\0\0\0\0\213:Pe\377\245\0\0\0\0\216:Pe\377\347\0\0\0" ++ "\0\232h\205\243\377\244\0\0\0\0\232:Pe\377\317\0\0\0\0\226:Pe\377\204" ++ "\0\0\0\0\213h\205\243\377\245\0\0\0\0\220:Pe\377\205\0\0\0\0\224\241" ++ "\320\377\377\313\0\0\0\0\232h\205\243\377\247\0\0\0\0\231:Pe\377\331" ++ "\0\0\0\0\205\241\320\377\377\214\0\0\0\0\211h\205\243\377\250\0\0\0\0" ++ "\206h\205\243\377\215\0\0\0\0\206:Pe\377\332\0\0\0\0\227\241\320\377" ++ "\377\254\0\0\0\0\227h\205\243\377\316\0\0\0\0\1h\205\243\273\220h\205" ++ "\243\377\204\0\0\0\0\217\241\320\377\377\253\0\0\0\0\213h\205\243\377" ++ "\205\0\0\0\0\221:Pe\377\321\0\0\0\0\226\241\320\377\377\256\0\0\0\0\226" ++ "h\205\243\377\332\0\0\0\0\230:Pe\377\255\0\0\0\0\226\241\320\377\377" ++ "\325\0\0\0\0\210\241\320\377\377\210\0\0\0\0\216:Pe\377\253\0\0\0\0\215" ++ "\241\320\377\377\207\0\0\0\0\213h\205\243\377\322\0\0\0\0\231:Pe\377" ++ "\250\0\0\0\0\232\241\320\377\377\331\0\0\0\0\204h\205\243\377\214\0\0" ++ "\0\0\211:Pe\377\247\0\0\0\0\213:Pe\377\214\0\0\0\0\203\241\320\377\377" ++ "\331\0\0\0\0\232h\205\243\377\246\0\0\0\0\232:Pe\377\316\0\0\0\0\225" ++ ":Pe\377\205\0\0\0\0\212h\205\243\377\247\0\0\0\0\217:Pe\377\205\0\0\0" ++ "\0\223\241\320\377\377\314\0\0\0\0\231h\205\243\377\251\0\0\0\0\231:" ++ "Pe\377\330\0\0\0\0\207\241\320\377\377\214\0\0\0\0\206h\205\243\377\252" ++ "\0\0\0\0\204h\205\243\377\214\0\0\0\0\211:Pe\377\331\0\0\0\0\226\241" ++ "\320\377\377\256\0\0\0\0\227h\205\243\377\317\0\0\0\0\216h\205\243\377" ++ "\205\0\0\0\0\216\241\320\377\377\255\0\0\0\0\213h\205\243\377\205\0\0" ++ "\0\0\217:Pe\377\322\0\0\0\0\225\241\320\377\377\257\0\0\0\0\227h\205" ++ "\243\377\331\0\0\0\0\227:Pe\377\256\0\0\0\0\226\241\320\377\377\344\0" ++ "\0\0\0\216:Pe\377\255\0\0\0\0\214\241\320\377\377\343\0\0\0\0\231:Pe" ++ "\377\252\0\0\0\0\231\241\320\377\377\330\0\0\0\0\1h\205\243\273\206h" ++ "\205\243\377\214\0\0\0\0\206:Pe\377\251\0\0\0\0\210:Pe\377\215\0\0\0" ++ "\0\205\241\320\377\377\330\0\0\0\0\231h\205\243\377\250\0\0\0\0\231:" ++ "Pe\377\317\0\0\0\0\224:Pe\377\204\0\0\0\0\212h\205\243\377\251\0\0\0" ++ "\0\217:Pe\377\205\0\0\0\0\222\241\320\377\377\313\0\0\0\0\231h\205\243" ++ "\377\250\0\0\0\0\1\332\343\351\377\202\0\0\0\0\230:Pe\377\327\0\0\0\0" ++ "\212\241\320\377\377\214\0\0\0\0\203h\205\243\377\271\0\0\0\0\213:Pe" ++ "\377\330\0\0\0\0\226\241\320\377\377\257\0\0\0\0\227h\205\243\377\321" ++ "\0\0\0\0\212h\205\243\377\206\0\0\0\0\217\241\320\377\377\256\0\0\0\0" ++ "\213h\205\243\377\205\0\0\0\0\214:Pe\377\324\0\0\0\0\224\241\320\377" ++ "\377\253\0\0\0\0\1\332\343\351\377\205\0\0\0\0\226h\205\243\377\331\0" ++ "\0\0\0\227:Pe\377\257\0\0\0\0\226\241\320\377\377\342\0\0\0\0\216:Pe" ++ "\377\257\0\0\0\0\214\241\320\377\377\342\0\0\0\0\230:Pe\377\254\0\0\0" ++ "\0\230\241\320\377\377\330\0\0\0\0\210h\205\243\377\215\0\0\0\0\204:" ++ "Pe\377\245\0\0\0\0\1\332\343\351\377\204\0\0\0\0\206:Pe\377\214\0\0\0" ++ "\0\207\241\320\377\377\327\0\0\0\0\231h\205\243\377\252\0\0\0\0\231:" ++ "Pe\377\316\0\0\0\0\223:Pe\377\205\0\0\0\0\211h\205\243\377\253\0\0\0" ++ "\0\216:Pe\377\206\0\0\0\0\220\241\320\377\377\314\0\0\0\0\230h\205\243" ++ "\377\251\0\0\0\0\3\314\330\341\377\270\310\324\377\0\0\0\0\230:Pe\377" ++ "\327\0\0\0\0\214\241\320\377\377\305\0\0\0\0\214:Pe\377\330\0\0\0\0\226" ++ "\241\320\377\377\260\0\0\0\0\226h\205\243\377\337\0\0\0\0\220\241\320" ++ "\377\377\257\0\0\0\0\214h\205\243\377\207\0\0\0\0\207:Pe\377\325\0\0" ++ "\0\0\225\241\320\377\377\253\0\0\0\0\2\316\332\342\377\270\310\324\377" ++ "\205\0\0\0\0\224h\205\243\377\332\0\0\0\0\226:Pe\377\261\0\0\0\0\225" ++ "\241\320\377\377\341\0\0\0\0\217:Pe\377\260\0\0\0\0\214\241\320\377\377" ++ "\340\0\0\0\0\230:Pe\377\255\0\0\0\0\231\241\320\377\377\327\0\0\0\0\212" ++ "h\205\243\377\264\0\0\0\0\2\316\332\342\377\270\310\324\377\204\0\0\0" ++ "\0\203:Pe\377\214\0\0\0\0\211\241\320\377\377\327\0\0\0\0\230h\205\243" ++ "\377\254\0\0\0\0\230:Pe\377\317\0\0\0\0\221:Pe\377\205\0\0\0\0\212h\205" ++ "\243\377\254\0\0\0\0\216:Pe\377\206\0\0\0\0\216\241\320\377\377\315\0" ++ "\0\0\0\227h\205\243\377\252\0\0\0\0\2\305\323\334\377\217\250\272\377" ++ "\202\0\0\0\0\230:Pe\377\326\0\0\0\0\215\241\320\377\377\302\0\0\0\0\217" ++ ":Pe\377\327\0\0\0\0\225\241\320\377\377\262\0\0\0\0\226h\205\243\377" ++ "\335\0\0\0\0\220\241\320\377\377\261\0\0\0\0\214h\205\243\377\342\0\0" ++ "\0\0\224\241\320\377\377\254\0\0\0\0\2\305\323\334\377\217\250\272\377" ++ "\205\0\0\0\0\222h\205\243\377\335\0\0\0\0\224:Pe\377\262\0\0\0\0\225" ++ "\241\320\377\377\337\0\0\0\0\220:Pe\377\261\0\0\0\0\216\241\320\377\377" ++ "\336\0\0\0\0\227:Pe\377\257\0\0\0\0\230\241\320\377\377\326\0\0\0\0\215" ++ "h\205\243\377\262\0\0\0\0\2\305\323\334\377\217\250\272\377\221\0\0\0" ++ "\0\214\241\320\377\377\326\0\0\0\0\227h\205\243\377\256\0\0\0\0\227:" ++ "Pe\377\321\0\0\0\0\215:Pe\377\206\0\0\0\0\212h\205\243\377\256\0\0\0" ++ "\0\216:Pe\377\207\0\0\0\0\212\241\320\377\377\316\0\0\0\0\230h\205\243" ++ "\377\251\0\0\0\0\3\312\326\337\377\255\300\315\377\321\333\343\377\203" ++ "\0\0\0\0\227:Pe\377\326\0\0\0\0\217\241\320\377\377\276\0\0\0\0\221:" ++ "Pe\377\327\0\0\0\0\224\241\320\377\377\263\0\0\0\0\226h\205\243\377\333" ++ "\0\0\0\0\222\241\320\377\377\262\0\0\0\0\215h\205\243\377\340\0\0\0\0" ++ "\224\241\320\377\377\253\0\0\0\0\3\314\330\340\377\255\300\315\377\321" ++ "\333\343\377\206\0\0\0\0\220h\205\243\377\337\0\0\0\0\223:Pe\377\263" ++ "\0\0\0\0\225\241\320\377\377\333\0\0\0\0\222:Pe\377\263\0\0\0\0\217\241" ++ "\320\377\377\334\0\0\0\0\227:Pe\377\260\0\0\0\0\227\241\320\377\377\326" ++ "\0\0\0\0\216h\205\243\377\260\0\0\0\0\3\314\330\340\377\255\300\315\377" ++ "\321\333\343\377\220\0\0\0\0\215\241\320\377\377\326\0\0\0\0\227h\205" ++ "\243\377\256\0\0\0\0\230:Pe\377\322\0\0\0\0\211:Pe\377\207\0\0\0\0\212" ++ "h\205\243\377\260\0\0\0\0\216:Pe\377\210\0\0\0\0\205\241\320\377\377" ++ "\321\0\0\0\0\227h\205\243\377\254\0\0\0\0\4\312\326\337\377\207\242\265" ++ "\377\213\245\267\377\247\273\311\377\227:Pe\377\325\0\0\0\0\222\241\320" ++ "\377\377\272\0\0\0\0\223:Pe\377\327\0\0\0\0\224\241\320\377\377\264\0" ++ "\0\0\0\225h\205\243\377\331\0\0\0\0\223\241\320\377\377\263\0\0\0\0\216" ++ "h\205\243\377\337\0\0\0\0\223\241\320\377\377\256\0\0\0\0\4\314\330\340" ++ "\377\211\243\266\377\213\245\267\377\251\275\313\377\203\0\0\0\0\217" ++ "h\205\243\377\207\0\0\0\0\211:Pe\377\300\0\0\0\0\211\241\320\377\377" ++ "\210\0\0\0\0\221:Pe\377\264\0\0\0\0\225\241\320\377\377\327\0\0\0\0\226" ++ ":Pe\377\263\0\0\0\0\221\241\320\377\377\332\0\0\0\0\226:Pe\377\261\0" ++ "\0\0\0\226\241\320\377\377\207\0\0\0\0\205h\205\243\377\313\0\0\0\0\220" ++ "h\205\243\377\260\0\0\0\0\4\314\330\340\377\211\243\266\377\213\245\267" ++ "\377\251\275\313\377\213\0\0\0\0\217\241\320\377\377\326\0\0\0\0\226" ++ "h\205\243\377\260\0\0\0\0\227:Pe\377\341\0\0\0\0\213h\205\243\377\260" ++ "\0\0\0\0\217:Pe\377\335\0\0\0\0\226h\205\243\377\1h\205\243\273\252\0" ++ "\0\0\0\3\247\273\311\377Hm\207\377(Pl\377\202\"If\377\2#Kg\377p\216\244" ++ "\377\226:Pe\377\325\0\0\0\0\223\241\320\377\377\270\0\0\0\0\225:Pe\377" ++ "\327\0\0\0\0\223\241\320\377\377\264\0\0\0\0\225h\205\243\377\1h\205" ++ "\243\273\324\0\0\0\0\227\241\320\377\377\264\0\0\0\0\221h\205\243\377" ++ "\332\0\0\0\0\224\241\320\377\377\254\0\0\0\0\3\251\275\313\377Jn\210" ++ "\377)Pl\377\202\"If\377\2#Jg\377r\220\246\377\203\0\0\0\0\215h\205\243" ++ "\377\206\0\0\0\0\215:Pe\377\274\0\0\0\0\215\241\320\377\377\207\0\0\0" ++ "\0\220:Pe\377\265\0\0\0\0\224\241\320\377\377\326\0\0\0\0\226:Pe\377" ++ "\265\0\0\0\0\224\241\320\377\377\325\0\0\0\0\227:Pe\377\262\0\0\0\0\223" ++ "\241\320\377\377\206\0\0\0\0\213h\205\243\377\310\0\0\0\0\222h\205\243" ++ "\377\254\0\0\0\0\3\251\275\313\377Jn\210\377)Pl\377\202\"If\377\2#Jg" ++ "\377r\220\246\377\210\0\0\0\0\222\241\320\377\377\327\0\0\0\0\223h\205" ++ "\243\377\262\0\0\0\0\226:Pe\377\340\0\0\0\0\213h\205\243\377\262\0\0" ++ "\0\0\217:Pe\377\334\0\0\0\0\226h\205\243\377\251\0\0\0\0\3\332\343\351" ++ "\377Ps\215\377%Mi\377\205\"If\377\2@f\200\377\0\0\0\0\225:Pe\377\325" ++ "\0\0\0\0\225\241\320\377\377\265\0\0\0\0\226:Pe\377\312\0\0\0\0\205h" ++ "\205\243\377\211\0\0\0\0\221\241\320\377\377\266\0\0\0\0\225h\205\243" ++ "\377\324\0\0\0\0\226\241\320\377\377\265\0\0\0\0\226h\205\243\377\325" ++ "\0\0\0\0\223\241\320\377\377\253\0\0\0\0\3\332\343\351\377Ps\215\377" ++ "&Nj\377\205\"If\377\1@e\200\377\203\0\0\0\0\214h\205\243\377\206\0\0" ++ "\0\0\220:Pe\377\271\0\0\0\0\217\241\320\377\377\206\0\0\0\0\217:Pe\377" ++ "\266\0\0\0\0\224\241\320\377\377\326\0\0\0\0\226:Pe\377\265\0\0\0\0\224" ++ "\241\320\377\377\325\0\0\0\0\226:Pe\377\263\0\0\0\0\222\241\320\377\377" ++ "\205\0\0\0\0\217h\205\243\377\305\0\0\0\0\225h\205\243\377\250\0\0\0" ++ "\0\3\332\343\351\377Ps\215\377&Nj\377\205\"If\377\1@e\200\377\206\0\0" ++ "\0\0\224\241\320\377\377\330\0\0\0\0\222h\205\243\377\262\0\0\0\0\227" ++ ":Pe\377\336\0\0\0\0\214h\205\243\377\262\0\0\0\0\221:Pe\377\331\0\0\0" ++ "\0\227h\205\243\377\250\0\0\0\0\2\203\237\262\3771Xs\377\207\"If\377" ++ "\2Ag\201\377\0\0\0\0\224:Pe\377\326\0\0\0\0\225\241\320\377\377\265\0" ++ "\0\0\0\226:Pe\377\307\0\0\0\0\213h\205\243\377\207\0\0\0\0\220\241\320" ++ "\377\377\266\0\0\0\0\225h\205\243\377\324\0\0\0\0\226\241\320\377\377" ++ "\265\0\0\0\0\226h\205\243\377\325\0\0\0\0\223\241\320\377\377\252\0\0" ++ "\0\0\2\204\237\262\3771Ws\377\207\"If\377\1Bg\201\377\204\0\0\0\0\213" ++ "h\205\243\377\205\0\0\0\0\222:Pe\377\267\0\0\0\0\221\241\320\377\377" ++ "\206\0\0\0\0\216:Pe\377\266\0\0\0\0\225\241\320\377\377\325\0\0\0\0\226" ++ ":Pe\377\266\0\0\0\0\223\241\320\377\377\325\0\0\0\0\226:Pe\377\264\0" ++ "\0\0\0\221\241\320\377\377\204\0\0\0\0\221h\205\243\377\304\0\0\0\0\225" ++ "h\205\243\377\247\0\0\0\0\2\204\237\262\3771Ws\377\207\"If\377\1Bg\201" ++ "\377\205\0\0\0\0\225\241\320\377\377\312\0\0\0\0\211:Pe\377\206\0\0\0" ++ "\0\220h\205\243\377\264\0\0\0\0\226:Pe\377\334\0\0\0\0\215h\205\243\377" ++ "\264\0\0\0\0\222:Pe\377\327\0\0\0\0\226h\205\243\377\250\0\0\0\0\3b\203" ++ "\233\377#Kg\377$Lh\377\207\"If\377\2Wz\223\377\0\0\0\0\223:Pe\377\206" ++ "\0\0\0\0\212\241\320\377\377\306\0\0\0\0\226\241\320\377\377\265\0\0" ++ "\0\0\226:Pe\377\305\0\0\0\0\217h\205\243\377\206\0\0\0\0\216\241\320" ++ "\377\377\267\0\0\0\0\225h\205\243\377\324\0\0\0\0\226\241\320\377\377" ++ "\266\0\0\0\0\225h\205\243\377\325\0\0\0\0\223\241\320\377\377\251\0\0" ++ "\0\0\3c\203\233\377#Jg\377$Lh\377\207\"If\377\1Y{\224\377\204\0\0\0\0" ++ "\212h\205\243\377\205\0\0\0\0\223:Pe\377\266\0\0\0\0\223\241\320\377" ++ "\377\205\0\0\0\0\216:Pe\377\267\0\0\0\0\224\241\320\377\377\325\0\0\0" ++ "\0\225:Pe\377\267\0\0\0\0\223\241\320\377\377\325\0\0\0\0\225:Pe\377" ++ "\265\0\0\0\0\220\241\320\377\377\204\0\0\0\0\223h\205\243\377\303\0\0" ++ "\0\0\225h\205\243\377\246\0\0\0\0\3c\203\233\377#Jg\377$Lh\377\207\"" ++ "If\377\1Y{\224\377\205\0\0\0\0\225\241\320\377\377\310\0\0\0\0\215:P" ++ "e\377\205\0\0\0\0\217h\205\243\377\264\0\0\0\0\226:Pe\377\331\0\0\0\0" ++ "\220h\205\243\377\264\0\0\0\0\226:Pe\377\323\0\0\0\0\226h\205\243\377" ++ "\240\0\0\0\0\14\301\317\332\377Ps\215\377Wz\223\377s\221\247\377\227" ++ "\256\277\377\0\0\0\0\332\343\351\377Ag\201\377\"If\377Ps\215\377\305" ++ "\323\334\3778^z\377\206\"If\377\1\217\250\272\377\202\0\0\0\0\221:Pe" ++ "\377\205\0\0\0\0\216\241\320\377\377\304\0\0\0\0\226\241\320\377\377" ++ "\266\0\0\0\0\225:Pe\377\304\0\0\0\0\221h\205\243\377\206\0\0\0\0\215" ++ "\241\320\377\377\270\0\0\0\0\224h\205\243\377\324\0\0\0\0\226\241\320" ++ "\377\377\266\0\0\0\0\225h\205\243\377\325\0\0\0\0\222\241\320\377\377" ++ "\242\0\0\0\0\14\301\317\332\377Ps\215\377Y{\224\377s\221\247\377\227" ++ "\256\277\377\0\0\0\0\332\343\351\377Bg\201\377\"If\377Ps\215\377\305" ++ "\323\334\3778^z\377\206\"If\377\1\217\250\272\377\204\0\0\0\0\212h\205" ++ "\243\377\204\0\0\0\0\225:Pe\377\264\0\0\0\0\225\241\320\377\377\205\0" ++ "\0\0\0\214:Pe\377\270\0\0\0\0\224\241\320\377\377\325\0\0\0\0\225:Pe" ++ "\377\267\0\0\0\0\224\241\320\377\377\324\0\0\0\0\225:Pe\377\265\0\0\0" ++ "\0\220\241\320\377\377\203\0\0\0\0\225h\205\243\377\302\0\0\0\0\225h" ++ "\205\243\377\236\0\0\0\0\14\301\317\332\377Ps\215\377Y{\224\377s\221" ++ "\247\377\227\256\277\377\0\0\0\0\332\343\351\377Bg\201\377\"If\377Ps" ++ "\215\377\305\323\334\3778^z\377\206\"If\377\1\217\250\272\377\205\0\0" ++ "\0\0\225\241\320\377\377\306\0\0\0\0\220:Pe\377\205\0\0\0\0\216h\205" ++ "\243\377\264\0\0\0\0\226:Pe\377\323\0\0\0\0\225h\205\243\377\266\0\0" ++ "\0\0\225:Pe\377\323\0\0\0\0\225h\205\243\377\241\0\0\0\0\1\247\273\311" ++ "\377\204\"If\377\16""9`{\3773Zu\377\"If\377$Lh\377Qu\216\377\301\317" ++ "\332\377Wz\223\377%Mi\377\"If\3773Zu\3779`{\377$Lh\377%Mi\377\301\317" ++ "\332\377\202\0\0\0\0\220:Pe\377\204\0\0\0\0\221\241\320\377\377\303\0" ++ "\0\0\0\226\241\320\377\377\266\0\0\0\0\225:Pe\377\303\0\0\0\0\223h\205" ++ "\243\377\205\0\0\0\0\215\241\320\377\377\270\0\0\0\0\224h\205\243\377" ++ "\324\0\0\0\0\225\241\320\377\377\256\0\0\0\0\1\325\337\346\377\210\0" ++ "\0\0\0\225h\205\243\377\377\0\0\0\0\212\0\0\0\0\1\251\275\313\377\204" ++ "\"If\377\16:`{\3773Zu\377\"If\377$Lh\377Qu\216\377\301\317\332\377Y{" ++ "\224\377%Mi\377\"If\3773Zu\377:`{\377$Lh\377%Mi\377\301\317\332\377\204" ++ "\0\0\0\0\211h\205\243\377\205\0\0\0\0\226:Pe\377\263\0\0\0\0\225\241" ++ "\320\377\377\205\0\0\0\0\214:Pe\377\270\0\0\0\0\224\241\320\377\377\325" ++ "\0\0\0\0\225:Pe\377\270\0\0\0\0\223\241\320\377\377\323\0\0\0\0\226:" ++ "Pe\377\253\0\0\0\0\1\325\337\346\377\212\0\0\0\0\216\241\320\377\377" ++ "\204\0\0\0\0\225h\205\243\377\302\0\0\0\0\225h\205\243\377\236\0\0\0" ++ "\0\1\251\275\313\377\204\"If\377\16:`{\3773Zu\377\"If\377$Lh\377Qu\216" ++ "\377\301\317\332\377Y{\224\377%Mi\377\"If\3773Zu\377:`{\377$Lh\377%M" ++ "i\377\301\317\332\377\205\0\0\0\0\226\241\320\377\377\304\0\0\0\0\222" ++ ":Pe\377\205\0\0\0\0\214h\205\243\377\266\0\0\0\0\225:Pe\377\323\0\0\0" ++ "\0\225h\205\243\377\266\0\0\0\0\225:Pe\377\323\0\0\0\0\225h\205\243\377" ++ "\242\0\0\0\0\4~\232\256\3778^z\377(Pl\377#Kg\377\203\"If\377\12+Rn\377" ++ "|\231\255\377\221\251\273\377\213\245\267\377%Mi\377\"If\377\203\237" ++ "\262\377y\226\253\377b\203\233\3778^z\377\203\0\0\0\0\217:Pe\377\204" ++ "\0\0\0\0\223\241\320\377\377\302\0\0\0\0\226\241\320\377\377\266\0\0" ++ "\0\0\226:Pe\377\301\0\0\0\0\224h\205\243\377\206\0\0\0\0\214\241\320" ++ "\377\377\270\0\0\0\0\224h\205\243\377\324\0\0\0\0\225\241\320\377\377" ++ "\256\0\0\0\0\1\257\302\317\377\210\0\0\0\0\225h\205\243\377\377\0\0\0" ++ "\0\213\0\0\0\0\4~\232\256\3778^z\377)Pl\377#Jg\377\203\"If\377\12,So" ++ "\377~\232\256\377\223\253\274\377\213\245\267\377&Nj\377\"If\377\204" ++ "\237\262\377z\227\254\377c\203\233\3778^z\377\206\0\0\0\0\210h\205\243" ++ "\377\205\0\0\0\0\226:Pe\377\263\0\0\0\0\226\241\320\377\377\204\0\0\0" ++ "\0\214:Pe\377\271\0\0\0\0\223\241\320\377\377\325\0\0\0\0\224:Pe\377" ++ "\271\0\0\0\0\223\241\320\377\377\323\0\0\0\0\225:Pe\377\254\0\0\0\0\1" ++ "\257\302\317\377\212\0\0\0\0\216\241\320\377\377\203\0\0\0\0\227h\205" ++ "\243\377\300\0\0\0\0\226h\205\243\377\237\0\0\0\0\4~\232\256\3778^z\377" ++ ")Pl\377#Jg\377\203\"If\377\12,So\377~\232\256\377\223\253\274\377\213" ++ "\245\267\377&Nj\377\"If\377\204\237\262\377z\227\254\377c\203\233\377" ++ "8^z\377\206\0\0\0\0\226\241\320\377\377\304\0\0\0\0\223:Pe\377\204\0" ++ "\0\0\0\214h\205\243\377\266\0\0\0\0\225:Pe\377\323\0\0\0\0\225h\205\243" ++ "\377\266\0\0\0\0\226:Pe\377\322\0\0\0\0\225h\205\243\377\243\0\0\0\0" ++ "\4\332\343\351\377\301\317\332\377w\224\251\377$Lh\377\203\"If\377\6" ++ "3Zu\377Ko\211\377.Uq\377\"If\3776\\x\377w\224\251\377\202f\206\235\377" ++ "\1i\211\240\377\204\0\0\0\0\216:Pe\377\203\0\0\0\0\225\241\320\377\377" ++ "\301\0\0\0\0\225\241\320\377\377\270\0\0\0\0\225:Pe\377\301\0\0\0\0\225" ++ "h\205\243\377\205\0\0\0\0\214\241\320\377\377\270\0\0\0\0\224h\205\243" ++ "\377\324\0\0\0\0\225\241\320\377\377\254\0\0\0\0\3\270\310\324\377\257" ++ "\302\317\377\233\261\301\377\211\0\0\0\0\224h\205\243\377\377\0\0\0\0" ++ "\214\0\0\0\0\4\332\343\351\377\301\317\332\377y\226\252\377$Lh\377\203" ++ "\"If\377\6""3Zu\377Ko\211\377.Uq\377\"If\3776\\w\377y\226\252\377\202" ++ "g\207\236\377\1i\211\237\377\206\0\0\0\0\207h\205\243\377\1h\205\243" ++ "\273\204\0\0\0\0\227:Pe\377\262\0\0\0\0\227\241\320\377\377\205\0\0\0" ++ "\0\213:Pe\377\377\0\0\0\0\242\0\0\0\0\224:Pe\377\271\0\0\0\0\223\241" ++ "\320\377\377\323\0\0\0\0\225:Pe\377\252\0\0\0\0\3\270\310\324\377\257" ++ "\302\317\377\233\261\301\377\212\0\0\0\0\215\241\320\377\377\204\0\0" ++ "\0\0\227h\205\243\377\300\0\0\0\0\225h\205\243\377\241\0\0\0\0\4\325" ++ "\337\346\377\274\314\327\377y\226\252\377$Lh\377\203\"If\377\6""3Zu\377" ++ "Ko\211\377.Uq\377\"If\3776\\w\377y\226\252\377\202g\207\236\377\1i\211" ++ "\237\377\206\0\0\0\0\226\241\320\377\377\303\0\0\0\0\225:Pe\377\204\0" ++ "\0\0\0\213h\205\243\377\266\0\0\0\0\226:Pe\377\322\0\0\0\0\224h\205\243" ++ "\377\270\0\0\0\0\225:Pe\377\321\0\0\0\0\225h\205\243\377\1h\205\243\273" ++ "\242\0\0\0\0\4\221\251\273\377+Rn\377/Vr\377+Rn\377\210\"If\377\11Ch" ++ "\203\3776\\x\377Qu\216\377Ps\215\377\266\307\323\377\0\0\0\0\321\333" ++ "\343\377y\226\253\377\0\0\0\0\215:Pe\377\204\0\0\0\0\225\241\320\377" ++ "\377\301\0\0\0\0\225\241\320\377\377\270\0\0\0\0\225:Pe\377\300\0\0\0" ++ "\0\226h\205\243\377\205\0\0\0\0\214\241\320\377\377\377\0\0\0\0\241\0" ++ "\0\0\0\225\241\320\377\377\255\0\0\0\0\1\332\343\351\377\212\0\0\0\0" ++ "\225h\205\243\377\377\0\0\0\0\212\0\0\0\0\4\221\251\273\377,So\3770V" ++ "r\377,So\377\210\"If\377\10Di\203\3776\\w\377Sv\217\377Ps\215\377\266" ++ "\307\323\377\0\0\0\0\321\333\343\377z\227\254\377\203\0\0\0\0\207h\205" ++ "\243\377\205\0\0\0\0\227:Pe\377\262\0\0\0\0\227\241\320\377\377\205\0" ++ "\0\0\0\213:Pe\377\377\0\0\0\0\241\0\0\0\0\225:Pe\377\271\0\0\0\0\223" ++ "\241\320\377\377\323\0\0\0\0\225:Pe\377\253\0\0\0\0\1\332\343\351\377" ++ "\214\0\0\0\0\214\241\320\377\377\204\0\0\0\0\227h\205\243\377\300\0\0" ++ "\0\0\225h\205\243\377\240\0\0\0\0\4\217\250\272\377,So\3770Vr\377,So" ++ "\377\210\"If\377\10Di\203\3776\\w\377Sv\217\377Ps\215\377\266\307\323" ++ "\377\0\0\0\0\321\333\343\377z\227\254\377\203\0\0\0\0\226\241\320\377" ++ "\377\302\0\0\0\0\226:Pe\377\204\0\0\0\0\212h\205\243\377\270\0\0\0\0" ++ "\225:Pe\377\322\0\0\0\0\224h\205\243\377\270\0\0\0\0\225:Pe\377\321\0" ++ "\0\0\0\225h\205\243\377\244\0\0\0\0\2\221\251\273\3776\\x\377\211\"I" ++ "f\377\11(Pl\377\"If\377%Mi\377Hm\207\377\0\0\0\0\247\273\311\3771Xs\377" ++ "y\226\253\377\0\0\0\0\215:Pe\377\203\0\0\0\0\227\241\320\377\377\300" ++ "\0\0\0\0\225\241\320\377\377\270\0\0\0\0\225:Pe\377\300\0\0\0\0\227h" ++ "\205\243\377\205\0\0\0\0\212\241\320\377\377\377\0\0\0\0\241\0\0\0\0" ++ "\226\241\320\377\377\236\0\0\0\0\4\274\314\327\377\235\263\303\377\243" ++ "\270\307\377\325\337\346\377\207\0\0\0\0\2\266\307\323\377\243\270\307" ++ "\377\202\217\250\272\377\2\235\263\303\377\316\332\342\377\211\0\0\0" ++ "\0\225h\205\243\377\377\0\0\0\0\213\0\0\0\0\2\221\251\273\3776\\w\377" ++ "\211\"If\377\10)Pl\377\"If\377&Nj\377Jn\210\377\0\0\0\0\251\275\313\377" ++ "1Ws\377z\227\254\377\203\0\0\0\0\207h\205\243\377\205\0\0\0\0\230:Pe" ++ "\377\261\0\0\0\0\227\241\320\377\377\205\0\0\0\0\213:Pe\377\377\0\0\0" ++ "\0\241\0\0\0\0\225:Pe\377\271\0\0\0\0\223\241\320\377\377\377\0\0\0\0" ++ "\205\0\0\0\0\1\274\314\327\377\202\241\266\305\377\1\321\333\343\377" ++ "\207\0\0\0\0\2\266\307\323\377\243\270\307\377\202\217\250\272\377\2" ++ "\235\263\303\377\316\332\342\377\213\0\0\0\0\214\241\320\377\377\204" ++ "\0\0\0\0\227h\205\243\377\300\0\0\0\0\225h\205\243\377\241\0\0\0\0\2" ++ "\217\250\272\3776\\w\377\211\"If\377\10)Pl\377\"If\377&Nj\377Jn\210\377" ++ "\0\0\0\0\251\275\313\3771Ws\377z\227\254\377\204\0\0\0\0\225\241\320" ++ "\377\377\302\0\0\0\0\227:Pe\377\204\0\0\0\0\211h\205\243\377\270\0\0" ++ "\0\0\225:Pe\377\322\0\0\0\0\224h\205\243\377\270\0\0\0\0\225:Pe\377\321" ++ "\0\0\0\0\225h\205\243\377\245\0\0\0\0\1\205\240\263\377\214\"If\377\4" ++ "_\201\230\377s\221\247\377#Kg\377@f\200\377\202\0\0\0\0\214:Pe\377\204" ++ "\0\0\0\0\227\241\320\377\377\300\0\0\0\0\225\241\320\377\377\250\0\0" ++ "\0\0\3\332\343\351\377 ++ * All rights reserved. ++ * ++ * This program is free software; you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation; either version 2, or (at your option) ++ * any later version. ++ * ++ * This program is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ * GNU General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public License ++ * along with this program; if not, write to the Free Software ++ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ++ * 02111-1307, USA. ++ */ ++ ++#ifdef HAVE_CONFIG_H ++#include ++#endif ++ ++#include ++ ++#include ++#include ++ ++#include ++ ++#include ++#include ++ ++ ++#define BORDER 2 ++#define COLOR "#EFEFEF" ++#define STEPS 11 ++ ++ ++#define MICE_WINDOW(obj) ((MiceWindow *)(obj)) ++#define MICE(obj) ((Mice *)(obj)) ++ ++ ++typedef struct _MiceWindow MiceWindow; ++typedef struct _Mice Mice; ++ ++ ++struct _MiceWindow ++{ ++ GdkWindow *window; ++ GdkPixmap *pixmap; ++ GdkGC *gc; ++ int x; ++ int y; ++ Mice *mice; ++}; ++ ++ ++struct _Mice ++{ ++ gboolean dialog_active; ++ GList *windows; ++ MiceWindow *mainwin; ++ int base_width; ++ int base_height; ++ int step; ++ int direction; ++ guint timeout_id; ++}; ++ ++ ++static GdkFilterReturn ++mice_filter (GdkXEvent *xevent, GdkEvent *event, gpointer user_data) ++{ ++ MiceWindow *mice_window = MICE_WINDOW (user_data); ++ XVisibilityEvent *xvisev = (XVisibilityEvent *) xevent; ++ ++ switch (xvisev->type) ++ { ++ case VisibilityNotify: ++ if (!mice_window->mice->dialog_active) ++ { ++ gdk_window_raise (mice_window->window); ++ return GDK_FILTER_REMOVE; ++ } ++ break; ++ } ++ ++ return GDK_FILTER_CONTINUE; ++} ++ ++ ++static MiceWindow* ++mice_window_new (GdkScreen *screen, ++ int monitor, ++ GdkPixmap *pixmap, ++ GdkGC *gc, ++ const GdkColor *color, ++ GdkCursor *cursor, ++ Mice *mice) ++{ ++ GdkRectangle geometry; ++ GdkWindowAttr attr; ++ MiceWindow *mice_window; ++ ++ gdk_screen_get_monitor_geometry (screen, monitor, &geometry); ++ ++ mice_window = g_new0 (MiceWindow, 1); ++ mice_window->mice = mice; ++ mice_window->pixmap = GDK_PIXMAP (g_object_ref (pixmap)); ++ mice_window->gc = GDK_GC (g_object_ref (gc)); ++ ++ /* init win attributes */ ++ attr.x = geometry.x; ++ attr.y = geometry.y; ++ attr.event_mask = GDK_VISIBILITY_NOTIFY_MASK; ++ attr.width = geometry.width; ++ attr.height = geometry.height; ++ attr.wclass = GDK_INPUT_OUTPUT; ++ attr.window_type = GDK_WINDOW_TEMP; ++ attr.cursor = cursor; ++ attr.override_redirect = TRUE; ++ ++ mice_window->window = gdk_window_new (gdk_screen_get_root_window (screen), ++ &attr, GDK_WA_X | GDK_WA_Y ++ | GDK_WA_NOREDIR | GDK_WA_CURSOR); ++ ++ gdk_window_set_background (mice_window->window, color); ++ ++ /* center pixmap */ ++ mice_window->x = (geometry.width - mice->base_width) / 2; ++ mice_window->y = (geometry.height - mice->base_height) / 2; ++ ++ return mice_window; ++} ++ ++ ++static void ++mice_step (Mice *mice) ++{ ++ MiceWindow *mice_window; ++ GList *lp; ++ int sx; ++ int sy; ++ sx = mice->step * mice->base_width; ++ sy = 0; ++ ++ for (lp = mice->windows; lp != NULL; lp = lp->next) ++ { ++ mice_window = MICE_WINDOW (lp->data); ++ gdk_draw_drawable (mice_window->window, ++ mice_window->gc, ++ mice_window->pixmap, ++ sx, sy, ++ mice_window->x, ++ mice_window->y, ++ mice->base_width, ++ mice->base_height); ++ } ++ mice->step = (mice->step + 1 ) % STEPS; ++} ++ ++ ++static gboolean ++mice_timeout (gpointer user_data) ++{ ++ Mice *mice = MICE (user_data); ++ ++ if (!mice->dialog_active) ++ mice_step (mice); ++ ++ return TRUE; ++} ++ ++ ++static void ++mice_setup (XfsmSplashEngine *engine, ++ XfsmSplashRc *rc) ++{ ++ MiceWindow *mice_window; ++ GdkGCValues gc_values; ++ GdkColormap *cmap; ++ GdkWindow *root; ++ GdkPixmap *pixmap; ++ GdkPixbuf *pixbuf; ++ GdkColor color; ++ GdkCursor *cursor; ++ GdkScreen *screen; ++ GdkGC *gc; ++ GList *lp; ++ Mice *mice = MICE (engine->user_data); ++ int pw, ph; ++ int nscreens; ++ int nmonitors; ++ int n, m; ++ ++ gdk_color_parse (COLOR, &color); ++ cursor = gdk_cursor_new (GDK_WATCH); ++ ++ /* load slide pixbuf */ ++ pixbuf = gdk_pixbuf_from_pixdata (&slide, FALSE, NULL); ++ pw = gdk_pixbuf_get_width (pixbuf); ++ ph = gdk_pixbuf_get_height (pixbuf); ++ ++ mice->base_width = pw / STEPS; ++ mice->base_height = ph; ++ mice->step = 0; ++ mice->direction = 1; ++ ++ nscreens = gdk_display_get_n_screens (engine->display); ++ for (n = 0; n < nscreens; ++n) ++ { ++ screen = gdk_display_get_screen (engine->display, n); ++ nmonitors = gdk_screen_get_n_monitors (screen); ++ root = gdk_screen_get_root_window (screen); ++ ++ /* allocate color */ ++ cmap = gdk_drawable_get_colormap (root); ++ gdk_rgb_find_color (cmap, &color); ++ ++ /* create graphics context for this screen */ ++ gc_values.function = GDK_COPY; ++ gc_values.graphics_exposures = FALSE; ++ gc_values.foreground = color; ++ gc = gdk_gc_new_with_values (root, &gc_values, GDK_GC_FUNCTION ++ | GDK_GC_EXPOSURES | GDK_GC_FOREGROUND); ++ ++ /* create pixmap for this screen */ ++ pixmap = gdk_pixmap_new (root, pw, ph, -1); ++ gdk_draw_rectangle (pixmap, gc, TRUE, 0, 0, pw, ph); ++ gdk_draw_pixbuf (pixmap, gc, pixbuf, 0, 0, 0, 0, ++ pw, ph, GDK_RGB_DITHER_NONE, 0, 0); ++ ++ for (m = 0; m < nmonitors; ++m) ++ { ++ mice_window = mice_window_new (screen, m, pixmap, gc, ++ &color, cursor, mice); ++ mice->windows = g_list_append (mice->windows, mice_window); ++ ++ if (screen == engine->primary_screen && m == engine->primary_monitor) ++ mice->mainwin = mice_window; ++ } ++ ++ /* cleanup for this screen */ ++ g_object_unref (pixmap); ++ g_object_unref (gc); ++ } ++ ++ /* show all windows and connect filters */ ++ for (lp = mice->windows; lp != NULL; lp = lp->next) ++ { ++ mice_window = MICE_WINDOW (lp->data); ++ gdk_window_show (mice_window->window); ++ gdk_window_add_filter (mice_window->window, mice_filter, mice_window); ++ } ++ ++ /* start timer */ ++ mice->timeout_id = g_timeout_add (100, mice_timeout, mice); ++ ++ /* cleanup */ ++ g_object_unref (pixbuf); ++ gdk_cursor_unref (cursor); ++} ++ ++ ++static void ++mice_next (XfsmSplashEngine *engine, const gchar *text) ++{ ++ /* nothing to be done here */ ++} ++ ++ ++static int ++mice_run (XfsmSplashEngine *engine, ++ GtkWidget *dialog) ++{ ++ Mice *mice = MICE (engine->user_data); ++ MiceWindow *mainwin = mice->mainwin; ++ GtkRequisition requisition; ++ int result; ++ int x, y; ++ int wx, wy; ++ int ww, wh; ++ ++ mice->dialog_active = TRUE; ++ ++ gdk_window_get_origin (mainwin->window, &wx, &wy); ++ gdk_drawable_get_size (mainwin->window, &ww, &wh); ++ gtk_window_set_screen (GTK_WINDOW (dialog), ++ gdk_drawable_get_screen (mainwin->window)); ++ gtk_widget_size_request (dialog, &requisition); ++ x = wx + (ww - requisition.width) / 2; ++ y = wy + (wh - requisition.height) / 2; ++ gtk_window_move (GTK_WINDOW (dialog), x, y); ++ result = gtk_dialog_run (GTK_DIALOG (dialog)); ++ ++ mice->dialog_active = FALSE; ++ ++ return result; ++} ++ ++ ++static void ++mice_destroy (XfsmSplashEngine *engine) ++{ ++ MiceWindow *mice_window; ++ Mice *mice = MICE (engine->user_data); ++ GList *lp; ++ ++ for (lp = mice->windows; lp != NULL; lp = lp->next) ++ { ++ mice_window = MICE_WINDOW (lp->data); ++ gdk_window_remove_filter (mice_window->window, mice_filter, mice); ++ gdk_window_destroy (mice_window->window); ++ g_object_unref (mice_window->pixmap); ++ g_object_unref (mice_window->gc); ++ g_free (mice_window); ++ } ++ ++ g_source_remove (mice->timeout_id); ++ g_list_free (mice->windows); ++ g_free (mice); ++} ++ ++ ++G_MODULE_EXPORT void ++engine_init (XfsmSplashEngine *engine) ++{ ++ Mice *mice; ++ ++ mice = g_new0 (Mice, 1); ++ ++ engine->user_data = mice; ++ engine->setup = mice_setup; ++ engine->next = mice_next; ++ engine->run = mice_run; ++ engine->destroy = mice_destroy; ++} ++ ++ ++ ++static GdkPixbuf* ++config_preview (XfsmSplashConfig *config) ++{ ++ return gdk_pixbuf_from_pixdata (&preview, FALSE, NULL); ++} ++ ++ ++G_MODULE_EXPORT void ++config_init (XfsmSplashConfig *config) ++{ ++ config->name = g_strdup (_("Xubuntu")); ++ config->description = g_strdup (_("Mice2 Splash Engine")); ++ config->version = g_strdup (VERSION); ++ config->author = g_strdup ("Benedikt Meurer"); ++ config->homepage = g_strdup ("http://www.xfce.org/"); ++ ++ config->preview = config_preview; ++} ++ ++ only in patch2: unchanged: --- xfce4-session-4.4.1.orig/debian/pixmaps/xfsm-switch.png.uue +++ xfce4-session-4.4.1/debian/pixmaps/xfsm-switch.png.uue @@ -0,0 +1,57 @@ +begin 644 /dev/stdout +MB5!.1PT*&@H````-24A$4@```#`````P"`8```!7`OF'```)+DE$051XG&)@ +M&.(`````__\:\@@```#__QKR"````/__&O((````__\:\@@```#__QKR"``` +M`/__&DR(Q::6I\NFEJ>+@8&!A5A-`````/__8J*A@T@%/.Q"/TJUM95*+2MY +M>QB(]`0```#__QI4'F!E9V)0E=1F,#!4S+>NYN]E(,(3`````/__&DP>8&%D +M9&!@8OK/H"2AP:"K+YMG6R/0QT#`$P````#__QI,'F!@9&)@8&#\S\#(^)]! +M45R-05M?*I>0)P````#__QI\'F"`>("1Z3^#@I@J@Y:^1*Y=G5`_`PY/```` +M`/__&E0>8&5C8&!@_`^)!8;_#$R,_QGD1949-/5$P^TK[Z?N;WA3P,#`\`>F#P```/__ +MK)&Q"8!0%`-/<`"W<0)7<`BHRPLPIE=?HZ0A(B0*S$([&?&^MR3_-P]!GB!0`` +M__^B1A+B86%E8F!@^`NQ&$K_9X0XY#_#7P2;\1\#`\,_!@:&_PP,4#$&),P( +M3?__&?XQ,##^@P8(Q/-,3/\9I(5D&.2U.+*^?]93DTB#/OJWN0#````__^LDCD.@#`0Q+RI +MJ/C_+Q'A6*3=,!2):&CY@.49^8\!6`&IH='\1]R$Q"N'#>GQKF@!1\5SQ +MW+ABIRD[@EXD=+X5B/.>@>D!``#__Y23+0Z`(`"%/YC!Y)$\E\G9S$:O8C)8 +M/86=L:F,"0P#S#F;\:7WL_?]*5#4;=5+*<7GR=\\HWI/OGW +M$#F]XG`*XS3&::S?/ZN`1&2>D@X![!79EG):1S4`W````/__(M8#+):5O#TZ +M.BKYMUY<8F!@8&AA8&#X`)/\^P^2^AD9H)F8`>$!!D8(_>??3X;/O]XP?/[] +MAN';[[<,7W^]AS@."IB8X('-`-<.*[;^,S#\^\?`\//7/X8'!SCWGIWYL9V! +M@>$)`P/##P````#__R+&`RR6E;P]1D8J^:J2.@SWWUUA8&!@X$'RP)\WYSFV +M;&%:XL/"R@B)8FC1R'"`:]^9F1]:&!@8;C`P,+QA8&#X`P```/__(N0!%LM*WAX#0\5\ +M)7%-!@:&OS"+D?5].3/]/0/Y?"5Q309&QG\,_Q@84&L? +MJ`>@ACXA8!XA(/'G'R+V_C-`\OF/W_\9[N_CV7]JVCL,QS,P,#``````___" +M92&+905OCZZ>;+ZBF#H#`\-?AG\,C`Q,#(P840\U[`,#4IX@%S`RP=I#D#3_ +M_?=_AOM[>0Z];L3E>`8&!@8`````__]"]P"+11EW +MM[:>3(&7IIY4@:R((@,#TS]XLH&%_M__/QG>?G_,P,_+ +MP?#O_T\T#R!*($:T$@A%C(&!X1\#,\-;IGM)#`P,Q0Q(2>_WO_\,7WXQ,#S8 +MQ7_H2/^K>D*.9V!@8`````#__X)Y@,6TE+-+2U>J4$9$'I)L_D,*XO\,C`R, +MC(P,GWZ^8WC_XS'#YU]OX`YG@(DG'/(P`````/__8H0XGJ-+75.R4$Y"@8&9B9&!B8F)@9$1$J),C(P, +M'W^^9'C[XS'#K[]?(>D4/>E`U3(B.QJ/!Q@9&1C>??O/L-3CIR(#`\,#J%L$ +M&!@8%*"!^H08QS,P,#``````__]B86!@X/CUY2\OHI'%R/#O_W\&1FBZ?_/M +M&<.['X\9_OW_#7$4S-M0FI$!-9WCPAAJ,-O!7Q@8&.Y`V3^(<3P#`P,#```` +M__]B86!@8+@X_??,WY^?23"Y_O>1%I%C8&%F9&#XQ\CP[M=+AK??'C'\9_B+ +ML!"66A@1GD'W%+(:]*2%4DNC@C]03Y`$`````/__8H'Z]LFU);]Z&1A>,#.Z +M,WA*"B>0NF%87'\/P9&AC___Y'J5JP````` +M__]B88#X_`T#`\.-:TM^=C$ROF#XZ_K'DY'M.\-?Y&0#==.?OPP,OW[^9_CS +M#Y;._R.*4":DO("41Q#%*K08_?^/X=4AD7T,#,^(2B;X`````/__@I5"<$]< +M7?RSBXGQ':."[5\/3FY&!F:8XZ&^^/GK/\/:Z%^9#)"8(Q?\8&!X]H"!C"2# +M#@````#__T*N!^">N+SH>R<#(R>#HMU?#TXN1@8FF"I&2`PP,#!<8&!@>$&! +MO;#T3K$'`````/__0J^)$9Y8^+V3B9&+4<'^CSL7%R,#,S.*NA<,B.)O0`$` +M``#__\+6J8=[XN*";QT/#['N^O[C/\.__UA4#@(`````___"-2H!]\2%^5_; +M'QQDW?7]^W^&?]0I.*@*`````/__PM=^1WABWM=V1B9>1GG[GZZ_?P^NJ``` +M``#__R+4`8%[XOR,%"A`T,-`````/__(M8##`P03\#ZO$2W56@-`````/__&O(( +M````__\:\@@```#__QKR"````/__&O((````__\:\@@```#__QKR"````/__ +6`P!78`693=Q%I`````!)14Y$KD)@@@`` +` +end only in patch2: unchanged: --- xfce4-session-4.4.1.orig/debian/pixmaps/xfce4-autostart-editor.png.uue +++ xfce4-session-4.4.1/debian/pixmaps/xfce4-autostart-editor.png.uue @@ -0,0 +1,53 @@ +begin 644 xfce4-autostart-editor.png.uue +MB5!.1PT*&@H````-24A$4@```#`````P"`8```!7`OF'`````7-21T(`KLX< +MZ0````EP2%ES```+$P``"Q,!`)J<&`````=T24U%!]<)!18O(,CXTQ,````= +M=$58=$-O;6UE;G0`0W)E871E9"!W:71H(%1H92!'24U0[V0E;@``""M)1$%4 +M:-[MF=]S55<5QS_[W'OV/KDT$!(LE,(0"""A8%NQMH6"V*+_@,[H&\[X:QPI +MCOX%OK9UK/RJHT_UP;0>V_8>_FP +M]SGWW!IRT\1:Q\F>N7/.7>?LM=9W[_5KKP,+8V$LC(7QOS[V`B\!`X#\EWX# +M0>;>9LJI)L\'@,ZG]^]CX\8-",+MV[<^T=4JE1:A@+Z^?@X=/`)P$5@[%P![ +M@1V[=O?RI;7RJ5V+_OQP#?`G[S<0&\M._I'WYMU>J5`&SN?H!U:[NX +M=_EREBQ>@@I[C1*0N[&1G`AI%*D"+7U%X,.;-QF]=HT+`^O`E@V]V4C&8`T*FU +MP>B8SLY.G'4X:_G%H>"$X=S-EQ=H`>:D_"S6+&>+C8\LU@7 +M>%B+M0XG0F?G6K36&*,!.N<"`!&'C@WM[1TXYSATY$##\X.'#R#BE9$4B+,X +M$:]@4,;3`KT!5!V\V!28I[>W=Z"UP5DWHY_,"$#',=K$E$HECOSRT+3O''[A +M8!"H:VM +MK2%Z",$A1/F`D!MQK+TKS1U`C*!PSH5`TN@)$,C<'P&C=-%4U`:`S`&F0^HJ?G-$HIM$F(E/+*JP@512C\?Z4B$'CCC==9W[6>Y2M6!.SUZ*0D +MC5FJJ?DT!1!KC4+AQ.5"IK\1$2(5,30\1']?+\8D*!11%#$^<(/+IT>S56Y; +MM80-VSM12J&4?V=X9(0HBNA8MBRWAS3<:ZWG!\`$!N* +M>54WE^L7/J!RLYKQJ?5?9]/.#<1Q,;SCWQL;'V-I>WMC5@VI1"3XP'P`Z-B` +M`F==EH]4+K_^XY^G2)($PJI&2E&;G.+#*^4&/G;*4KY2YKX-*XBB*+<3BI&1 +M$5:NO"^$[>`-2E"H^>^`UAI18,5EV3)-NI5*A2@J4"C&WN:#0E=[Q[/Y26M" +MI5P!X-KY<3JWKD$I#]3[B0=3J]8HQ`546!X)V=QHC5`I"*,,1B3D(2KFW*,#[_OP9LB:[>N8<6ZY0#< +MJ=UA=/`ZB3'^?5V?&^LXR\I6PM5:=*S1<3QW`+$VQ%K[+)EF62>($Z^`3C#& +MH!.#,8:K_6-9*%F]Z7Y*]RQB[=8U&;_!,T-HDP3%_5R3&%IT2SV+AT5R(FBM +MF_I!U,P'=*P]PZQ(0E3` +M)`G:F`R$3DQ64F1EA7.8^0.(T<;45\8Z;$A@6FMO#@'(G:KCRL"U$&H5]Z]; +MR9W*'9+$T+'2A\JIZA0CO9F/S,?$>'%G_YV6IY])\[ST!.?RQQ818I:K8:UCDBI +M$*Z]/+_Z,O\\(.*0-#H$?I7:)!U+EX40&M%W\KU9'1-[WSE/I*(LP@%V^S-:JI&I3KIDV.Z@Z%`U<9\M$#]^.4T@`T` +M5"X-"S`XEL<# +M7]R4W;_[=B]3U2F&+P]Y/H3#C+AZN!8W*Y-4,YXHP[*>//5VV`&99HK0T?X9 +M5J]:@VIV^J@S9FCX$N/OCZ>$^M;FS.[A![^01;6[Z5J<[0YD:QNU:K<;IGG<045D3XT^OOEKWGSU[N +M*20!3IT^24M+B76=721)"U$49?,KE4DN7'R/R6%MVF'(=2BRYW7G=,%A=^W:-:V\7;MV$A=G91PS`[AU:\+W +M*!)BX;6>UKIZ%C&\GM7`'#TY:,` +M)^;Z84/*$V7YM$9YHIPFB+W,<0P`\NQSSTA/SQDIES]Y,.5R67IZSLBSSSV3 +E_UKS__N):6$LC(6Q,#[=\2^4M__DHA'`B`````!)14Y$KD)@@@`` +` +end only in patch2: unchanged: --- xfce4-session-4.4.1.orig/debian/pixmaps/xfsm-lockscreen.png.uue +++ xfce4-session-4.4.1/debian/pixmaps/xfsm-lockscreen.png.uue @@ -0,0 +1,111 @@ +begin 644 /dev/stdout +MB5!.1PT*&@H````-24A$4@```#`````P"`8```!7`OF'```2I4E$051XG&)@ +M&.(`````__\:\@@```#__V)D8&!@8F!@<(+20PG\8V!@V`<```#__UR)P0G# +M,``#3\:/Y-,%2J$[=8O"89"!D>TOU6VV,;)\3&ONP,M\_O9[.N"Z_G^P/4/P```/__?-`Q"H`P +M$$31%[%-%>]_,!NQ-U?(6H2@`;%8AEFV^']7_?/Y.'=7K1TR)9UY(9EV8@A! +M^G&(.0?X5V^$+B.(UD30Q'/WFJT4R%AN````__]B@=K)NGGS5H:U4R""4!K-$XR,#`S,C(P,;*S,#!S,S`Q,3(P,O__^8_CQ^R_#[[^0 +M$$8Q`TL@X`.1^44,#`P,K`P,#`P`````__\TTK$-PE`0!-&Y_1*%F=!RB$0U +M]$!`#T1N@)2RO+<$?)X/Q?_F(`S!90@1#AO;V`?M)FVJFXZI#MTF,7%(>_(QW:;=O#]?ENL"/`#X +M`0``__]$DC$.`D$,`\>YI4!(_/^C4,"N39%;+EVFL.1DQM4K.,'+J.#^>%(E +M/N\7D@A;)UJZ`+B9`>5D74+]-J+PG<9K,01'A5%P4Y$*7L6DB@0-$O_-)_*(%*E3(=$"$M)Y4_A. +MBDM7N_;,]90?D:B,TYW;X\GP?_'>-^9EY??YYO6+D`7.`(7F@\&8DE4;!"S'A)*CX$A2R;LZ0"7:9M]G7D][HPL7(>-V_3A^;X` +M@5RR(Y+.0*JG2!#5=$+%M14&@6S"Q7PQF4:_!"=R'JS;M@56S^J=$N?2_`$` +M`/__5),Q#H!`"`1G\?S_8_R.E:7=)49C3L$"S\2>+`P,'T``)B"*[A#7#'KE-M4;O9. +MDG%K(5JFLJAL4DUYZH;^EIP'7@```/__3)9!"L-`#`-'LI>R4/+_AY:F)8TW +M!_>0#P@)1DBW`&"K1\0BYQ-;_-ZO_AC_A4ZY,9"Q&PF+#J+6"$,@THU.9K+- +M`54\1C!"S&'VS\'^+;1.O&!%XU.U4'6)I.*DRRT*I+M_+@```/__5)0K#L)0 +M$$7/FYF6A&!8"!8!CH35L@<6@Y)X_C9H(U,IN +M?^1P.K.=7G2/.Y?KC1S'V13NA""H."8!$T&7,8"IT"BL5&A,:!MELVZIGAC[ +MGCPE/"C56L24,$2&[LGGW9%3I*9(+8Y[H>0T=PI>ZGSVA?8O7P```/__5)5- +M"H)0&$7/Y_O!BH0F08.B_:^A+;2#)@E&&80AIJ;/K\%K4#NX<,^Y]V]'B +M^R6G/![P6K"Q!;NT)^_<%YL$B\2P"$84;Q1O#58#+C18'?!,>*LDXTAS:QC: +MEO>KH^X-LMHR6^])LHPVS'E7-()8@T:NT0N>?_81.HE`@2"1"T`@CL[UYBX*" +M;[BYYT&$9K>'MI;X^>"P6;*=SSBO%ISV +M:]J1HB4\7/?S$8`Q%F7_`O`&``#__U35+0[",`"`T:_MNM$1D@5#@B2!!(/& +M8;`(KLD1T'@N,!(":HJ?0=<-UB)0.\3+ZR!N6D_S;2FN9W:7,T(*^K%&2<'] +M<:=^/_G8DM:^".Y-+X(T5J0Z(DT4?1-1N8;X9E%2@OC/_K(UI^*)%8;E=LU\ +MM2'+AAAC<*ZB+"VU2`FC&=/)@G%^)#_L\=6#T4"CM40'B?>>)`H=`S\```#_ +M_U27/0K"0!A$WYG;AD%7A.*)5$"DA%@%&"_@/-9.Z"=(^ST5'N]F +M'0)E9QBB)9O#D?5V3Y;E]'U'JT>,&1@G2Q@O>%G+]7(C31-6Q8[[^42I&_(D +MG&?\![3\)'@#``#__TS6L0[!4!C%\?]WVX183+IJHC:#C<',6B_I"4EA#*L26(6"ZF1<%9Y_3#,;UAB-?P.!PCHLV*9WSE%.W8;]>\ +MLI2@T\7WF\QG"X)VBV`P8CF=4%-0KSJHGY/^-_@"``#__T*IR/[^^\]PX_(E +M!B?_,(;0I#0&J:^W&!Y>.,!0,VL[P]/WN'<.MDX<8S+R"&"RLS!EV[]S#H!4=QB"D +MJ,'PY?D=!D$.:$,2VL:"`0````#__TR7NPK"0!0%)T**@/@H+*S$0BP4'_E; +M&RLK!2&%8"'D$ZRT$6+2"$("(A*"V;UKL48\GS#%8>:7D5:^'$I5$E].)+LE +MCW#!X!4P::0X"$:,?00Q:"THL7ZOC359_1>XWEULBSE$*P) +M-ROT/:)V.^-F,9U:SK#MTF^Z'/=;6D[!S)\271.Z(Y^\U)@OH*I7JGT```#_ +M_TR7,0K"0!0%9__?#6A(K:""I5A$'-Z]ZP/SPYW@`CX)U@55(;<_*MH$K!A/2G_NA!9 +M;TL`?/?AD[Q'%E +M`3\```#__U27.PZ"4!1$S\`-!GICH84BVW1?Q%7X*5^CEM8TAL>[%HB$?IJ9 +M3.:S*++N$Y$@W&^$*(L5EHL$N*:%SK^=I@4-=T[9G-ON&/LZ?8&"90E\```#__T27 +M2P[",`Q$7UU+$(5DR_TOR*(5])?$+&S$2#[!>#1O_B$>QG&U*`I\;4W&?AHJ +M1A>A*5RQR.9@H%F<;50<+S2(4>)76Q_D4OF\-U*^L:T+Z7GW,':CX>VND^-\ +M53A?"Z4\R#F32G6T,+\13OST!0``__]4F#T*@#`4@S]_0,2UWO\>+CIT\P#> +MP$4'14&4]ZI#:]$;))!`\D4#;=LASL6IG21W)!"I"_&X_K2!<&:R%P)\XNA" +MKY9#`=CVC;(J&%9A4B'/O`I11?0.-,1KFW*$$D:VCG85E(&`C@MH-Y +M,+R9[Q^@>)?H7,NY]F^?#"6`N/KUN1RH.,'X$7!=5H;A!X`QAD>:4#$ +M8>"5)J6P;0X`:RW3.`,0)S$`U>?+*WNBE,(YQSVZT7=BXAT``/__5)<["L)` +M%$6/G;6;B&3>C.A:7(3K`-BMYW0^DG-&O*!1 +M<5*3=(]S-=O9FNE]\V>@:3++U8+VT#*OJC)S@`\```#__T(:C8,4@=K:$,?K +MZ&@S7+YTA4%75P=2=,$'I_[!0PZ"_\'[O__@8S>(L2$8^/;M&X3Q#TD<5A[" +MN?\9#`T1PH*"@@P,#`P,$I(2##=OW6105U>']-"0S`4```#__U272PZ",``% +M)\&]I,%&SE!6ZM'Q%FVQ:2@@&SV!=*'YN\-ZL9OZ2DIR)_8M$"!&E%-X' +MFD:]87_IYS4L5CO\V93S@WF^,::)=$UH;>ACI-@4#$.BZQQUO<>:"SM98:U# +MRHK..N[`F$:T-@`LRX)SGK+CL-E0O^;5OPAH`ZOC +M.=L\\OR'$OEGQ>JV5KGP[:'FE,J%`!%EE^X9=`Y,^Q=:O2&6"%XWK(VQMHDQ +M,<98RB"4*JAZ5!VJ;T0+5!PB#I&"1C?!^SOI*>'Z'+%8SIF,9VM@^P$``/__ +M@L?`VW=O&-Z\>0--YHSP`(=%)R.LB("Y'LID_`^I'Y!#Y->OWPR/GSYF"+>[ +MS,#PGYV!X3_$H\R<(@P,OSY`AE,8_D+ZN/#TACRNA%K;PF+=0O$ZP^F#,@Q? +MOGR&RP````#__ZS1O0V"0!B`X?>[(VA()#9T-E:6KD#%`A3.R`JL8&MG14W! +M$>(%N#\K-_!9X?D-/(`K4/(?&7#[#&VC#V=T<4?T$5$%HB.B3B`Y)`71D8(E +M^9GD9Z(SQ-T0-H/?%L)JD+S"V8G=CESJ5P\\@3?0?0$``/__K-@A#@(Q`$31 +MUV[9K(5P)@R7Q7(#+!?`8B$8VFT;Q/8(^#'S,]],LFEUQ0'SGPK,.+_NCU.: +M%LMQ(QAU(;^%D,0XC>AXIUO5^JJUHM6L]3(FE.WV22T?ZS?##1<\T7\```#_ +M_ZS1L0W",```P3,.%@@!/3UM]M^$`6AHP8C$P8EI,@(OW03?8<)C]:]VZ,_] +M14PGW>$JQ+1>J,2]$+9:B\Q%FR>MOK6:+=]L*4_SE-7R4L8/Q_S^&_]_?,S`Q,3,P,C(S0$*? +M@8'A/V1P]]\_2&;^]^\7PY^_OR"Q\?<7`[L`$\/O7U\9_OSZCF$'````__^T +MF;L1@"`4P,(#L>"\\]S`#=Q_+0%%?A:4UHZ0,LFO`.NQ8>S"Y';0&F4,2BZ4 +MN&$^O8]&6C,M1WH.M!RICZ>FDW)[2@K(;)&HD?B=2"\```#__Z*I!UZ??LK` +MS,S&P"7*`N^J_OO^#C)\S\#$\!]:/$-*(\AP^[]_?QC^_?_-\.&/S\Q8P````#__[31L0V`,`P`P7</,L!R(*B$*$G9$)Y#W0*.[T6JF5<,MX9;QDO'[HI:.CDI- +M'Q`0T?-!*=7WZ^`_+OP5K%Z8]6)9:"G$4[_-!X```#__Z*I!YX>^\#`Q/2%@4>'? +M7P8&AG__&'Y__@2?ID*>&&'X_Y_AW_]_D.FE?W\A38Q_?QG^_?_+P"WZC^'/ +MKV\,?W_]QK`#````__^TF+$-@#`,P-RFJ%UX@$_X_R=H:-(P("9F3K`L+_X5 +M8-LS4@MU;<\'%4@29%E(&6+"]"#,\6OBKX%NF#JF">M!:V9 +M>9`<51W'/[_7TS.S,[.S]YE--B2[B=D`X8X"@GC\HXA:"A:6E!1>*12+/R3^ +M05$>):)86B*%1P&*8GF`)58I5"51"`9(@!Q@`@DF9`\V>TSVWKFGWWO^T;V[ +MD[!9-@%-4<7;ZNJ>Z=Y^W\_[7>^]$6LM;^>F3K>`-]O>`3C=[1V`T]U"\WTI +M(O]O':?ZX3D0C=*5RC,,B](GVE/"]KSSYO +MBFQ[\1Z]'_B?Y&M9;!T0$77.3?#+2T-&]>L6OW>E4UKB87C6+',=&&# +M/\H@K`6+P5J#L?XY5\S0._(?#A[N>RHU.'[GGI\6'SV1-4X&X(0Q("+.V3P8B8-#'/#BX2@=+6>2C%5=^DK\ +M4)/SM>&DB/S16JOG5_`F`$1$G?4EY\I5J\[X]GEK+NRL330`9BX*+2"^;)F3 +M[]\0WQ(S9XL!\<^"H3[90JC#[03[3;EI-"K&]>L[KBDJ7II,'J!ZD#& +MR'0_AP;W>_MV=Q^8Z+&O3/?9@Y,]>@"@9H6W)+ETO+-JQ<'57>H +M)M88_*=O":6@OJJ9,SK&WST^?O@FX*M`X4T#B(@ZZ_/NASM7MU[;WM#I=VC] +MH+*`M<*1\4/LW//OGD//3/SCX&.%OP&CP#20!\B-%:(#.ZD$ZL:O/')5ZM+I +M#ZY;]Z[VYJ0_&#!W+*E9QDC'R-7F1K5)1/YR*JYTO`4BD81WC_EHE[!Y[/;PK$9^;)(AHHB$@& +MF'[MN>RTXR@OR\Z;JMN?71%$/4')0&L@SOO.^6S5N2*R'4A$ZXH;6^N6HC>F +MPCONS-RR$$2Y!=Q(M;VBL;&VH2)<@>^O`@+:&+J'7_%Z=DW__+W52\`1*+Z*/[E,N!%%6^-2$',S&V$AB/*7 +MA4-Q+JB)UV#16`2%0BRDTGT(1!*L2E0D,1@4"C`8@;'L$+E4 +M:!=S;K.H8!.1T%4_7G:W-`]N<)3,NLW,>?;:!)\-A!Q8V[(>*Q:E+,UUK9@U +M)[;$L2X4M\T1-XKO/A8C@D*8S(U22(6>`Z9/LG(FU)+!#5>LO"JHR#-3"XLQ +M!FLUQOC?&6/0,]?:H*U?`)4R--4U8[OLO!#E`"&G@BK7C035A! +MNX^3S]6)<%CA*(/!H'61@LY0]/*43)Z25Z"H"WBZ@&HL6ONOF'4;"\:"-7;NI8'9'&B??@5]B3B8/T$W<,W0;9N?O&!S/>!`\`()PCB4G'>%7TW?,)_YX@,+X8?W, +MR$CZ^F5UF61%N`)M->GB"&DOA;B3;GB)^=S';COK>1%YM]Y +M^=;#=SMUPUTS:QYK_,/3D!F-C%;T=G[TX=MV[0#PC"6;AYZM%?_L;;4Y0D3):U39+Q1E`(W!,F6J:Y)'?[NM=^_Z%81^=<; +M08B(^L)=5[R_T-1[1\V2X:Z(HP*P.8!LT9`>2NY]^+9=A_%CTAO;F7RL5-3A +MG;^_HP`75M:6X"AD_:P19(>H(SO*1B[.5YF?7W7/^ +M_2+RDQ.YDX@X7[K_LHU>T^$;JAN'.R+*G]?.IDI`&YC.N/G1O;*-N7EV^JD? +MC]X::.M?2#P6Y#\0K%([#;.J;@=%`SE,E/=*TQ\W6 +M_RM<2FYUBM%=`#9:O$!',A_0R9'+G):!LQ.N#H74W')Y9O2U@4S!\.KFNJ?_ +M^=V!#<"KUMJMG019J!BS3R=4_FL(;I#3R^<_QH`5*!G#T/[*UU+/R0/`<-#W +M3-RD%Q)]0H!@]CC5_\>M2XHCUS2U +M%QN4(\<(FRWSQX-)L*]35HB"X<$(E*QEJ"\^,;`I\QV` +MM=:*2!;H?^&AT?MTL;Y0ND1]LO7L?'M,":Z28ZWQ.A"9LT(`:@UH*V2-X +MY.#@UO@CSSS8?2]^D&9/=4<"%MB9$Q$'J`3:5JRON:+U,O=GK^E6XM` +M#&@$VM=]O/$3M6=S><.%N8[JFF(LXH(;\C.5$\0!2K#B3^**P.1$16%X6Z)[ +M=(]ZO\$].*[3?:MV%IB9+M=&5]6;(RU +MEA*12AU6"@JY4*DP',YD^RI&TKU.]]%]I1TO/7'D:?S5W#`P!13_IYN[)WB! +MPI_,)8!JH#:`BN&O==W@N1*0`[*!V#'\]7`:/U6>\C;BFP68O8TO-HP/Y.(G +M`R>XK_&+3PE?<#&X_O_]P/%V^HGI;?\CWSL`I[N]`W"ZV]L>X+\2#5%=ODQ2 +-;P````!)14Y$KD)@@@`` +` +end only in patch2: unchanged: --- xfce4-session-4.4.1.orig/debian/pixmaps/xfsm-reboot.png.uue +++ xfce4-session-4.4.1/debian/pixmaps/xfsm-reboot.png.uue @@ -0,0 +1,80 @@ +begin 644 xfsm-reboot.png.uue +MB5!.1PT*&@H````-24A$4@```#`````P"`8```!7`OF'```-/$E$051H@=5: +M6VP5R>1,IDJ(E1;)L*;8;*7$EM78;N;DX<6`@,?K0)D7; +MM$"?@CX4>2F*H"C0/K1%@R(/:?L0M$C0M*Z:M(C=^L%6(DN)#=U(:2F*MR5W +MN>_GR4)(?#_6=C_-H#_KLB] +M!HGH9XVC2PYB%3T)'%2TB8N2I`YH8'*$B,4`Q$!,`TBII;_U%@#^.-;I)3T) +M?)`=("(*S[P<(J:,*+(RIP;4TT$M-*\&0W.!<'A"5H,C:P\V(@"&A!#UQPV\ +M)0?6`!%19/:SDG(D!$ +M%)[^E4@H'#L1B\>_<&AN_M-3TX>F9@XEH6D>/L_J"*)%0@!X.!@,:(-)O/;* +M\^!<@`O`Y0)""+A<@'/>'G,=!^GT!FY>N?6MZOU_^H:/]>`$//`O#0P,)IY/ +MC*1^;?;8\9?G9R>0&(@`Y`$5WH9YP`'PUMC#!()$#`+D/^N3;6F`&"`$!.=8 +M6M["S7"#X%_)($6^*%$\L74^.1O'SUY\L*))R9!C+5-!>2A +MYIT[W[[W2#-=I%J?19N\`)#;J6'YUK6?&-FK7P=P%T"AE_GT66$7?.C0B]%H +M;.#YU/CDET\^_=2%X_,3`)$'M@-H:\>%Z-`(J$\^\35`A%:LVXUYY*_-,)08 +MIM21\\/)V0M-`&X_G'TU$$Q]1`V%XT\F1L:^.'_BQ/FYPRD($+B_Z]Z>4?O. +M.5`H-[!=J*)<,Z#K%JQ&K">O0+8WJEA+5-`+K.2J^?7 +M-_1:(6L9U6*SKJ\`:.YY>9Z82`,$%TJLYK*3O9G25/ +M1,6])'II@$C69F-#B4L34U.'!F(A[$[Q5R6"$!RW[VUB^=:U&[7\_6M;F;7W +MZMF?O`V@`L``8/F[;W6_G+7>!"Z`2MU")*1V:&(77S@4P.#HQ&1M)_/+3MVX +M"N#=K@?V$B`B"HZ>BVI:].+HU-SY0^,)<.&[EA`@(A!Y.[^0SN#!C:O7J]M+ +M;^;SV1]SLW`3P*8/F/N7V+L@B('#"P3+ZSO(K:]NCT_-C(RE!OP`T>$/Q#`T +M%$=I9/YC5:/Z0NJ)7UHDHDJG%O9J@)BL381C`^>&4R.Q0$!I)R;`-QL!+*]N +M8_G6]1OU_/T?[!2VKU2SMWXL7+,"P!1"[%NX$3%PEV/A7A:WKUR^&N+9&T[E +MS#F!LR=2J;BW"NTF0D65$$\.1VO9V-E@*/8Z@%N=F](51I7H85E2`L?BR?$S +MR:$8N!\B.1?M<)G?J6-M*;U9+ZR^DR\4?E3.WGQ7N&817I1X9!7(71>+]W*X +M^=:WW\S?_H<_:C2J[YBE!V_G5M);E9KE.SC!R^J>%B*Q$-3!L5,D!4X<>^J\ +MTOF^M@:(B`+)#T=5-71F<"0U/1`+@?N>QOR8+;C`^F8)Y% +M8U0`V(_:^988U1)NO/7#-[87OO,U`/=MO1)HANMJ8WMIMI":'0L$530=#LOF +M:-HN;)?#MEWP8')24.`9W0F\042%EAEUFA`14P=5+3P?C83A"H"XESA=?T]* +M%0/YS,J6H1>NFWK]3CV?SAT$/``G8*W]X^;"M_\"P"*`8C&[*(?BXW<:Y:UW +MU^\M/EG0GQAEBM0U20@!+LD0+'A$DH,)`#OPM=UI0J0&@@DU%)L.A8.>,W6: +M#P=V2G7HI>QRM5RY)ZRM97A1YB!-=7WS_;_]?1]\`8`-H%G;64ISU[YOUS=7 +MN,-!3/+J(O\B8F"*#`K&IX@IP^@H7SL),"XP%-"BHUHP`,X%7,Z]<,*]6J=2 +M-V`;E14B9"J%M1H`MU=RV8\`@`WXM8T_UZT4UFK!@+Q)=FW%R_0,Q/R+",08 +M)%D!!>)))LG)3MQ=)@105`Z&!E55]J,/@3@`$B`0=,.&W=0WA-O,`7`."!Y^ +M0>;L&1-$Y'"GN26IS4TA6CUYJT+UHB"3)+!@?`"@&#HTL(>`T"0Y$)(ER?,! +M`"0XP!A(`$V;P[:,HFOK)3S>/I=SQR@R.5H4G-K5KL?02W$D$9@2#@(BA#XF +M1!""">$59IP+[X(7?=H5*).<<#362E*/2X2L:JZBJKQE_]2ZF%_5$GGC(*D? +M`4"XCNM:IFG;X*+5,0&N\+>;&(!`5`H,AA\C>`!`))Z,$@O&29:Z[!_$`.9A +M%HYA$=PN$^PT(2&$J]MFHVR8=D155"\(0"!?-K%3-5'1;;BDI`**/`1@Y3'B +M)RT43UHZC9$D[Y;<)-IE#!>`:-;K$+R!#NUW$8"PRU:C4M`->S(2`:HU$X6R +M@7S%@E<@RF#:X`QX=63Z0Q<#`/3'@?[#SW\FR(4T*@+Q&465VSZ'=GDGO#[$ +M*I6$:!;1IY00<,V2W:ADJC43:[DJTNMEY$J&7Y\"D:<1#K!F)>LTZX5^ +M!#@)L]0TJVM;VR5L;-?0=%S?>3R<3)8AQ\!MM-ZC@NGR2'QQH:EEPOHB(!= +M&M!+FQ77+-^N%S:WN.L"(%"[3R40(RA:$/+`U,<5"Y4[M=*>5T]')B/R/:9%=6':-XPZZ6GI4#6D12)$\'Y.D#C$'1-"!U[`(W +M1J<13LQH$0U,Z@K/?86(Z)4O?FU@('7L6,.P3ND8?M5)G7DN&`Z`V.Y\\OME +MUW%AETHF6?F;M9V--+SBL6]#PQNEU7PD./RVD;O[K!I+G),4I4L#`$`2@QK6 +M@+`V0Y(,)K$N7WD4A[INGVN8_+3.4I]L)DX]%XRK8'*',0C_L$L(.+H+L7T] +MC6;AK>SZ[1SV5`!["0@`!C<+=[B1^Y%9W#PB!^=&)%7:+4U\(IZ=2GO(=1,@ +M(KKT^:_&F:S$`7F8"Z0NOOJ'4R5#OF!KAS[J#DU/!L-[P,-_G1!P70Z[\*#" +MS,VKM5+F/7B]=O^>N%58Z:75#%.C;R)[ZPDE/OH)39;!F.SO;*Z'+QL;UE*2<>S80B7B5!#IJDS:-ON832E?' +MOAF?F`*394B*!"D@0U,EL%:,;Z/?G2]<#JONP%G^]P4R5K];W5[JN?L]";2< +M6:_E\X*I5T@*C!C!6$B>?>:$+'=W2KOFTP+P$(FH-IA$*!'R0V*+?"?XW?D$ +M@+L"5LV!E?Z/%:K>_9=*?OD_B_F-;>QQWI;T/!OU'[2,2F;5KJV]P8!&>XG] +M'/7A[]3V>!?)3O#>9R*O"K9J#II+;ZZRRLW+1O'^/V?7%Y8!6/UZC_UB-@?0 +MC,]^_->5D0\])TG=CW8V'?O'GG8J]#E0)X_V=VY3P*C8L.^]?H]JBY=+6XO? +MS:[?O@.OWNK;>^Q'0)I\YK?^5$D]^:5@-`*2NEN'#B;=]_VY=-R\OZX#V+J# +M9C9=;_F&UM+T) +M;^YO9+%GF-P(3BXZZ+5Z0F'8#<^N;[RMES/7`M;/%:]RT +M818-;N1K,'9*:!9SCIE?<,W20J.272ANKZWX\PSTB38'(N"?'I3W@ODII!G< +M^?X?&QO5L.!.';RYTS3K>=NJ;>NUXI9E-HKP[-R`MVGBH"<=U.OYQ_BO!A$` +M(P`T>(=@37A:LOS+1H]3[(-P^)\FP.!IV?\IT/M9H.-S3Z0_\_^5V$;.+$DI\?^YL?]M`!^W +M*=V^)*([G8<#,`#$`"3";@#0PO^[`&H`2F&WPNN@VV1WXA7T45V(ZBS-9#(Y +MN".1V/%4)+)_7%&V#RC*:!+(F$2;5"ECD!(>D54-@M4"<&TE".;?<]W95QSG +MS'0^_[YMVRL`JO(C`KEC`B'PV-#0T.B7HM&''HA$[A]1U4.]/3W;J:\/2"9! +MB00H$@'I.B`E1+4*:5F0I1)$H0`J%+!>*LW.N^[I-QSGU`\KE==75UAKCO/:/Y;+Q[/9[`=22N\3)="P +M^L3.G?=\PS"^?$\L]BM]P\-;:7@84DH$E@51J=1OEK+NPRU="M'V"2%`D0BX +M8=2OEY=16%O[8,JR_OG/;?M'EZ]<>1_ +M_]=H;`S0-`2E$H1M-^]M`@?JE@=N@&X0$*)^GQ"00H"I*G@L!K@N:&D)Y]?7 +M7WK>=?_^K..<6%I:RM^.Q"T)-,`_E$S^\C.&\?6Q+5N.L)$1!)4*`LMJO[DQ +M3P/LAU"A00A2@AD&F&$`UZ]C;FWMV-]6J\^?\KR?W8Y$US3:``\@?C"9//), +M)/+U[=NV':%,!M[:&J37Q47#9[2IT`&^V1LJM)`-+`M!K08EG<8HT:-?6UZF +MLA#.$G",B,HW(W%3`@"TT9&1_<\HRF]MSV2.T,``O&RV#@;MM:(Y=ZD$LBPP +MVP;S/+#P7D$$H:H(5!4P#`C3;!_;4,=UX>=R8(D$QESWD6?7UDKO]O>OK62S +MIP$X'YH`$5$FD[GK&X;QE;M3J5_%YLWPU]::X$'47FR*1;!B$4N5RO6SM=KB +M.=M>.5^KY>9JM0H`C!E&=$+7^_9%HX-[=7W+D&%L#DP3PC":AF@H(H2`7%^' +M3":QS[8__\T@N/XG0F2)Z%(W%380"%VGY\E(Y/$#L=B3F4%B^7RTNN6-?VC4NE"5=.N.XZS[/I^3BI*25$4NNC[\5G&4J_5:IO-8G'S +ME^+QW4<<9_=PK981O;V01"``$@"%1`++`B42..@X3SY5JUWX.V"%B`J=)+HI +M0*E4:L=CFO987RJU)9`2TG&:EF]:GPA\>1G_42R^\T*Q>/I4/G\^G4Y?X4`D +MF4R:MFW';=LV`,`T3<4P#!8$P4(5N/A7V>S<*<^[_)NQV*%/"['/[^D!0A(( +MB<#S$'".WFATV^=JM<=?3B1.ETJEJ<:_NQ)H!.[G#>/AB5CL(1&/(RB7FY8' +M$8@Q$!'8\C*.%@K_^5PN=VRU4#@#8-JV[9$_W;SYL7V<']X4BWTJ]`T0$58X +MOWA6B%/?6E[^L>NZQTX7"LNSOI_[%I'SL)2'O)X>,-3CA<(@EY4*?,/`[DCD +MH5\WS3>^7RK-$%&I585.!4C3M.'/1"+W1Y+)A.\XD$+47:9A(2E!V2Q.%HOO +M?*]0.+I:*)QT7?=M`%7'<>[9P_F#B71ZW(['ZUF&"!`"B5)I]YY\7G%=]^>N +MZUYU73I%J27E22E"YC"7+NOH#RWICM5@\[;KN?P'(`_"D +ME)$A(<8ID0"%(`@`(P(E$LA(N9.(#``>@'RU6CV=LZS3_U`NO[GL>4O@&`(2C#&U`9J`YKC&@P@`YUP#(,(Q1<;8N:E:;>J4XYS7:K4Z +M^-!@C?$!@$V:MNT)TYR,Q^,):LDBK0H0@-X)71\+-`VB6FUFA$8Q(LO"M5KM +MV@\M:\IQG.EP*>Q)*04`,,9X8Z*&Y5G+0XBQYCWA&*]8+"XSQMY[H5*96A%B +MF=MVO3*WD(;C0'".W8JR`T!?XVMTR$$`^H88VRHY;_HOA98``%ZK8=;SYJ_6 +M:K.<\WG47U1N!)2B,&*L20!$S:K<),18Z]N2!.!6J]7WL['8W)SK+O17JX.N +MXT!X'J3GU3^#`#R9Q)"B;`60`C#730$&H"_%V$`0!AZ"H&T)P%T7T[[_`1$M +M6995!A"T9@3&=!P`)T69)$@**HC2?&8X-+,LJ,\:NOENKS7/+@KAV#3*; +MA2P4@$H%L&WXM1K24@Z$!)IS="H03Q#UB?KL&Q40`M.>M\086P'@;R@JBL)8 +MPX=]'V)]':)0@"@6(8M%&*E4IP*04DHB\AECR]/`=473P$)I).K!`@#"<9!( +M)/J(*(%;N)!A,&8ZC2`2HEXEPV#B0F#&%/34'DLWR33J$Z@*C'0$OFX2V?'%V#N-EBL5CB4Y%( +M+X*@.;XU?A@1'"EM557;E&\E(`%4BT&PSH.@&<"LD8]#=]JGZYE())+N,&Z3 +M0&OJ["1!1.#=%2#.>?]^5(4888X.93$;O1*$H"B.B&Q;O('$S!?;NW1N14F[>R]A= +MPG6[$]!UY(GRD4BD>%,"FJ85K@IQG0=!TVV"M37X[[V'8&8&7BZ'NSQOQR#1 +MR-#0T%VM%;&A`'4`OYT"1$3]_?W;!X#1$Y#H0)+P+)A&.LW(R!4 +M55T_YWE7>!``C@/_RA7X_EU5_;3O^]L/'S[OKIIU-2RO'?4Y0'>_+Y37"<&W[?TE5=QUG@:C0:S:,E`[8I +M((0H_MQUIU<<9T4L+2&X=@WP?;06)\^RL-=U#]_'V"3G?/>]]][;S&2-(.[F +M/@T%6@F'8_<>E/+@A&4=$.5R=^OK.O*ZGGL=N*@HRDT5D.5RN;KJ>=-G'>>2 +M*D0;\(9%A&VC=WEY^#>"X`G5\_:F4JG)`P<.J`"@*`I6=3VOF.9&'S9-Y'2] +MH"AUO@<.'%!'1T?OXXZS_RNN^T3OXN(F5*M=_5^+Q3"C*'..:5Y:7%PLMQ)H +M6B^LB)ZJJ@L_L^VS]^OZO8RQ*'4AXI5*V'[ERJ%OCXTYW[%M&APK;S[-^:'# +MB<0AMV7B-A+Y/';.SC[XW9T[HS_VO)^^%8^_F\OE+G_'\UYR'&?4]WU32LE# +MUQ*ZE':$:-Y4U?F^OKXC>VU[\@NUVI-#Y\[M\M;6FL!%J]H`M&02;QO&^R=5 +M]8VTKE]'QPJ@;6,K]$]U>'AXU[V>]^PW%>6KR6PV+5$9&5A;2 +MZ;?^ANCDHNMFJ]5JI5PNEPJ%0AD`4JE4(IE,)F.Q6'S$-`>?%>*!D6QV,G;I +M4D^0ST.$J!K55R#<=X]$4!X>+CVGJB_.IM-_?>+$B7=07[YW5Z!E8;4XI:J_ +M.`:,?[6GYW/VZNH&-VIT42@@/C,S,+FR\M2NK5L/YWIZ%N83B:/I?'Y;='X^+M;7(2J5-K<1:(\WI;<7_Z[KY\Z;YO%T +M+'8971:0&[86&RJ,C8UMJ56K3WU/TW[GOD+A'K]0Z*I"Z[5B&."Q&)AI@NDZ +MF*[7R[7G`;8-6:L!Y3)DM=JT=JO56SM+I7`FDYGY`Z+O]V_:]/+1HT?G.JW? +ME4`+"6-\?'QW;[7ZA3]4E"_NR>5V!*72AM382:K;.J;Y@M-0&NW+YU7I[ +MFT`Z/QM_WZIW$NK6>2J%^:U;E_Z,\W]STNF?E$JE"P"B6P@T76)>1NP;?<9!I3A85S8NG7ACU7U7PKI +M],N,L3,G3YXLHWEPN+DLE +M4!!T7[BA?3G0`-WI.E)1('MZ4!H8L(]&(C-_R=A/T_W]Q\KE\CLG3IQ81\=K +MZQT1:"4!P#QX\.!HI5*Y;[_O/_+;G$_>[3C;]%))A66!PCV=V\5!T_]-$S(> +MA]/;*V9BL>O/2WGFO&D>3R:3;[SRRBOO`:C>#OR'(M!"@@'0)R8F^J/1Z.Y* +MI3+Y&>#^+ZKJ^(00F9YR.4JV#7*<>@^WUPD`8PS0-%`D`N@ZI&FBU-/CSBO* +MR@N>-W-2TTXE$HFW?-\_=_SX\>NH;Z6+3^2(J0L1%8"Q;]^^`555QSS/FS`\ +M;_QAQL9_254W;R/J31%%32$T34I.1/")A*TH7HFQVB)0_(7O+Q^7\I(;B5PR +M37-:"''IV+%C2ZB?'6](E9\8@182A'H1-#*93+*_OW^0#($@% +M01`-@D`C(E)5U5,4I:JJ:EY5U35%459\W[^RL+"P=.W:M6((W$<]`7[\8]8/ +M>5+?FAU5`'K8(ZB?T&NHQPY07QFX8;=1=Q$'X98DVC1P- +M&+GX$.3@0W+*(2+T6[+4MFVM)EF2]*(JDR!')(2ER +M.,.9Z>GNJLJA>\@A1=J2UTB0!@K-Z>FN_K[Z_O^OKXI#6FO\?S[$6A>)Z'\; +MQXKC<09U30+?\2#1AD?6SOQ@'\+U(OR:![Q)61,2TG^Y@(NE>^#R?_X&+YP>3'4I;_'+^GOF(R/38"(B#>?JA,MIS>`^#$0'3ARY,CK;[[Y9OT_ +MO/-^NQ/;O.?T\2?`.`=C@%:`+R5:TG5P%O-[1!=K_=FK/TF\]=9;A4R%_IJX +M_:5H.?V):/G!F)P^M_BX1!Z+@&A^WN#-ISJ)Q#-&M/Z%CIXMIX3R4G_[-Z__ +M\X8-&RJ6^:$U4_8PL^#`DQ+*5U!:@Q@#9T"A[*'-,JRC1X^VO_WVV^;K?W?^ +MSWUN_G!J=/B<5\J_SYM/?22:G\_XT[_VOE<"1$2\\40=F+6#<>O5UIYM+V_? +MN:WGP*Y-./?!`-YYYYVY=]]]=YBG^O5/.GG\D-;Z5 +M0`@^"68=,6.IGVS?U_=:_[XMZ&QK0+'L87PJA\O_^6YIQ4,:4.&[E=+0>+@P +MO/?>>^7&_BT`"`?V;$9G6WKSM1M-?S7R]95.MSC_+[SQQ`4BRGT;B6\DL`S> +M/A%)-OW%_B.'3SUW;"<<3^)!OKSNC[+K(YF(X<2Q/:B+ +M15^[<>G+1#DW8_/&$^>_C<2Z!(B(>/KI.)CY5"39])>'CQ][\>B!K5@HNO!] +M]4V\H53POEKPZV'08:B5'!^<$_;O[8$0[-35@0$JY[(5GG[ZMT146(_$N@18 +M8I\)9N\T8ZD_>?+0H1"?[FG-&3?7UL:&B( +M`;2LE-9P/0775WBBMPNNY[]X?>#SO+NHYEABWR4`E35QKG61B(B,Q`;BUH^V +M[MW_RK'^7BP474BEP_#04$HOC30`='9V$N>,``KG6()&H(;200,1A!#LN>>> +M,]+I-`<16.TC("BIL.CXV+5C$S;NV/L*<>M'9"0VT#K^YB$"1$0\=2@)9IUL +MV;CUS,X=FU"J^)!20ZN@50%)*2%=#XE$@K6TM"R]0(63EY0*2JL@D540*TII +M72J5=%U='5.>#Z45B+%`4@JD50IP/(7N[G:D.S?_(9AUDJ<.)=`+-[EGMYQ5U>?)7F:\__>SBE7L!:PX0(X`% +ML!Q/H:NC&0U=6TXR8?\!2_;%5ZNP6@$B9G<8D;K#[9T=2=,4(6"]7$V4PH5+ +M=S%^8^!W;N[>!PS>Y6PV6\QD,MH0@A$3X)R!&(.F$!`G<).#N`%#");)9/3( +MR,@B:?>2+(Q],'ESX.*5Z_>#_HE`1"!&(!`,TT!3:VM2V/'#EAWO7*W"2@4B +MG0(D>F/IMKZ6UA0JOEJ:B"CL>'!\%A/#@_?)Q7U4J1S1>5<(A!4GE0O7ME +M&EHO9L>M#KX\QQJ"68E>!.*$N;L.()EOE`DN' +MD2,?4@"@N+#KTI&(M5S'B1"8`H+T-1CYDX90TP#\&G_"Y/39*Z=_]F9S?W__ +MM>GIZ:%2J60!$"PX5#P>]YN;FRN#@X/#GY]_=RD^0Q*^X#KKR\J$6]$8GBK# +M]Q2DE/!]!2TEM))@D;H&(E:_;@@!.B*L2,PR!72-C:$J$44@4O-,>_,`:AV= +M`N">.7.FU-O;6W9=UR,B1D0,0/4,PS#TSIT[*V^\\<9J-Z@$^?-@R$E)6"R' +M[E41M"9H,(``8<6B6NO(N@0X)TY$4*')(DW0C(+:S``0AQ"&9-J2J-E5T%JK +MD(0"P&L:"]N2GJE42J_A++4P;= +M4MEQZPTC"A4FKP)`('#!P;B5(*(8UCX8@,@J$E1#HGK/0T$8*LDOHD`V=%X4UGJ=FY:("X`I0"2024!`$T@MY@7'&74J%_; +MF2;MY]SRPFRA[$(CL`(2@&8$TD`\'@&/-70;AM7:N?68M080#L!&H()=TR(U +MC:]^Z,G#9VP%WLHBC3W"-D&,A8TOG:$T?"<_)YC.K4O`%"JGG,)$Q?&""A96 +M(*6!!XL^N&5!U'?T2DT;&UI[-ZYA;RD$;(7GZ"KP*Q(0"!Q`74-/MU*LFQ)= +M6XR(!6("Q'E@*1@'&(.2`)R%2=M0\[4$:D-(">;-.UYQS"DZ4#H(H?RBCX62 +MQ$(IF%C,='>75\@\!:B1O4__Z=2J-2L+@0L`!E8F05JA]\^A6AF;73]=T^E=C:'TE&P0V&I5U'"8!IJ(J/RMSHK$#YND'%]4.H +MD)LNF\B5VUZ4W/]E__%6C +M)H0F0Q)6&#+5LPT@4WUG__%7C;9->PXXKMI;,=I?$NV[VHR(&?H?'C3&0&"0 +MCH+,W1NJL^7@[/3]Q34)5,V5H.*H*L]=7=B((Z#AYQ +M1>-KQ7)E?Z*E]^#9LV?+&H4A#VR%N6X$SK"'"&$O1^M9#Y+UXN/#8[Q6-2<)E+3EADX3Z582DHT>U*WN9[J>5#` +M,XN1[G[=]$23G6#@0D,K!:WDMR=(_?O')V:NHL>\/ +M*5`U5B;E,\2BYYW)J[U.8\\I9ED0U546L6"92,$R,=I@PJ_?W5',[WS%R0\? +MCY5FAO+EXMV8Q<9-0\V`B)16+647&QW$MY2L]LU>UXZ&2)(@3(`H&/G`+05+ +M5Y"&E`JE>0?^Q,4KZ5CE?$241['20#ZL0*T*&[NW=SI(OR0C6WZ:W'5J?[0A +M#FZ:@0JA&FQ)$0YH#NDS^"[@>PS:)V@%@#B8(\O%.Y$\K<% +M8?NSVZ)I`2:`I?RD<`.1EC\#M!QN%%:4ZG=:0Y,&J6H7&EH'WTD?*,QZ<&[\ +M:LPJW3S;E/#/SDV/W@10>>R]40!J='1TL;/3OQZ/M_/RXBU9N.Z\I+:?WE77 +MF("(BG`/BE;LJBV1J&E4>RW`#%WSO=8$KZ10F';@7/O7(=L;.9NN=_\+7N[* +MM6O7"EA5>1Z)0'6YE\ED\IV=N)I,"Z_@#"X4KR[\0&XXNMONVIV()J-@UJJ! +M6=J&J[T6$@G7M\$+`"@-6=$HSOLHW[U4]#(?WHKSF;.-*7T^]V#BZL6+%W,( +MEZWKX7PHB1^Z(8@-#B"ZK^]P]V+%/%B6B1.(;=IO;3S:$VW>9%H)&R)B@`NQ +M9#D")\E7YD`80DIJ>(Z/2LY'<>*N+\=^D^'EDG,5;?NKWD&_L\2A^F2$>OT;R[4[3NBUMQ&X9E0$0$N"'` +MS,`2:$50DB!=P'<5*@4/_L07935]>9(YF4&;YSY/1'"I5,A^/3`PD$6PE:X> +MY5],CT1@%1$#0&3'CAW-IIW<7%%6KZ\CO3[JM\%N;..QU@86[ZJC6*O-HRV< +MB$.69R7*61?%^R5=FIQG[ES6P,)MDSFWHZ:\Y;OY.Q9[(5!# +M@A#D3Z2AH:&^J;FU11AU'23L%JF-1@V>EHIB4L%DC!%G<`6GDB'TO&!REE0E +MJV0Y,S(\-#$W-Y` +M@R!$*@ALN,+R#B:`Q_NEP.]#8,4C6$FH]C-J`.I5@-=$^G_Q8X]:,-_+;R`> +7]?@?LFKGC&AM#E,`````245.1*Y"8((` +` +end only in patch2: unchanged: --- xfce4-session-4.4.1.orig/debian/pixmaps/xfsm-suspend.png.uue +++ xfce4-session-4.4.1/debian/pixmaps/xfsm-suspend.png.uue @@ -0,0 +1,91 @@ +begin 644 xfsm-suspend.png.uue +MB5!.1PT*&@H````-24A$4@```#`````P"`8```!7`OF'```/'4E$051H@=5: +M66P<1WK^_JKNGOOD<(8WQ4N4Q)5L'99->;VV95E6%.LECN%UL,@B0)*7!0(8 +M08(\.`_!8O=E7W9?;,!PC"1`-@&"P!!V'7EMPU=TVY0LT3I(421%#DF10\X, +M.??T=%4>NGO80Y&6K!@;I(!"-XGIZN_[O_^JFB$I)?X_#V6S?Q+1[QM'P_@V +M1MV4P$,.NC*`3@(2#(AL]@$!9"2P^,@MS`+X3J3?E,##N!41L50-GRG8 +M+'_@CV`_<6L]`\AG,)))T>>IJOA/`'-22N-_`]P>#ZT`$=''O?"V*X@-CF,& +M`,\)M&V+R>!/V_:WO:(^7.Y## +MOYSLQCDBRMXO-KZ1@`V^6<&S34WT%ZV'MA]3'S\&THN0N:6M'Y3"!"SE.GB; +MT,:AER&K)5`@"'7X6;3[+KS"1F9#M"+=)[OQR?U(;$F`B.C7G0A$.0Y%H_27 +MK4_O?D%[]"G(T@ID[3XN*FRP#O!;8;!)5@L`E:$.[4,K5X[)"U-DK,C*KSOQ +MWT24VXK$E@1^EH#6K&`H$L"/VX8'7M!V#T,6EMF?)7`)0&6S-VT:Q$1$ +M0VYTA57\L'-?XF5UWU.0I?1Z5I'2M+)8=XN.C@YBG-,Z:*?U19TX5Q1VY,@1 +MM:FIB3N)U9\1!F1E%C8$WDYK.*'0VYT;174]Q`@(GJC'>$HQ^%$C^>$ +M,K@+J*R9F<0)1@I(0T#H0"@48HE$8OT%-CEAF%)?Z8I3C\!OM"&]&8C,%**&@-^C'T?".]AX6C0.UBE51 +M1=VJ4DCH7WR,:TDZ342&;4-SR'4P)"'MOP%(*>38V)A1+I?UZW/\C#%ZT5R3 +MP71+LE`)'0B&$1EHZ@WZ<32AH-?6:DL"1$2_:$4@RO%T2Z_OL-+=#U3R&]Q` +M0DH3_.G+^=-GUNBW+I>KM+BX*!DQ(@9`(9#*`94#&@>Y.$AA(`XP8G3]^G6A +MZWKA7(Z_=_92Z6SMZR_-]S,`W%1"D@2,(GA[.Q+;7(>;5/;,+UIQ3WW8J``U +M<[0'O'C"VQ$+0]4@;?GM;"$$]*MG\.65W!=?I/!15K++BXN+A60R*15-96`` +M.$%R:W5.YE4A@`-<4UDRF9134U/YM$&7ODSSCRY=+8_4QB\#D""8:A"S7$I3 +MX&L+AOT>^43"K75L5*&!P(D@%#_#8%,SV\_C<<`HKUO=LHHQ=P/)6]D[7R^S +MTT5#COS3"C9FS3H"(:+<;@1#'WDA;H)%?A[P`'K1 +M?".$%8`"\NXXYN;UY'2)1O*2QDZFRHL`=+O(:)S+5,8U(V9&S7CDED\S"2-Y +M#:FT>U;A3`*`]8S^'W.K=TN*:WRZS$<6Y\6\3,_4@=M&`*K@`1>\;AH(,D2= +M;N24@[P,T8`7W?!XU@N1E:.)`".]A(44353!ICXK\TG+=201T3\DX"UK[NQB +MSG-+GIU76B8FVT@QGY"-1\\7@E/SX^B=]=K&\G+1*U(BF+^9H^#[T,N3P&J>N` +M80`U`S`$8'#X/"+*&`6W="$#\*@J?*2I`$G+>ZSTRJ$K5*%454"J@W5R0! +M&&8V4`@1C84&W.3#YH,!\`!P6]/CN-KWFS:0.T*>0(@C!,61O:QIGVY4JU0R +MB#><9C@7DQ6!8KZ$K"SG([VEP`-FPEP2W0JN/U]I4[C +M'='N3=I;L@C8*FRT?D,``F8'\%S*2:F-)Y>5F\9*!C*70KT&V-VA&PAWY;MB_K7C$+7=1Q/^1W_U_`'5-A:` +MA0W@G222]CM_]?P!]7A?ZP&JEA^)^=/'`[WI5O*:X,FA&1$@RPQW4YZ)!<4_ +M?O/N&89_45O5C8=ZPU]-BI +M4Z=<,'NC*0NH,Q9<`&8`C)?+Y%-#0C_;?0>//]HB'H=;.#88 +M#FGC0(LRBEN@C?73%^)6-U\@W+GM'[NI!L]>J;`%-'8`]Q"0,S,SA;&>Q/4= +M>7F^<[;6V^P7S:1M4,$FD0"BGMG'/7/ECO)/_V3WG"_VN<&U6?+XEFI@2S7% +ME04`%2*BB%H;R7UM*]I]J"[>[X9X76P=MV4L&!6@;4I;W:RY+MX +MQQWY^N)G%W-.][F'@-U873)NJM%/;I!W&HT-Y*8*U%48Z>T:#9-X+WQ5Q/=XBOMX +M3)J?WN@4"D`N``'`DUA*>"I+"53Q)`P+&,%,J!I`'IB5P0&\X<31[EZJ@%@F +MC(_$;GPA0^^-NZ-???K1IVL;K;\I`4L%_>SDS-V6H;YSD1P2GJODV[ZO,,@< +M).HQ`:P7&Q>`(-;3H+,".,N7O4M%X__(VOS(%<+,E]'ID4+DU$0@<>;?/_AT +M!HZ=W_T4L$E4+A6,V^Y0Y`,M11YVA6A@;WX[XM+,U;8"M.&>'`0WI$.[.CEA +MU%W'!I\"9B\VSUQ<"9VZY(F?.KV0N0&@\JW/1@&(Z>GI?*VCXUHM$N1&2C$J +M%_CQ[SVV^CUJD:8KP`$,6UQI0RJV03N?DP"*@)PC3)Q)3%S(A4]]Z8G]UVB% +MKHR.CN9PKU[W)V!O]Y+)Y-I9=%P5\8B^O,I7GOY9[[!`O/KLK7-G7NRO?ZVZO:"P,P&>U`5:Q(T=!JL>+ +MW>`8@"P`,@OHT^[:[-=-R;$UW^6S"'Y\QQTY_V_O?S@.L]/]1O`/1,!!@@%P +M]?;VQO9&O#MZ1''O$UKUB;Z`/MC15>P(;LL%*`C``Y"5:\YV?=H4NCV=+7%R]>7(1YE"X>Y)O+!R*P@8@*P+-S +MY\YXGU?MZT9EL)?I@SMY=7N+3[0VA?2H/UKUNR,5MQ*HL=J!MF6Z9A/;P-F`YD.U'%FCKJYY8- +MAP2_%P(-CZ"1T(;$60?H.&AM!.T<_Q<_]G""^4Y^`_&@XW\`F5(1:+^X#)D` ++````245.1*Y"8((` +` +end