ubuntustudio-dev team mailing list archive
-
ubuntustudio-dev team
-
Mailing list archive
-
Message #00206
lp:~smartboyhw/ubuntu/trusty/ubuntustudio-default-settings/fix-bug-1242417 into lp:ubuntustudio-default-settings
Kaj Ailomaa has proposed merging lp:~smartboyhw/ubuntu/trusty/ubuntustudio-default-settings/fix-bug-1242417 into lp:ubuntustudio-default-settings.
Requested reviews:
Ubuntu Studio Development Team (ubuntustudio-dev)
Related bugs:
Bug #1242417 in ubuntustudio-default-settings (Ubuntu Trusty): "UEFI install broken when GRUB_DISTRIBUTOR!=Ubuntu (e.g. Kubuntu/UbuntuStudio)"
https://bugs.launchpad.net/ubuntu/trusty/+source/ubuntustudio-default-settings/+bug/1242417
For more details, see:
https://code.launchpad.net/~smartboyhw/ubuntu/trusty/ubuntustudio-default-settings/fix-bug-1242417/+merge/192214
--
https://code.launchpad.net/~smartboyhw/ubuntu/trusty/ubuntustudio-default-settings/fix-bug-1242417/+merge/192214
Your team Ubuntu Studio Development Team is requested to review the proposed merge of lp:~smartboyhw/ubuntu/trusty/ubuntustudio-default-settings/fix-bug-1242417 into lp:ubuntustudio-default-settings.
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2013-10-22 18:12:52 +0000
@@ -0,0 +1,2 @@
+[BUILDDEB]
+native = True
=== added file 'AUTHORS'
--- AUTHORS 1970-01-01 00:00:00 +0000
+++ AUTHORS 2013-10-22 18:12:52 +0000
@@ -0,0 +1,30 @@
+Len Oven created the following images:
+ /usr/share/pixmaps/ffado.xpm
+ /usr/share/pixmaps/hexter.xpm
+ /usr/share/pixmaps/photo.xpm
+
+Scott Lavender created the following images:
+ /usr/share/pixmaps/ubuntustudio-logo.png
+ /usr/share/pixmaps/ubuntustudio-logo.svg
+ /usr/share/pixmaps/ubuntustudio-logo-menu.png
+
+
+These images are based on the 'start-here.svg' image contain the the
+ubuntustudio-icon-theme version 58
+(http://bazaar.launchpad.net/~ubuntustudio-dev/ubuntustudio-icon-theme/
+UbuntuStudio/files/58)and had the following authors:
+
+Ulisse Perusin <uli.peru@xxxxxxxxx>
+Steven Garrity <sgarrity@xxxxxxxxxxxxxxxx>
+Lapo Calamandrei <calamandrei@xxxxxxxxx>
+Ryan Collier <rcollier@xxxxxxxxxx>
+Rodney Dawes <dobey@xxxxxxxxxx>
+Andreas Nilsson <nisses.mail@xxxxxxx>
+Tuomas Kuosmanen <tigert@xxxxxxxxxx>
+Garrett LeSage <garrett@xxxxxxxxxx>
+Jakub Steiner <jimmac@xxxxxxxxxx>
+Andrew Wedderburn <wedderburn@xxxxxxxxxxxxxx>
+Cory Kontros <coryisatm@xxxxxxxxxx>
+
+It is unclear which of these authors was responsible for the
+'start-here.svg' image, however.
=== renamed file 'AUTHORS' => 'AUTHORS.moved'
=== added file 'Makefile'
--- Makefile 1970-01-01 00:00:00 +0000
+++ Makefile 2013-10-22 18:12:52 +0000
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+all:
+ @echo "Nothing to build, call 'make install' instead."
+
+install:
+ mkdir -pv $(DESTDIR)
+ cp -a etc usr $(DESTDIR)/.
+ # remove some remaining files
+ find $(DESTDIR) -type f -iname "*.in" | xargs rm -f
+
+# vim:ts=4
=== renamed file 'Makefile' => 'Makefile.moved'
=== added directory 'casper'
=== renamed directory 'casper' => 'casper.moved'
=== added file 'casper/48ubuntustudio_maybe_ubiquity'
--- casper/48ubuntustudio_maybe_ubiquity 1970-01-01 00:00:00 +0000
+++ casper/48ubuntustudio_maybe_ubiquity 2013-10-22 18:12:52 +0000
@@ -0,0 +1,30 @@
+#!/bin/sh
+
+PREREQ=""
+DESCRIPTION="Preparing for maybe-ubiquity mode..."
+
+. /scripts/casper-functions
+
+prereqs()
+{
+ echo "$PREREQ"
+}
+
+case $1 in
+# get pre-requisites
+prereqs)
+ prereqs
+ exit 0
+ ;;
+esac
+
+log_begin_msg "$DESCRIPTION"
+
+#should cover both maybe-ubiquity and only-ubiquity and automatic-ubiquity modes
+if grep "ubiquity" /proc/cmdline >/dev/null; then
+ mkdir -p /root/home/$USERNAME/.config
+ cp -R /root/etc/xdg/xdg-ubuntustudio/xfce4 /root/home/$USERNAME/.config
+ chroot /root chown -R $USERNAME:$USERNAME /home/$USERNAME/.config
+fi
+
+log_end_msg
=== added directory 'debian'
=== renamed directory 'debian' => 'debian.moved'
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2013-10-22 18:12:52 +0000
@@ -0,0 +1,555 @@
+ubuntustudio-default-settings (0.50) trusty; urgency=low
+
+ * Revert the GRUB Distribution name change (LP: #1242417)
+
+ -- Howard Chan <smartboyhw@xxxxxxxxx> Tue, 22 Oct 2013 23:17:15 +0800
+
+ubuntustudio-default-settings (0.49) saucy; urgency=low
+
+ * Make the new default wallpaper show on both of dual creens
+ (fixes LP: #1228635)
+
+ -- Kaj Ailomaa <zequence@xxxxxxxxxx> Sat, 21 Sep 2013 20:27:30 +0200
+
+ubuntustudio-default-settings (0.48) saucy; urgency=low
+
+ [ Len Ovens ]
+ * make sure grub.cfg is rebuilt (lp: #1220894)
+
+ [ Kaj Ailomaa ]
+ * Set default wallpaper to ubuntustudio-1310.png
+
+ -- Kaj Ailomaa <zequence@xxxxxxxxxx> Wed, 18 Sep 2013 20:24:28 +0200
+
+ubuntustudio-default-settings (0.47) saucy; urgency=low
+
+ * Change debhelper version to 9
+ * Made copyright file machine readable
+ * Set main Grub entry to UbuntuStudio
+ * lib added to install file
+ * removed the mv applications.menu to xfce-applications.menu
+ * Set to no xfce session, just ubuntustudio session
+ * Make Lowlatency the default kernel
+ * changed control to depend on -menu and -installer
+ * Replaced custom menu file with fixed stock file to go with -menu
+ package.
+ * removed .directory and .desktop files now in -menu
+ * Made etc/default/grub.d/50_ubuntustudio.cfg executable.
+ * Made package description more verbose to make lintian happy.
+ * Updated Standards-Version per lintian
+
+ -- Len Ovens <len@xxxxxxxxxxxxx> Sat, 24 Aug 2013 16:28:36 +0100
+
+ubuntustudio-default-settings (0.46) saucy; urgency=low
+
+ * Moved merge line to bottom of menu file so menu editors work (LP: #1187619)
+ * Moved kazam and recorditnow to video menu, kdenlive in alpha order
+
+ -- Len Ovens <len@xxxxxxxxxxxxx> Sun, 21 Jul 2013 10:08:46 -0500
+
+ubuntustudio-default-settings (0.45) saucy; urgency=low
+
+ * Depend on fonts-droid instead of ttf-droid (LP: #1181762)
+
+ -- Len Ovens <len@xxxxxxxxxxxxx> Sun, 02 Jun 2013 09:05:29 -0700
+
+ubuntustudio-default-settings (0.44) saucy; urgency=low
+
+ * Moved gmidimonitor to the midi utilities menu
+ * Moved virtual midi keyboards to midi utilities menu
+ * Moved MeterBridge to utils section
+ * Moved Jamin to effects menu
+ * Added idjc to audio menu
+ * Changed name of effects menu to Audio Processors
+ * Removed duplicate jack-keyboard from menu
+ * Added custom Settings manager menu and removed settings menu
+ * Removed duplicate usb-creator-gtk from settings manager
+
+ -- Len Ovens <len@xxxxxxxxxxxxx> Mon, 13 May 2013 21:08:44 -0500
+
+ubuntustudio-default-settings (0.43) raring; urgency=low
+
+ * Corrected default terminal,filemanager and mailreader (LP: #1162231)
+ * unset mailreader as firefox won't deal with mailto
+
+ -- Len Ovens <len@xxxxxxxxxxxxx> Sun, 31 Mar 2013 00:23:58 -0500
+
+ubuntustudio-default-settings (0.42) raring; urgency=low
+
+ [ Len Ovens ]
+ * Moved 40-timer-permissions.rules to /lib/udev/rules.d (LP: #1151310)
+
+ [ Kaj Ailomaa ]
+ * Made ubuntustudio-rock.png the default backdrop
+ * bumped dependency to ubuntustudio-look to 0.45~ to pick up new backdrop
+
+ -- Kaj Ailomaa <zequence@xxxxxxxxxx> Tue, 12 Mar 2013 00:52:31 -0500
+
+ubuntustudio-default-settings (0.41) raring; urgency=low
+
+ * Moved jackeq to mixers because it is a mixer first
+ * Changed Photography menu icon to standard name removed icon
+ * Changed Publishing menu icon to standard name, not scribus
+ * Changed Info menu icon to standard, not gnome
+ * Changed Midi menu icon to standard, removed icon
+ * Fixed icon names for hexter and hdspmixer
+ * Removed Len's hexter icon since we have original now
+ * Fixed icon names for mixers, video and audio menus
+ * Fixed icon names for synths and effects
+ * Changed default icon theme to ubuntustudio
+ * Moved gtk-recordmydesktop from playback to video menu
+ * Changed default file manager to Thunar
+
+ -- Len Ovens <len@xxxxxxxxxxxxx> Wed, 06 Mar 2013 23:13:56 -0600
+
+ubuntustudio-default-settings (0.40) raring; urgency=low
+
+ [ Len Ovens <len@xxxxxxxxxxxxx> ]
+ * Moved ubuntustudio-extra-office starter to the top of menu
+ * Added MuseScore to publishing menu (type setting)
+
+ -- Howard Chan <smartboyhw@xxxxxxxxx> Mon, 19 Nov 2012 21:19:45 +0800
+
+ubuntustudio-default-settings (0.39) quantal; urgency=low
+
+ * Made separator in top panel be expanded by default (LP: #1066634)
+
+ -- Kaj Ailomaa <kaj.ailomaa@xxxxxxxxxx> Sun, 14 Oct 2012 21:13:21 -0500
+
+ubuntustudio-default-settings (0.38) quantal; urgency=low
+
+ [ Kaj Ailomaa <kaj.ailomaa@xxxxxxxxxx> ]
+ * Added python/GTK info dialog for the ubuntustudio-xchat.desktop starter
+ * New dependency: python
+ * Moved ubuntustudio-extra* starters to the top of each menu
+ * Added new submenu for Video Production, called "Audio Tools"
+
+ [ Len Ovens <len@xxxxxxxxxxxxx> ]
+ * Added gnome color manager items to menu (LP: #1037849)
+
+ -- Kaj Ailomaa <kaj.ailomaa@xxxxxxxxxx> Sun, 07 Oct 2012 15:20:39 -0500
+
+ubuntustudio-default-settings (0.37) quantal; urgency=low
+
+ * Set swappiness to 10 (LP: #1045448)
+ * Added rtc and hpet timers to audio group (LP: #1045468)
+ * set automount to off so installation will work (LP: #1045650)
+
+ -- Len Ovens <len@xxxxxxxxxxxxx> Tue, 04 Sep 2012 18:18:10 +0100
+
+ubuntustudio-default-settings (0.36) quantal; urgency=low
+
+ [ Len Ovens <len@xxxxxxxxxxxxx> ]
+ * Added publishing submenu as per LP: #1028938 And to go with added meta
+ * Fixed text in xfhelp4.desktop from Xfce to UbuntuStudio
+ * Added Extra Software installer to Mixer menu
+ * Expanded Extra Software for DTP
+ * Added Extra Software installer to Office menu
+ * moved lyx to publishing menu
+ * Added Extra Software installer to MIDI menu
+ * Added Extra Software installer to effects menu
+ * Added Extra Software installer to synths menu
+ * Added Extra Software installer to audio menu
+ * Added Extra Software installer to graphics menu
+ * Added Extra SW installer to Photography menu and fixed Graphics text
+ * Added Extra SW installer to video menu
+ * Added mhwaveedit to audio installer
+ * Did xfce4.10 panel config fix as noted in LP: #1003064
+ * Added menu item to open xchat in #ubuntustudio
+ * changed the name of xfhelp4.desktop to ubuntustudio-help.desktop
+ and changed menu to match
+ * Removed Mime line from extra installers
+ * Added info subdirectory to menu as per blueprint and populated with items
+
+ [ Micah Gersten <micahg@xxxxxxxxxx> ]
+ * Drop debian/links as the symlinked file no longer exists
+
+ -- Len Ovens <len@xxxxxxxxxxxxx> Thu, 30 Aug 2012 23:27:21 -0500
+
+ubuntustudio-default-settings (0.35) quantal; urgency=low
+
+ [ Len Ovens <len@xxxxxxxxxxxxx> ]
+ * Moved extra mixers to mixers submenu from media playback menu.
+ (LP: #966539)
+ * Moved other uninstalled apps from media playback menu to proper place
+ within Audio Production menu.
+ * Moved Category AudioEditing to Audio Production so that Ardour
+ packages from Ardour website are in the right place.
+ * Remade Photography menu icon.
+ * Added MIDI utilities menu.
+ * Created icon for MIDI menu.
+ * Reorganized Audio Production menu to group items logically by use.
+ * Removed Zynjacku from effects menu. Did not add to the sound generators
+ menu because it is no longer maintained and it function is allready
+ covered by Calf Plugin Pack.
+ * Corrected *.directory files for Accessories, Education, Network in
+ the menu file. Left over from Gnome DE.
+ * Corrected xfhelp4.desktop xfbrowser4 changed to exo-open and pointed
+ website till we have a file to point to. xfce 4.10 change.
+
+ [ Micah Gersten <micahg@xxxxxxxxxx> ]
+ * Add a dependency on exo-utils since exo-open is used by one of the
+ .desktop files
+ - update debian/control
+
+ -- Len Ovens <len@xxxxxxxxxxxxx> Mon, 23 Jul 2012 22:38:31 -0500
+
+ubuntustudio-default-settings (0.34) quantal; urgency=low
+
+ [ Scott Lavender <slavender@xxxxxxxxxx> ]
+ * Recommends: xfce4-utils -> Recommends: xfce4-session (LP: #1002250)
+
+ [ Micah Gersten <micahg@xxxxxxxxxx> ]
+ * Add Recommends on libxfce4ui-utils and xfce4-appfinder since this package
+ appears to need all 3 of the packages that the pieces of xfce4-utils
+ were moved to
+ - update debian/control
+
+ -- Scott Lavender <slavender@xxxxxxxxxx> Tue, 19 Jun 2012 00:40:03 -0500
+
+ubuntustudio-default-settings (0.33) precise; urgency=low
+
+ [ Janne Jokitalo (astraljava) <astraljava@xxxxxxxx> ]
+ * Corrected the gsettings-override dbus service name (LP: #969626)
+ * Set autoplay for media as false (LP: #975253)
+ * Fixed Vcs-Bzr field in control
+
+ [ ttoine <ttoine@xxxxxxxxxx> ]
+ * adjusted ubuntu studio CoF logo for full transparency (LP: #967160)
+
+ [ Scott Lavender <slavender@xxxxxxxxxx> ]
+ * updated xfce4-clock-plugin display settings (LP: #971205)
+
+ -- Janne Jokitalo (astraljava) <astraljava@xxxxxxxx> Thu, 12 Apr 2012 11:44:24 -0500
+
+ubuntustudio-default-settings (0.32) precise; urgency=low
+
+ * Migrate the old menu conf file to the new one (LP: #966651); This will
+ clobber any user modifications in the new menu file introduced in 0.31, but
+ as it's less than a day old, this shouldn't matter
+ - add debian/ubuntustudio-default-settings.{preinst, postinst, postrm}
+
+ -- Micah Gersten <micahg@xxxxxxxxxx> Tue, 27 Mar 2012 18:23:57 -0500
+
+ubuntustudio-default-settings (0.31) precise; urgency=low
+
+ * rename menu file -> xfce-applications.menu (LP: #963498)
+
+ -- Scott Lavender <slavender@xxxxxxxxxx> Mon, 26 Mar 2012 22:02:23 -0500
+
+ubuntustudio-default-settings (0.30) precise; urgency=low
+
+ [ Len Ovens <len@xxxxxxxxxxxxx> ]
+ * restructured menu to better reflect workflows
+ * added menu icon for faddo mixer (quick fix-will file bug)
+ * added menu icon for hexter (quick fix-will file bug)
+ * added menu icon for photography directory
+ * added audioproduction.directory
+ * added effects.directory
+ * added mixers.directory
+ * added photography.directory
+ * added synths.directory
+ * added videoproduction.directory
+
+ [ Scott Lavender <slavender@xxxxxxxxxx> ]
+ * update menu icons with transparent backgrounds
+ * fixed desktop wallpaper filename .png -> .jpg
+ * tweaked menu structure
+ * renamed 'multimedia' menu to 'media playback'
+ * added mediaplayback.directory
+ * renamed *.directory -> ubuntustudio-*.directory
+ * moved *.directory files to /usr/share/desktop-directories/
+ * removed legacy menu files and settings
+ * set desktop backdrop image to macinnis_wallpaper.png
+ * removed mail, gimp, gmusicbrowser from bottom panel
+ * added xchat to bottom panel
+ * changed clock->xfce4-orageclock-plugin on top panel
+ * adjust formating of xfce4-orageclock-plugin display
+ * changed workspace quantity 2->4
+
+ [ Janne Jokitalo <astraljava@xxxxxxxx> ]
+ * added maybe_ubiquity to set theme from casper (LP: #952462)
+ * added a new binary package building for live-settings
+
+ [ Micah Gersten <micahg@xxxxxxxxxx> ]
+ * Bump dependency on ubuntustudio-look for ubuntustudio-default-settings
+ to insure the new wallpaper is available
+ - update debian/control
+
+ -- Janne (astraljava) Jokitalo <astraljava@xxxxxxxx> Thu, 22 Mar 2012 15:56:07 -0500
+
+ubuntustudio-default-settings (0.29) precise; urgency=low
+
+ [ Scott Lavender <slavender@xxxxxxxxxx> ]
+ * update gconf settings per xubuntu-default-settings
+ * preinst and postinst files removed and added to lightdm package
+ * prerm and post rm files removed and added to lightdm package
+ * updated xsettings.xml and gconf defaults to use 'Greybird' for theme
+ * updated xsettings.xml and gconf defaults to use 'elementary-xfce-dark' for
+ icon theme
+ * added ubuntustudio-menu files (merge into this package)
+ * added Conflicts/Replaces: ubuntustudio-menu
+ * removed Recommends: gnome-menus
+ * make audacious the default player in the sound menu in place of
+ gmusicbrowser
+ * move update-notifier override from gconf to gsettings
+ * added authors file for /usr/share/pixmaps images
+ * edited copyright file for /usr/share/pixmaps images
+
+ [ Micah Gersten <micahg@xxxxxxxxxx> ]
+ * Update GPL copyright link to point to GPLv2, not the symlink, thanks lintian
+ - update debian/copyright
+
+ -- Scott Lavender <slavender@xxxxxxxxxx> Mon, 27 Feb 2012 03:32:38 -0600
+
+ubuntustudio-default-settings (0.28) precise; urgency=low
+
+ [ Scott Lavender <slavender@xxxxxxxxxx> ]
+ * rebasing on xfce4/xubuntu (LP: #918519)
+ * Replaces: xubuntu-default-settings
+
+ [ Micah Gersten <micahg@xxxxxxxxxx> ]
+ * Add Pre-Depends on dpkg (>= 1.15.7.2~) since ubuntustudio-default-settings
+ uses dpkg-maintscript-helper in preinst
+ - update debian/control
+ * Bump debhelper version to >= 8.1.3~ for dh_installgsettings usage
+ - update debian/control
+ * Don't install Thunar files
+ - update Makefile
+ - remove etc/xdg/xdg-ubuntustudio/Thunar/*
+ * Remove prerm script since it's unused
+ - drop debian/ubuntustudio-default-settings.prerm
+
+ -- Micah Gersten <micahg@xxxxxxxxxx> Mon, 30 Jan 2012 15:03:26 -0600
+
+ubuntustudio-default-settings (0.27) natty; urgency=low
+
+ * set gnome-classic as default xsession rather than unity (LP: #702712)
+ * bumped standards version
+
+ -- Scott Lavender <slavender@xxxxxxxxxx> Fri, 28 Jan 2011 10:50:57 -0600
+
+ubuntustudio-default-settings (0.26ubuntu2) karmic; urgency=low
+
+ [ Eric Hedekar ]
+ * Changed postrm call of update-gconf-defaults location (LP: #410867)
+
+ [ Luke Yelavich ]
+ * debian/postrm: Remove set -e as it manages to make things appear to be more
+ grave than they need to be
+
+ -- Eric Hedekar <afterthebeep@xxxxxxxxx> Fri, 09 Oct 2009 06:26:58 -0700
+
+ubuntustudio-default-settings (0.26ubuntu1) karmic; urgency=low
+
+ * Enable icons in applications menus
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Thu, 08 Oct 2009 21:22:47 +1100
+
+ubuntustudio-default-settings (0.26) jaunty; urgency=low
+
+ * Update default wallpaper gconf key.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Sat, 31 Jan 2009 08:14:23 +1100
+
+ubuntustudio-default-settings (0.25) jaunty; urgency=low
+
+ * Removed Ctrl+F1 hot key as it conflicted with Ardour. Lowered font sizes.
+ This needs testing on new installs. Thanks Cory Kontros
+ <coryisatm@xxxxxxxxxx>.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Tue, 27 Jan 2009 19:53:36 +1100
+
+ubuntustudio-default-settings (0.24) intrepid; urgency=low
+
+ * Change default wallpaper to ubuntustudio-lense.jpg, thanks to Cory.
+ (LP: #287782)
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Fri, 24 Oct 2008 11:41:03 +1100
+
+ubuntustudio-default-settings (0.23) intrepid; urgency=low
+
+ * Remove now obsolete sound list files, and the dpkg-divert mess that
+ made them work in the first place. Yay!
+ * Set the ubuntustudio sound theme as the default.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Wed, 24 Sep 2008 21:41:54 +1000
+
+ubuntustudio-default-settings (0.22) intrepid; urgency=low
+
+ * Fix issue with background color.
+
+ -- Cory K. <coryisatm@xxxxxxxxxx> Mon, 25 Aug 2008 17:17:33 -0400
+
+ubuntustudio-default-settings (0.21) intrepid; urgency=low
+
+ * Changes to default wallpaper.
+
+ -- Cory Kontros <coryisatm@xxxxxxxxxx> Sun, 24 Aug 2008 13:17:07 -0400
+
+ubuntustudio-default-settings (0.20) hardy; urgency=low
+
+ * Some gconf settings for the clock applet.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Tue, 08 Apr 2008 22:06:16 +1000
+
+ubuntustudio-default-settings (0.19) hardy; urgency=low
+
+ * Some gconf settings tweaks from Cory.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Thu, 03 Apr 2008 10:38:22 +1100
+
+ubuntustudio-default-settings (0.18) hardy; urgency=low
+
+ * Remove the hack to add memlock/rtprio data to /etc/security/limits.conf.
+ This is now in the ubuntustudio-audio package, and done in a more robust
+ manner.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Wed, 26 Mar 2008 22:34:36 +1100
+
+ubuntustudio-default-settings (0.17) hardy; urgency=low
+
+ * Some more font tweaks, as well as disabling more automounting options, thanks
+ to Cory.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Tue, 18 Mar 2008 20:40:51 +1100
+
+ubuntustudio-default-settings (0.16) hardy; urgency=low
+
+ * Really fix gnome-terminal colours.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Fri, 07 Mar 2008 16:28:37 +1100
+
+ubuntustudio-default-settings (0.15) hardy; urgency=low
+
+ * Fixed type mismatch for gnome-terminal gconf settings.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Wed, 05 Mar 2008 10:07:46 +1100
+
+ubuntustudio-default-settings (0.14) hardy; urgency=low
+
+ * Use Control + F1 for gnome-system-monitor shortcut key.
+ * Use white text on black background in gnome-terminal.
+ * Set some fonts for GNOME.
+
+ -- Luke Yelavich <luke.yelavich@xxxxxxxxxxxxx> Tue, 12 Feb 2008 16:56:02 +1100
+
+ubuntustudio-default-settings (0.13) hardy; urgency=low
+
+ * Change default wallpaper from .png to .jpg, thanks to Cory.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Tue, 29 Jan 2008 11:13:38 +1100
+
+ubuntustudio-default-settings (0.12) hardy; urgency=low
+
+ * Enable Control + Escape to do the same thing when running with compiz.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Thu, 24 Jan 2008 10:06:00 +0000
+
+ubuntustudio-default-settings (0.11) hardy; urgency=low
+
+ * Set control + escape to bring up gnome-system-monitor.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Fri, 11 Jan 2008 21:50:37 +1100
+
+ubuntustudio-default-settings (0.10) hardy; urgency=low
+
+ * Set extra gconf options for wallpaper.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Tue, 18 Dec 2007 11:07:57 +1100
+
+ubuntustudio-default-settings (0.9) hardy; urgency=low
+
+ * debian/gconf-defaults:
+ - Changed default wallpaper to ubuntustudio.png.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Thu, 06 Dec 2007 11:13:02 +1100
+
+ubuntustudio-default-settings (0.8) hardy; urgency=low
+
+ * debian/gconf-defaults:
+ - ubuntustudio-gutsy-1.png -> ubuntustudio-hardy-1.png
+ * debian/rules, debian/postinst, debian/postrm:
+ - Bump up priority of gconf settings files.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Mon, 03 Dec 2007 13:46:25 +1100
+
+ubuntustudio-default-settings (0.7) hardy; urgency=low
+
+ * Desktop layout redesign:
+ - Removed bottom panel.
+ - Moved trash applet and window list object to top panel.
+ - Changed menu bar object for main menu object.
+ - Removed application launchers, deskbar, mixer applet, user switch
+ applet, and session dialog object.
+ - Removed all desktop icons.
+ * debian/control: Remove explicit gconf dependency. ${misc:Depends}
+ picks up what is needed.
+ * Disable all automatic play/run of programs associated with
+ removable media, and hotplugable devices.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Fri, 23 Nov 2007 10:57:41 +1100
+
+ubuntustudio-default-settings (0.6) hardy; urgency=low
+
+ [ Luis de Bethencourt Guimerá ]
+ * Fix UbuntuStudio to Ubuntu Studio in package description.
+
+ [ Luke Yelavich ]
+ * Add the gconf defaults from ubuntustudio-look.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Tue, 20 Nov 2007 22:31:48 +1100
+
+ubuntustudio-default-settings (0.5) gutsy; urgency=low
+
+ * Add memlock setting for audio group.
+ * Ensure we don't duplicate settings if the user already has them set.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Sat, 13 Oct 2007 10:19:02 +1000
+
+ubuntustudio-default-settings (0.4) gutsy; urgency=low
+
+ * Remove deskbar and fast user switch applets from bottom panel.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Thu, 30 Aug 2007 23:35:25 +1000
+
+ubuntustudio-default-settings (0.3) gutsy; urgency=low
+
+ * Set sound scheme and rt priority settings.
+
+ -- Luke Yelavich <luke@xxxxxxxxxxxxxxxxxxxx> Sat, 25 Aug 2007 19:25:56 +1000
+
+ubuntustudio-default-settings (0.2) gutsy; urgency=low
+
+ [ Toby Smithe ]
+ * No change initial Gutsy upload, such that users can upgrade from using the
+ Ubuntu Studio external repository to the Ubuntu native package.
+
+ [ Luke Yelavich ]
+ * Remove sound-list.txt from docs, as its really only a reference
+ for the sound events to be set.
+ * Adjusted copyright.
+ * Remove sources.list addition for the UbuntuStudio feisty repo.
+ * debian/control:
+ - Added XS-Vcs-Bzr field.
+ - Added gconf as a dependency.
+ * debian/postinst, debian/postrm, debian/install:
+ - Rename panel entries schema file, and move it into the gconf
+ schemas directory.
+ * Remove hacks that were used to set up sounds, and pam RT priority
+ configuration. We hope to work out a sane solution for these very
+ soon.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Sat, 28 Jul 2007 23:14:44 +1000
+
+ubuntustudio-default-settings (0.1) feisty; urgency=low
+
+ * Initial Release
+ * Use dpkg-divert to allow alternative sound scheme to be set in
+ /etc/sound/events files.
+ * Add a file listing sounds, and their associated events.
+ * Allow realtime priority for members of the audio group.
+ * Add the UbuntuStudio repository to sources.list on package install.
+ * Remove evolution icon from top GNOME panel.
+
+ -- Luke Yelavich <themuso@xxxxxxxxxx> Sun, 15 Apr 2007 15:34:46 +1000
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2013-10-22 18:12:52 +0000
@@ -0,0 +1,1 @@
+9
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2013-10-22 18:12:52 +0000
@@ -0,0 +1,33 @@
+Source: ubuntustudio-default-settings
+Section: x11
+Priority: optional
+Maintainer: Ubuntu Studio Developers <ubuntu-studio-devel@xxxxxxxxxxxxxxxx>
+Build-Depends: debhelper (>= 9), intltool
+Standards-Version: 3.9.4
+Homepage: https://launchpad.net/ubuntustudio-default-settings
+Vcs-Bzr: https://code.launchpad.net/~ubuntustudio-dev/ubuntustudio-default-settings/UbuntuStudio
+Vcs-Browser: http://bazaar.launchpad.net/~ubuntustudio-dev/ubuntustudio-default-settings/UbuntuStudio
+
+Package: ubuntustudio-default-settings
+Architecture: all
+Pre-Depends: dpkg (>= 1.15.7.2~)
+Depends: ${misc:Depends}, ubuntustudio-look (>= 0.45~), fonts-droid,
+ ubuntustudio-menu (>= 0.16~), ubuntustudio-installer,
+ lightdm (>= 0.9.3-0ubuntu2), x11-common (>= 1:7.6+7ubuntu2),
+ lightdm-gtk-greeter (>= 1.0.0-0ubuntu2), exo-utils, python
+Recommends: xfce4-session, libxfce4ui-utils, xfce4-appfinder
+Provides: lightdm-gtk-greeter-config
+Replaces: xubuntu-default-settings,
+Description: default settings for the Ubuntu Studio desktop
+ This package contains the default settings used by Ubuntu Studio. It sets
+ the session name, menu icon, backdrops for lightdm and the session. It
+ sets grub to default to the latest lowlatency kernel even if a newer
+ generic kernel exists. It also sets various audio related system settings.
+
+Package: ubuntustudio-live-settings
+Architecture: all
+Depends: ${misc:Depends}, casper, ubuntustudio-default-settings
+Description: configuration for the Ubuntu Studio live-dvd
+ This package contains live-dvd customizations used by Ubuntu Studio.
+ This package should not be installed on top of an installed session as
+ it may break it.
\ No newline at end of file
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2013-10-22 18:12:52 +0000
@@ -0,0 +1,316 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2007-2013 UbuntuStudio development team
+ 2007-2009 Luke Yelavich
+ 2007 Toby Smithe
+ 2007 Luis de Bethencourt Guimerá
+ 2008-2009 Cory Kontros
+ 2009 Eric Hedekar
+ 2011-2013 Scott Lavender
+ 2012-2013 Micah Gersten
+ 2012-2013 Janne Jokitalo
+ 2012-2013 Len Ovens
+ 2012-2013 ttoine
+ 2012-2013 Kaj Ailomaa
+ 2012-2013 Howard Chan
+License: GPL-2+
+
+
+
+
+Files: /usr/share/pixmap/ubuntustudio-logo*
+Copyright: 2012 Scott Lavender
+License: CC-BY-SA-2.5
+ These images are based on the 'start-here.svg' image contain the the
+ ubuntustudio-icon-theme version 58
+ (http://bazaar.launchpad.net/~ubuntustudio-dev/ubuntustudio-icon-theme/
+ UbuntuStudio/files/58).
+
+Files:start-here.svg
+Copyright: 2006 - 2007
+ Ulisse Perusin <uli.peru@xxxxxxxxx>
+ Steven Garrity <sgarrity@xxxxxxxxxxxxxxxx>
+ Lapo Calamandrei <calamandrei@xxxxxxxxx>
+ Ryan Collier <rcollier@xxxxxxxxxx>
+ Rodney Dawes <dobey@xxxxxxxxxx>
+ Andreas Nilsson <nisses.mail@xxxxxxx>
+ Tuomas Kuosmanen <tigert@xxxxxxxxxx>
+ Garrett LeSage <garrett@xxxxxxxxxx>
+ Jakub Steiner <jimmac@xxxxxxxxxx>
+ Andrew Wedderburn <wedderburn@xxxxxxxxxxxxxx>
+ Huw Wilkins <huwshimi@xxxxxxxxx>
+License: CC-BY-SA-2.5
+ .
+ It is unclear which particular author was responsible for the
+ 'start-here.svg' image.
+
+License: GPL-2+
+ .
+ This package 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 of the License, 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.
+ .
+ On Ubuntu systems, a copy of the GNU General Public License
+ may be found in the file /usr/share/common-licenses/GPL-2.
+
+
+License: CC-BY-SA-2.5
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
+ DAMAGES RESULTING FROM ITS USE.
+ .
+ License
+ .
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS
+ CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
+ PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE
+ WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW
+ IS PROHIBITED.
+ .
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND
+ AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU
+ THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH
+ TERMS AND CONDITIONS.
+ .
+ 1. Definitions
+ 1. "Collective Work" means a work, such as a periodical issue,
+ anthology or encyclopedia, in which the Work in its entirety in
+ unmodified form, along with a number of other contributions,
+ constituting separate and independent works in themselves, are
+ assembled into a collective whole. A work that constitutes a
+ Collective Work will not be considered a Derivative Work
+ (as defined below) for the purposes of this License.
+ 2. "Derivative Work" means a work based upon the Work or upon the
+ Work and other pre-existing works, such as a translation, musical
+ arrangement, dramatization, fictionalization, motion picture
+ version, sound recording, art reproduction, abridgment,
+ condensation, or any other form in which the Work may be recast,
+ transformed, or adapted, except that a work that constitutes a
+ Collective Work will not be considered a Derivative Work for the
+ purpose of this License. For the avoidance of doubt, where the Work
+ is a musical composition or sound recording, the synchronization of
+ the Work in timed-relation with a moving image ("synching") will be
+ considered a Derivative Work for the purpose of this License.
+ 3. "Licensor" means the individual or entity that offers the Work
+ under the terms of this License.
+ 4. "Original Author" means the individual or entity who created the
+ Work.
+ 5. "Work" means the copyrightable work of authorship offered under
+ the terms of this License.
+ 6. "You" means an individual or entity exercising rights under this
+ License who has not previously violated the terms of this License
+ with respect to the Work, or who has received express permission
+ from the Licensor to exercise rights under this License despite a
+ previous violation.
+ 7. "License Elements" means the following high-level license
+ attributes as selected by Licensor and indicated in the title of
+ this License: Attribution, ShareAlike.
+ .
+ 2. Fair Use Rights. Nothing in this license is intended to reduce,
+ limit, or restrict any rights arising from fair use, first sale or
+ other limitations on the exclusive rights of the copyright owner under
+ copyright law or other applicable laws.
+ .
+ 3. License Grant. Subject to the terms and conditions of this License,
+ Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
+ perpetual (for the duration of the applicable copyright) license to
+ exercise the rights in the Work as stated below:
+ .
+ 1. to reproduce the Work, to incorporate the Work into one or more
+ Collective Works, and to reproduce the Work as incorporated in the
+ Collective Works;
+ 2. to create and reproduce Derivative Works;
+ 3. to distribute copies or phonorecords of, display publicly,
+ perform publicly, and perform publicly by means of a digital audio
+ transmission the Work including as incorporated in Collective Works;
+ 4. to distribute copies or phonorecords of, display publicly,
+ perform publicly, and perform publicly by means of a digital audio
+ transmission Derivative Works.
+ 5. For the avoidance of doubt, where the work is a musical
+ composition:
+ 1. Performance Royalties Under Blanket Licenses. Licensor
+ waives the exclusive right to collect, whether individually
+ or via a performance rights society (e.g. ASCAP, BMI, SESAC),
+ royalties for the public performance or public digital
+ performance (e.g. webcast) of the Work.
+ 2. Mechanical Rights and Statutory Royalties. Licensor waives
+ the exclusive right to collect, whether individually or via a
+ music rights society or designated agent (e.g. Harry Fox
+ Agency), royalties for any phonorecord You create from the
+ Work ("cover version") and distribute, subject to the
+ compulsory license created by 17 USC Section 115 of the US
+ Copyright Act (or the equivalent in other jurisdictions).
+ 6. Webcasting Rights and Statutory Royalties. For the avoidance of
+ doubt, where the Work is a sound recording, Licensor waives the
+ exclusive right to collect, whether individually or via a
+ performance-rights society (e.g. SoundExchange), royalties for the
+ public digital performance (e.g. webcast) of the Work, subject to
+ the compulsory license created by 17 USC Section 114 of the US
+ Copyright Act (or the equivalent in other jurisdictions).
+ .
+ The above rights may be exercised in all media and formats whether now
+ known or hereafter devised. The above rights include the right to make
+ such modifications as are technically necessary to exercise the rights
+ in other media and formats. All rights not expressly granted by
+ Licensor are hereby reserved.
+ .
+ 4. Restrictions.The license granted in Section 3 above is expressly
+ made subject to and limited by the following restrictions:
+ 1. You may distribute, publicly display, publicly perform, or
+ publicly digitally perform the Work only under the terms of this
+ License, and You must include a copy of, or the Uniform Resource
+ Identifier for, this License with every copy or phonorecord of the
+ Work You distribute, publicly display, publicly perform, or publicly
+ digitally perform. You may not offer or impose any terms on the Work
+ that alter or restrict the terms of this License or the recipients'
+ exercise of the rights granted hereunder. You may not sublicense the
+ Work. You must keep intact all notices that refer to this License
+ and to the disclaimer of warranties. You may not distribute,
+ publicly display, publicly perform, or publicly digitally perform
+ the Work with any technological measures that control access or use
+ of the Work in a manner inconsistent with the terms of this License
+ Agreement. The above applies to the Work as incorporated in a
+ Collective Work, but this does not require the Collective Work apart
+ from the Work itself to be made subject to the terms of this
+ License. If You create a Collective Work, upon notice from any
+ Licensor You must, to the extent practicable, remove from the
+ Collective Work any credit as required by clause 4(c), as requested.
+ If You create a Derivative Work, upon notice from any Licensor You
+ must, to the extent practicable, remove from the Derivative Work
+ any credit as required by clause 4(c), as requested.
+ 2. You may distribute, publicly display, publicly perform, or
+ publicly digitally perform a Derivative Work only under the terms
+ of this License, a later version of this License with the same
+ License Elements as this License, or a Creative Commons iCommons
+ license that contains the same License Elements as this License
+ (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of,
+ or the Uniform Resource Identifier for, this License or other
+ license specified in the previous sentence with every copy or
+ phonorecord of each Derivative Work You distribute, publicly
+ display, publicly perform, or publicly digitally perform. You may
+ not offer or impose any terms on the Derivative Works that alter or
+ restrict the terms of this License or the recipients' exercise of
+ the rights granted hereunder, and You must keep intact all notices
+ that refer to this License and to the disclaimer of warranties.
+ You may not distribute, publicly display, publicly perform, or
+ publicly digitally perform the Derivative Work with any
+ technological measures that control access or use of the Work in a
+ manner inconsistent with the terms of this License Agreement.
+ The above applies to the Derivative Work as incorporated in a
+ Collective Work, but this does not require the Collective Work
+ apart from the Derivative Work itself to be made subject to the
+ terms of this License.
+ 3. If you distribute, publicly display, publicly perform, or
+ publicly digitally perform the Work or any Derivative Works or
+ Collective Works, You must keep intact all copyright notices for
+ the Work and provide, reasonable to the medium or means You are
+ utilizing: (i) the name of the Original Author (or pseudonym, if
+ applicable) if supplied, and/or (ii) if the Original Author and/or
+ Licensor designate another party or parties (e.g. a sponsor
+ institute, publishing entity, journal) for attribution in Licensor's
+ copyright notice, terms of service or by other reasonable means, the
+ name of such party or parties; the title of the Work if supplied; to
+ the extent reasonably practicable, the Uniform Resource Identifier,
+ if any, that Licensor specifies to be associated with the Work,
+ unless such URI does not refer to the copyright notice or licensing
+ information for the Work; and in the case of a Derivative Work, a
+ credit identifying the use of the Work in the Derivative Work (e.g.,
+ "French translation of the Work by Original Author," or "Screenplay
+ based on original Work by Original Author"). Such credit may be
+ implemented in any reasonable manner; provided, however, that in the
+ case of a Derivative Work or Collective Work, at a minimum such
+ credit will appear where any other comparable authorship credit
+ appears and in a manner at least as prominent as such other
+ comparable authorship credit.
+ .
+ 5. Representations, Warranties and Disclaimer
+ .
+ UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
+ THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
+ CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
+ INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
+ LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF
+ ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW
+ THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY
+ TO YOU.
+ .
+ 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
+ LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
+ ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
+ ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR
+ HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+ .
+ 7. Termination
+ 1. This License and the rights granted hereunder will terminate
+ automatically upon any breach by You of the terms of this License.
+ Individuals or entities who have received Derivative Works or
+ Collective Works from You under this License, however, will not have
+ their licenses terminated provided such individuals or entities
+ remain in full compliance with those licenses. Sections 1, 2, 5, 6,
+ 7, and 8 will survive any termination of this License.
+ 2. Subject to the above terms and conditions, the license granted
+ here is perpetual (for the duration of the applicable copyright in
+ the Work). Notwithstanding the above, Licensor reserves the right to
+ release the Work under different license terms or to stop
+ distributing the Work at any time; provided, however that any such
+ election will not serve to withdraw this License (or any other
+ license that has been, or is required to be, granted under the terms
+ of this License), and this License will continue in full force and
+ effect unless terminated as stated above.
+ .
+ 8. Miscellaneous
+ 1. Each time You distribute or publicly digitally perform the Work
+ or a Collective Work, the Licensor offers to the recipient a license
+ to the Work on the same terms and conditions as the license granted
+ to You under this License.
+ 2. Each time You distribute or publicly digitally perform a
+ Derivative Work, Licensor offers to the recipient a license to the
+ original Work on the same terms and conditions as the license
+ granted to You under this License.
+ 3. If any provision of this License is invalid or unenforceable under
+ applicable law, it shall not affect the validity or enforceability of
+ the remainder of the terms of this License, and without further
+ action by the parties to this agreement, such provision shall be
+ reformed to the minimum extent necessary to make such provision
+ valid and enforceable.
+ 4. No term or provision of this License shall be deemed waived and
+ no breach consented to unless such waiver or consent shall be in
+ writing and signed by the party to be charged with such waiver or
+ consent.
+ 5. This License constitutes the entire agreement between the parties
+ with respect to the Work licensed here. There are no understandings,
+ agreements or representations with respect to the Work not specified
+ here. Licensor shall not be bound by any additional provisions that
+ may appear in any communication from You. This License may not be
+ modified without the mutual written agreement of the Licensor and
+ You.
+ .
+ Creative Commons is not a party to this License, and makes no warranty
+ whatsoever in connection with the Work. Creative Commons will not be
+ liable to You or any party on any legal theory for any damages
+ whatsoever, including without limitation any general, special,
+ incidental or consequential damages arising in connection to this
+ license. Notwithstanding the foregoing two (2) sentences, if Creative
+ Commons has expressly identified itself as the Licensor hereunder,
+ it shall have all rights and obligations of Licensor.
+ .
+ Except for the limited purpose of indicating to the public that the
+ Work is licensed under the CCPL, neither party will use the trademark
+ "Creative Commons" or any related trademark or logo of Creative Commons
+ without the prior written consent of Creative Commons. Any permitted
+ use will be in compliance with Creative Commons' then-current trademark
+ usage guidelines, as may be published on its website or otherwise made
+ available upon request from time to time.
+ .
+ Creative Commons may be contacted at http://creativecommons.org/
=== added file 'debian/rules'
--- debian/rules 1970-01-01 00:00:00 +0000
+++ debian/rules 2013-10-22 18:12:52 +0000
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+override_dh_gconf:
+ dh_gconf --priority=20
+
+override_dh_installgsettings:
+ dh_installgsettings --priority=20
+
+%:
+ dh $@
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2013-10-22 18:12:52 +0000
@@ -0,0 +1,1 @@
+3.0 (native)
=== added file 'debian/ubuntustudio-default-settings.gconf-defaults'
--- debian/ubuntustudio-default-settings.gconf-defaults 1970-01-01 00:00:00 +0000
+++ debian/ubuntustudio-default-settings.gconf-defaults 2013-10-22 18:12:52 +0000
@@ -0,0 +1,3 @@
+/desktop/gnome/interface/gtk_theme "Greybird"
+/desktop/gnome/interface/icon_theme "elementary-xfce-dark"
+/apps/blueman/transfer/browse_command "exo-open obex://[%d]"
=== added file 'debian/ubuntustudio-default-settings.gsettings-override'
--- debian/ubuntustudio-default-settings.gsettings-override 1970-01-01 00:00:00 +0000
+++ debian/ubuntustudio-default-settings.gsettings-override 2013-10-22 18:12:52 +0000
@@ -0,0 +1,6 @@
+[com.canonical.indicator.sound]
+interested-media-players=[ 'audacious' ]
+show-notify-osd-on-scroll=false
+
+[com.ubuntu.update-notifier]
+auto-launch=false
=== added file 'debian/ubuntustudio-default-settings.install'
--- debian/ubuntustudio-default-settings.install 1970-01-01 00:00:00 +0000
+++ debian/ubuntustudio-default-settings.install 2013-10-22 18:12:52 +0000
@@ -0,0 +1,3 @@
+etc/
+usr/
+lib/
=== added file 'debian/ubuntustudio-default-settings.maintscript'
--- debian/ubuntustudio-default-settings.maintscript 1970-01-01 00:00:00 +0000
+++ debian/ubuntustudio-default-settings.maintscript 2013-10-22 18:12:52 +0000
@@ -0,0 +1,1 @@
+rm_conffile /etc/default/grub.d/50_ubuntustudio.cfg 0.50~
=== added file 'debian/ubuntustudio-default-settings.postinst'
--- debian/ubuntustudio-default-settings.postinst 1970-01-01 00:00:00 +0000
+++ debian/ubuntustudio-default-settings.postinst 2013-10-22 18:12:52 +0000
@@ -0,0 +1,22 @@
+#! /bin/sh
+
+set -e
+
+#DEBHELPER#
+
+case "$1" in
+ configure)
+
+ # The xfce session confuses people so remove it.
+ # This package replaces it with ubuntustudio session anyway.
+ # The -f is used because we don't want to abort on fail
+ rm -f /usr/share/xsessions/xfce.desktop
+
+ # Update grub to apply possible name override
+ # and lowlatency patch
+ if [ -e /boot/grub/grub.cfg ] && which update-grub2 >/dev/null 2>&1; then
+ update-grub2
+ fi
+ ;;
+
+esac
=== added file 'debian/ubuntustudio-live-settings.install'
--- debian/ubuntustudio-live-settings.install 1970-01-01 00:00:00 +0000
+++ debian/ubuntustudio-live-settings.install 2013-10-22 18:12:52 +0000
@@ -0,0 +1,1 @@
+casper/* usr/share/initramfs-tools/scripts/casper-bottom/
=== added directory 'etc'
=== renamed directory 'etc' => 'etc.moved'
=== added directory 'etc/grub.d'
=== added file 'etc/grub.d/09_lowlatency'
--- etc/grub.d/09_lowlatency 1970-01-01 00:00:00 +0000
+++ etc/grub.d/09_lowlatency 2013-10-22 18:12:52 +0000
@@ -0,0 +1,308 @@
+#! /bin/sh
+set -e
+
+# grub-mkconfig helper script.
+#
+# Ubuntustudio customization that keeps the latest lowlatency kernel
+# as the first menu item and default boot even if there is a newer
+# generic or other kernel. Often the updated generic kernel is
+# released a few days earlier than the lowlatency kernel
+
+prefix="/usr"
+exec_prefix="${prefix}"
+datarootdir="${prefix}/share"
+
+. "${datarootdir}/grub/grub-mkconfig_lib"
+
+export TEXTDOMAIN=grub
+export TEXTDOMAINDIR="${datarootdir}/locale"
+
+CLASS="--class gnu-linux --class gnu --class os"
+
+if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
+ OS=GNU/Linux
+else
+ if [ "${GRUB_DISTRIBUTOR}" = "Ubuntu" ] ; then
+ OS="${GRUB_DISTRIBUTOR}"
+ else
+ OS="${GRUB_DISTRIBUTOR} GNU/Linux"
+ fi
+ CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1) ${CLASS}"
+fi
+
+# loop-AES arranges things so that /dev/loop/X can be our root device, but
+# the initrds that Linux uses don't like that.
+case ${GRUB_DEVICE} in
+ /dev/loop/*|/dev/loop[0-9])
+ GRUB_DEVICE=`losetup ${GRUB_DEVICE} | sed -e "s/^[^(]*(\([^)]\+\)).*/\1/"`
+ # We can't cope with devices loop-mounted from files here.
+ case ${GRUB_DEVICE} in
+ /dev/*) ;;
+ *) exit 0 ;;
+ esac
+ ;;
+esac
+
+if [ "x${GRUB_DEVICE_UUID}" = "x" ] || [ "x${GRUB_DISABLE_LINUX_UUID}" = "xtrue" ] \
+ || ! test -e "/dev/disk/by-uuid/${GRUB_DEVICE_UUID}" \
+ || uses_abstraction "${GRUB_DEVICE}" lvm; then
+ LINUX_ROOT_DEVICE=${GRUB_DEVICE}
+else
+ LINUX_ROOT_DEVICE=UUID=${GRUB_DEVICE_UUID}
+fi
+
+GRUBFS="`${grub_probe} --device ${GRUB_DEVICE} --target=fs 2>/dev/null || true`"
+
+if [ x"$GRUBFS" = x ]; then
+ GRUBFS="$(stat -f --printf=%T / || true)"
+fi
+
+case x"$GRUBFS" in
+ xbtrfs)
+ rootsubvol="`make_system_path_relative_to_its_root /`"
+ rootsubvol="${rootsubvol#/}"
+ if [ "x${rootsubvol}" != x ]; then
+ GRUB_CMDLINE_LINUX="rootflags=subvol=${rootsubvol} ${GRUB_CMDLINE_LINUX}"
+ fi;;
+ xzfs)
+ rpool=`${grub_probe} --device ${GRUB_DEVICE} --target=fs_label 2>/dev/null || true`
+ bootfs="`make_system_path_relative_to_its_root / | sed -e "s,@$,,"`"
+ LINUX_ROOT_DEVICE="ZFS=${rpool}${bootfs}"
+ ;;
+esac
+
+title_correction_code=
+
+for word in $GRUB_CMDLINE_LINUX_DEFAULT; do
+ if [ "$word" = splash ]; then
+ GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT \$vt_handoff"
+ fi
+done
+
+# add crashkernel option if we have the required tools
+if [ -x "/usr/bin/makedumpfile" ] && [ -x "/sbin/kexec" ]; then
+ GRUB_CMDLINE_EXTRA="$GRUB_CMDLINE_EXTRA crashkernel=384M-2G:64M,2G-:128M"
+fi
+
+linux_entry ()
+{
+ os="$1"
+ version="$2"
+ type="$3"
+ args="$4"
+
+ if [ -z "$boot_device_id" ]; then
+ boot_device_id="$(grub_get_device_id "${GRUB_DEVICE}")"
+ fi
+ if [ x$type != xsimple ] ; then
+ case $type in
+ recovery)
+ title="$(gettext_printf "%s, with Linux %s (recovery mode)" "${os}" "${version}")" ;;
+ *)
+ title="$(gettext_printf "%s, with Linux %s" "${os}" "${version}")" ;;
+ esac
+ if [ x"$title" = x"$GRUB_ACTUAL_DEFAULT" ] || [ x"Previous Linux versions>$title" = x"$GRUB_ACTUAL_DEFAULT" ]; then
+ replacement_title="$(echo "Advanced options for ${OS}" | sed 's,>,>>,g')>$(echo "$title" | sed 's,>,>>,g')"
+ quoted="$(echo "$GRUB_ACTUAL_DEFAULT" | grub_quote)"
+ title_correction_code="${title_correction_code}if [ \"x\$default\" = '$quoted' ]; then default='$(echo "$replacement_title" | grub_quote)'; fi;"
+ grub_warn "$(gettext_printf "Please don't use old title \`%s' for GRUB_DEFAULT, use \`%s' (for versions before 2.00) or \`%s' (for 2.00 or later)" "$GRUB_ACTUAL_DEFAULT" "$replacement_title" "gnulinux-advanced-$boot_device_id>gnulinux-$version-$type-$boot_device_id")"
+ fi
+ echo "menuentry '$(echo "$title" | grub_quote)' ${CLASS} \$menuentry_id_option 'gnulinux-$version-$type-$boot_device_id' {" | sed "s/^/$submenu_indentation/"
+ else
+ echo "menuentry '$(echo "$os" | grub_quote)' ${CLASS} \$menuentry_id_option 'gnulinux-simple-$boot_device_id' {" | sed "s/^/$submenu_indentation/"
+ fi
+ echo "recordfail" | sed "s/^/$submenu_indentation/"
+ if [ x$type != xrecovery ] ; then
+ save_default_entry | sed -e "s/^/\t/"
+ fi
+
+ # Use ELILO's generic "efifb" when it's known to be available.
+ # FIXME: We need an interface to select vesafb in case efifb can't be used.
+ if [ "x$GRUB_GFXPAYLOAD_LINUX" = x ]; then
+ echo " load_video" | sed "s/^/$submenu_indentation/"
+ else
+ if [ "x$GRUB_GFXPAYLOAD_LINUX" != xtext ]; then
+ echo " load_video" | sed "s/^/$submenu_indentation/"
+ fi
+ fi
+ if [ x$type != xrecovery ] ; then
+ echo " gfxmode \$linux_gfx_mode" | sed "s/^/$submenu_indentation/"
+ fi
+
+ echo " insmod gzio" | sed "s/^/$submenu_indentation/"
+
+ if [ x$dirname = x/ ]; then
+ if [ -z "${prepare_root_cache}" ]; then
+ prepare_root_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE} | sed -e "s/^/\t/")"
+ fi
+ printf '%s\n' "${prepare_root_cache}" | sed "s/^/$submenu_indentation/"
+ else
+ if [ -z "${prepare_boot_cache}" ]; then
+ prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/")"
+ fi
+ printf '%s\n' "${prepare_boot_cache}" | sed "s/^/$submenu_indentation/"
+ fi
+ if [ x$type != xsimple ]; then
+ message="$(gettext_printf "Loading Linux %s ..." ${version})"
+ sed "s/^/$submenu_indentation/" << EOF
+ echo '$(echo "$message" | grub_quote)'
+EOF
+ fi
+ if test -d /sys/firmware/efi && test -e "${linux}.efi.signed"; then
+ sed "s/^/$submenu_indentation/" << EOF
+ linux ${rel_dirname}/${basename}.efi.signed root=${linux_root_device_thisversion} ro ${args}
+EOF
+ else
+ sed "s/^/$submenu_indentation/" << EOF
+ linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ${args}
+EOF
+ fi
+ if test -n "${initrd}" ; then
+ # TRANSLATORS: ramdisk isn't identifier. Should be translated.
+ if [ x$type != xsimple ]; then
+ message="$(gettext_printf "Loading initial ramdisk ...")"
+ sed "s/^/$submenu_indentation/" << EOF
+ echo '$(echo "$message" | grub_quote)'
+EOF
+ fi
+ sed "s/^/$submenu_indentation/" << EOF
+ initrd ${rel_dirname}/${initrd}
+EOF
+ fi
+ sed "s/^/$submenu_indentation/" << EOF
+}
+EOF
+}
+
+machine=`uname -m`
+case "x$machine" in
+ xi?86 | xx86_64)
+ list=`for i in /boot/vmlinuz-*lowlatency /boot/kernel-*lowlatency ; do
+ if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
+ done` ;;
+ *)
+ list=`for i in /boot/vmlinuz-*lowlatency /boot/vmlinux-*lowlatency /boot/kernel-*lowlatency ; do
+ if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
+ done` ;;
+esac
+
+case "$machine" in
+ i?86) GENKERNEL_ARCH="x86" ;;
+ mips|mips64) GENKERNEL_ARCH="mips" ;;
+ mipsel|mips64el) GENKERNEL_ARCH="mipsel" ;;
+ arm*) GENKERNEL_ARCH="arm" ;;
+ *) GENKERNEL_ARCH="$machine" ;;
+esac
+
+prepare_boot_cache=
+prepare_root_cache=
+boot_device_id=
+title_correction_code=
+
+cat << 'EOF'
+function gfxmode {
+ set gfxpayload="${1}"
+ if [ "${1}" = "keep" ]; then
+ set vt_handoff=vt.handoff=7
+ else
+ set vt_handoff=
+ fi
+}
+EOF
+
+# Use ELILO's generic "efifb" when it's known to be available.
+# FIXME: We need an interface to select vesafb in case efifb can't be used.
+if [ "x$GRUB_GFXPAYLOAD_LINUX" != x ]; then
+ echo "set linux_gfx_mode=$GRUB_GFXPAYLOAD_LINUX"
+else
+ cat << EOF
+if [ "\${recordfail}" != 1 ]; then
+ if [ -e \${prefix}/gfxblacklist.txt ]; then
+ if hwmatch \${prefix}/gfxblacklist.txt 3; then
+ if [ \${match} = 0 ]; then
+ set linux_gfx_mode=keep
+ else
+ set linux_gfx_mode=text
+ fi
+ else
+ set linux_gfx_mode=text
+ fi
+ else
+ set linux_gfx_mode=keep
+ fi
+else
+ set linux_gfx_mode=text
+fi
+EOF
+fi
+cat << EOF
+export linux_gfx_mode
+EOF
+
+# Extra indentation to add to menu entries in a submenu. We're not in a submenu
+# yet, so it's empty. In a submenu it will be equal to '\t' (one tab).
+submenu_indentation=""
+
+is_first_entry=true
+if [ "x$list" != "x" ]; then
+ linux=`version_find_latest $list`
+ case $linux in
+ *.efi.signed)
+ # We handle these in linux_entry.
+ list=`echo $list | tr ' ' '\n' | grep -vx $linux | tr '\n' ' '`
+ continue
+ ;;
+ esac
+ gettext_printf "Found linux image: %s\n" "$linux" >&2
+ basename=`basename $linux`
+ dirname=`dirname $linux`
+ rel_dirname=`make_system_path_relative_to_its_root $dirname`
+ version=`echo $basename | sed -e "s,^[^0-9]*-,,g"`
+ alt_version=`echo $version | sed -e "s,\.old$,,g"`
+ linux_root_device_thisversion="${LINUX_ROOT_DEVICE}"
+
+ initrd=
+ for i in "initrd.img-${version}" "initrd-${version}.img" "initrd-${version}.gz" \
+ "initrd-${version}" "initramfs-${version}.img" \
+ "initrd.img-${alt_version}" "initrd-${alt_version}.img" \
+ "initrd-${alt_version}" "initramfs-${alt_version}.img" \
+ "initramfs-genkernel-${version}" \
+ "initramfs-genkernel-${alt_version}" \
+ "initramfs-genkernel-${GENKERNEL_ARCH}-${version}" \
+ "initramfs-genkernel-${GENKERNEL_ARCH}-${alt_version}"; do
+ if test -e "${dirname}/${i}" ; then
+ initrd="$i"
+ break
+ fi
+ done
+
+ config=
+ for i in "${dirname}/config-${version}" "${dirname}/config-${alt_version}" "/etc/kernels/kernel-config-${version}" ; do
+ if test -e "${i}" ; then
+ config="${i}"
+ break
+ fi
+ done
+
+ initramfs=
+ if test -n "${config}" ; then
+ initramfs=`grep CONFIG_INITRAMFS_SOURCE= "${config}" | cut -f2 -d= | tr -d \"`
+ fi
+
+ if test -n "${initrd}" ; then
+ gettext_printf "Found initrd image: %s\n" "${dirname}/${initrd}" >&2
+ elif test -z "${initramfs}" ; then
+ # "UUID=" and "ZFS=" magic is parsed by initrd or initramfs. Since there's
+ # no initrd or builtin initramfs, it can't work here.
+ linux_root_device_thisversion=${GRUB_DEVICE}
+ fi
+
+ if [ "x$is_first_entry" = xtrue ]; then
+ linux_entry "${OS} (lowlatency)" "${version}" simple \
+ "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_EXTRA} ${GRUB_CMDLINE_LINUX_DEFAULT}"
+
+ fi
+
+fi
+
+echo "$title_correction_code"
=== added directory 'etc/skel'
=== added file 'etc/skel/.Xdefaults'
--- etc/skel/.Xdefaults 1970-01-01 00:00:00 +0000
+++ etc/skel/.Xdefaults 2013-10-22 18:12:52 +0000
@@ -0,0 +1,39 @@
+! Xft settings ---------------------------------------------------------------
+
+Xft.dpi: 96
+Xft.antialias: true
+Xft.rgba: rgb
+Xft.hinting: true
+Xft.hintstyle: hintslight
+Xft.lcdfilter: lcddefault
+
+! xscreensaver ---------------------------------------------------------------
+
+!font settings
+xscreensaver.Dialog.headingFont: -*-dina-bold-r-*-*-10-*-*-*-*-*-*-*
+xscreensaver.Dialog.bodyFont: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
+xscreensaver.Dialog.labelFont: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
+xscreensaver.Dialog.unameFont: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
+xscreensaver.Dialog.buttonFont: -*-dina-bold-r-*-*-10-*-*-*-*-*-*-*
+xscreensaver.Dialog.dateFont: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
+xscreensaver.passwd.passwdFont: -*-dina-bold-r-*-*-10-*-*-*-*-*-*-*
+!general dialog box (affects main hostname, username, password text)
+xscreensaver.Dialog.foreground: #EDEDED
+xscreensaver.Dialog.background: #202020
+xscreensaver.Dialog.topShadowColor: #202024
+xscreensaver.Dialog.bottomShadowColor: #202024
+xscreensaver.Dialog.Button.foreground: #EDEDFF
+xscreensaver.Dialog.Button.background: #444
+!username/password input box and date text colour
+xscreensaver.Dialog.text.foreground: #EDEDFF
+xscreensaver.Dialog.text.background: #444
+xscreensaver.Dialog.internalBorderWidth:24
+xscreensaver.Dialog.borderWidth: 20
+xscreensaver.Dialog.shadowThickness: 2
+!timeout bar (background is actually determined by Dialog.text.background)
+xscreensaver.passwd.thermometer.foreground: #A9B7C4
+xscreensaver.passwd.thermometer.background: #202020
+xscreensaver.passwd.thermometer.width: 8
+!datestamp format--see the strftime(3) manual page for details
+xscreensaver.dateFormat: %I:%M%P %a %b %d, %Y
+
=== added file 'etc/skel/.xscreensaver'
--- etc/skel/.xscreensaver 1970-01-01 00:00:00 +0000
+++ etc/skel/.xscreensaver 2013-10-22 18:12:52 +0000
@@ -0,0 +1,2 @@
+mode: blank
+
=== added directory 'etc/sysctl.d'
=== added file 'etc/sysctl.d/50-ubuntustudio.conf'
--- etc/sysctl.d/50-ubuntustudio.conf 1970-01-01 00:00:00 +0000
+++ etc/sysctl.d/50-ubuntustudio.conf 2013-10-22 18:12:52 +0000
@@ -0,0 +1,15 @@
+#
+# Setting the ubuntustudio team feels may effect Audio work
+# created Sept3 2012 by Len Ovens
+
+# There is some question if changing this will do anything for audio
+#fs.inotify.max_user_watches = 524288
+
+# Stock is 60 qjackctl seems to be swapped out too quick at 60.
+# the general feeling is that 10 is good for general desktop use too.
+vm.swappiness = 10
+
+# Ubuntustudio Testing has yet to prove or disprove this but Rosegarden
+# suggests it. The user may uncomment it to use it. Stock is 64, upper limit
+# should be 8k, but 3072 is a close match to MIDI hardware.
+#dev.hpet.max-user-freq=3072
=== added directory 'etc/xdg'
=== added directory 'etc/xdg/xdg-ubuntustudio'
=== added directory 'etc/xdg/xdg-ubuntustudio/Terminal'
=== added file 'etc/xdg/xdg-ubuntustudio/Terminal/terminalrc'
--- etc/xdg/xdg-ubuntustudio/Terminal/terminalrc 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/Terminal/terminalrc 2013-10-22 18:12:52 +0000
@@ -0,0 +1,3 @@
+[Configuration]
+FontName=Droid Sans Mono 10
+ScrollingAlternateScreen=TRUE
=== added directory 'etc/xdg/xdg-ubuntustudio/autostart'
=== added file 'etc/xdg/xdg-ubuntustudio/autostart/xfce4-tips-autostart.desktop'
--- etc/xdg/xdg-ubuntustudio/autostart/xfce4-tips-autostart.desktop 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/autostart/xfce4-tips-autostart.desktop 2013-10-22 18:12:52 +0000
@@ -0,0 +1,3 @@
+[Desktop Entry]
+Hidden=true
+
=== added directory 'etc/xdg/xdg-ubuntustudio/menus'
=== added file 'etc/xdg/xdg-ubuntustudio/menus/xfce-applications.menu'
--- etc/xdg/xdg-ubuntustudio/menus/xfce-applications.menu 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/menus/xfce-applications.menu 2013-10-22 18:12:52 +0000
@@ -0,0 +1,167 @@
+<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
+ "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
+
+<!-- this is just the stock xfce menu file with the DefaultMergeDirs moved
+ to the bottom so our merge works correctly. We should be able to
+ remove this when this file in xfce is fixed. -->
+
+<Menu>
+ <Name>Xfce</Name>
+
+ <DefaultAppDirs/>
+ <DefaultDirectoryDirs/>
+
+ <Include>
+ <Category>X-Xfce-Toplevel</Category>
+ </Include>
+
+ <Layout>
+ <Filename>xfce4-run.desktop</Filename>
+ <Separator/>
+ <Filename>exo-terminal-emulator.desktop</Filename>
+ <Filename>exo-file-manager.desktop</Filename>
+ <Filename>exo-mail-reader.desktop</Filename>
+ <Filename>exo-web-browser.desktop</Filename>
+ <Separator/>
+ <Menuname>Settings</Menuname>
+ <Separator/>
+ <Merge type="all"/>
+ <Separator/>
+ <Filename>xfce4-about.desktop</Filename>
+ <Filename>xfce4-session-logout.desktop</Filename>
+ </Layout>
+
+ <Menu>
+ <Name>Settings</Name>
+ <Directory>xfce-settings.directory</Directory>
+ <Include>
+ <Category>Settings</Category>
+ </Include>
+
+ <Layout>
+ <Filename>xfce-settings-manager.desktop</Filename>
+ <Separator/>
+ <Merge type="all"/>
+ </Layout>
+
+ <Menu>
+ <Name>Screensavers</Name>
+ <Directory>xfce-screensavers.directory</Directory>
+ <Include>
+ <Category>Screensaver</Category>
+ </Include>
+ </Menu>
+ </Menu>
+
+ <Menu>
+ <Name>Accessories</Name>
+ <Directory>xfce-accessories.directory</Directory>
+ <Include>
+ <Or>
+ <Category>Accessibility</Category>
+ <Category>Core</Category>
+ <Category>Legacy</Category>
+ <Category>Utility</Category>
+ </Or>
+ </Include>
+ <Exclude>
+ <Or>
+ <Filename>exo-file-manager.desktop</Filename>
+ <Filename>exo-terminal-emulator.desktop</Filename>
+ <Filename>xfce4-about.desktop</Filename>
+ <Filename>xfce4-run.desktop</Filename>
+ </Or>
+ </Exclude>
+ </Menu>
+
+ <Menu>
+ <Name>Development</Name>
+ <Directory>xfce-development.directory</Directory>
+ <Include>
+ <Category>Development</Category>
+ </Include>
+ </Menu>
+
+ <Menu>
+ <Name>Education</Name>
+ <Directory>xfce-education.directory</Directory>
+ <Include>
+ <Category>Education</Category>
+ </Include>
+ </Menu>
+
+ <Menu>
+ <Name>Games</Name>
+ <Directory>xfce-games.directory</Directory>
+ <Include>
+ <Category>Game</Category>
+ </Include>
+ </Menu>
+
+ <Menu>
+ <Name>Graphics</Name>
+ <Directory>xfce-graphics.directory</Directory>
+ <Include>
+ <Category>Graphics</Category>
+ </Include>
+ </Menu>
+
+ <Menu>
+ <Name>Multimedia</Name>
+ <Directory>xfce-multimedia.directory</Directory>
+ <Include>
+ <Category>Audio</Category>
+ <Category>Video</Category>
+ <Category>AudioVideo</Category>
+ </Include>
+ </Menu>
+
+ <Menu>
+ <Name>Network</Name>
+ <Directory>xfce-network.directory</Directory>
+ <Include>
+ <Category>Network</Category>
+ </Include>
+ <Exclude>
+ <Or>
+ <Filename>exo-mail-reader.desktop</Filename>
+ <Filename>exo-web-browser.desktop</Filename>
+ </Or>
+ </Exclude>
+ </Menu>
+
+ <Menu>
+ <Name>Office</Name>
+ <Directory>xfce-office.directory</Directory>
+ <Include>
+ <Category>Office</Category>
+ </Include>
+ </Menu>
+
+ <Menu>
+ <Name>System</Name>
+ <Directory>xfce-system.directory</Directory>
+ <Include>
+ <Or>
+ <Category>Emulator</Category>
+ <Category>System</Category>
+ </Or>
+ </Include>
+ <Exclude>
+ <Or>
+ <Filename>xfce4-session-logout.desktop</Filename>
+ </Or>
+ </Exclude>
+ </Menu>
+
+ <Menu>
+ <Name>Other</Name>
+ <Directory>xfce-other.directory</Directory>
+ <OnlyUnallocated/>
+ <Include>
+ <All/>
+ </Include>
+ </Menu>
+ <DefaultMergeDirs/>
+
+</Menu>
=== added file 'etc/xdg/xdg-ubuntustudio/menus/xfce-settings-manager.menu'
--- etc/xdg/xdg-ubuntustudio/menus/xfce-settings-manager.menu 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/menus/xfce-settings-manager.menu 2013-10-22 18:12:52 +0000
@@ -0,0 +1,136 @@
+<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
+ "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
+
+<Menu>
+ <Name>Settings</Name>
+
+ <DefaultAppDirs/>
+ <DefaultDirectoryDirs/>
+ <DefaultMergeDirs/>
+
+ <Layout>
+ <Menuname>Personal</Menuname>
+ <Menuname>Hardware</Menuname>
+ <Menuname>Audio</Menuname>
+ <Menuname>System</Menuname>
+ <Menuname>Other</Menuname>
+ <Merge type="all" />
+ </Layout>
+
+ <Include>
+ <And>
+ <Category>Settings</Category>
+ <Not>
+ <Or>
+ <Category>X-XFCE-PersonalSettings</Category>
+ <Category>X-XFCE-HardwareSettings</Category>
+ <Category>X-XFCE-SystemSettings</Category>
+ </Or>
+ </Not>
+ </And>
+ </Include>
+
+ <Exclude>
+ <Filename>xfce-settings-manager.desktop</Filename>
+ <Filename>gnome-online-accounts-panel.desktop</Filename>
+
+ </Exclude>
+
+ <Menu>
+ <Name>Personal</Name>
+ <Directory>xfce-personal.directory</Directory>
+ <Include>
+ <And>
+ <Category>Settings</Category>
+ <Category>X-XFCE-SettingsDialog</Category>
+ <Category>X-XFCE-PersonalSettings</Category>
+ </And>
+ <And>
+ <Category>Settings</Category>
+ <Category>X-GNOME-PersonalSettings</Category>
+ </And>
+ <Filename>alacarte.desktop</Filename>
+ <Filename>credentials-preferences.desktop</Filename>
+ <Filename>xscreensaver-properties.desktop</Filename>
+ <Filename>xfce-xfcalendar-settings.desktop</Filename>
+ <Filename>xfce4-notifyd-config.desktop</Filename>
+ </Include>
+ <Exclude>
+ <Filename>gnome-credentials-panel.desktop</Filename>
+ </Exclude>
+ </Menu>
+
+ <Menu>
+ <Name>Hardware</Name>
+ <Directory>xfce-hardware.directory</Directory>
+ <Include>
+ <And>
+ <Category>Settings</Category>
+ <Category>X-XFCE-SettingsDialog</Category>
+ <Category>X-XFCE-HardwareSettings</Category>
+ </And>
+ <And>
+ <Category>Settings</Category>
+ <Category>HardwareSettings</Category>
+ </And>
+ </Include>
+ <Exclude>
+ <Filename>usb-creator-gtk.desktop</Filename>
+ </Exclude>
+ </Menu>
+
+
+ <Menu>
+ <Name>Audio</Name>
+ <Directory>ubuntustudio-audioproduction.directory</Directory>
+ <Include>
+ <Filename>ladi-control-center.desktop</Filename>
+ <Filename>ladi-system-log.desktop</Filename>
+ </Include>
+ </Menu>
+
+ <Menu>
+ <Name>System</Name>
+ <Directory>xfce-system.directory</Directory>
+ <Include>
+ <And>
+ <Category>Settings</Category>
+ <Category>X-XFCE-SettingsDialog</Category>
+ <Category>X-XFCE-SystemSettings</Category>
+ </And>
+ </Include>
+ </Menu>
+
+ <Menu>
+ <Name>Other</Name>
+ <Directory>xfce-other.directory</Directory>
+ <Include>
+ <And>
+ <Category>Settings</Category>
+ <Not>
+ <Or>
+ <Category>X-XFCE-PersonalSettings</Category>
+ <Category>System</Category>
+ <Category>X-XFCE-SystemSettings</Category>
+ <Category>X-XFCE-HardwareSettings</Category>
+ <Category>HardwareSettings</Category>
+ <Category>X-GNOME-PersonalSettings</Category>
+ <Filename>xfce-settings-manager.desktop</Filename>
+ </Or>
+ </Not>
+ </And>
+ </Include>
+ <Exclude>
+ <Filename>alacarte.desktop</Filename>
+ <Filename>credentials-preferences.desktop</Filename>
+ <Filename>gnome-online-accounts-panel.desktop</Filename>
+ <Filename>gnome-credentials-panel.desktop</Filename>
+ <Filename>ladi-control-center.desktop</Filename>
+ <Filename>ladi-system-log.desktop</Filename>
+
+ <Filename>xfce-xfcalendar-settings.desktop</Filename>
+ <Filename>xfce4-notifyd-config.desktop</Filename>
+ </Exclude>
+ </Menu>
+
+</Menu>
=== added directory 'etc/xdg/xdg-ubuntustudio/orage'
=== added file 'etc/xdg/xdg-ubuntustudio/orage/oragerc'
--- etc/xdg/xdg-ubuntustudio/orage/oragerc 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/orage/oragerc 2013-10-22 18:12:52 +0000
@@ -0,0 +1,19 @@
+[PARAMETERS]
+Eventlist extra days=0
+Show Main Window Menu=true
+Select Always Today=false
+Show borders=true
+Show heading=true
+Show day names=true
+Show weeks=true
+Show todos=true
+Show event days=1
+Show in pager=false
+Show in systray=false
+Show in taskbar=false
+Start visible=true
+Start minimized=false
+Set sticked=true
+Set ontop=false
+Use dynamic icon=false
+Show days=false
=== added directory 'etc/xdg/xdg-ubuntustudio/xfce4'
=== added file 'etc/xdg/xdg-ubuntustudio/xfce4/helpers.rc'
--- etc/xdg/xdg-ubuntustudio/xfce4/helpers.rc 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/xfce4/helpers.rc 2013-10-22 18:12:52 +0000
@@ -0,0 +1,4 @@
+WebBrowser=firefox
+MailReader=
+FileManager=Thunar
+TerminalEmulator=xfce4-terminal
=== added directory 'etc/xdg/xdg-ubuntustudio/xfce4/panel'
=== added file 'etc/xdg/xdg-ubuntustudio/xfce4/panel/default.xml'
--- etc/xdg/xdg-ubuntustudio/xfce4/panel/default.xml 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/xfce4/panel/default.xml 2013-10-22 18:12:52 +0000
@@ -0,0 +1,176 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-panel" version="1.0">
+ <property name="panels" type="uint" value="2">
+ <property name="panel-0" type="empty">
+ <property name="position" type="string" value="p=6;x=0;y=0"/>
+ <property name="length" type="uint" value="100"/>
+ <property name="position-locked" type="bool" value="true"/>
+ <property name="plugin-ids" type="array">
+ <value type="int" value="1"/>
+ <value type="int" value="2"/>
+ <value type="int" value="3"/>
+ <value type="int" value="4"/>
+ <value type="int" value="5"/>
+ <value type="int" value="6"/>
+ <value type="int" value="7"/>
+ <value type="int" value="8"/>
+ <value type="int" value="26"/>
+ <value type="int" value="27"/>
+ <value type="int" value="9"/>
+ </property>
+ <property name="background-style" type="uint" value="0"/>
+ <property name="background-alpha" type="uint" value="100"/>
+ <property name="size" type="uint" value="24"/>
+ <property name="autohide" type="bool" value="false"/>
+ <property name="length-adjust" type="bool" value="true"/>
+ <property name="span-monitors" type="bool" value="false"/>
+ <property name="enter-opacity" type="uint" value="100"/>
+ <property name="leave-opacity" type="uint" value="100"/>
+ <property name="mode" type="uint" value="0"/>
+ </property>
+ <property name="panel-1" type="empty">
+ <property name="position" type="string" value="p=8;x=960;y=1176"/>
+ <property name="size" type="uint" value="46"/>
+ <property name="position-locked" type="bool" value="true"/>
+ <property name="plugin-ids" type="array">
+ <value type="int" value="10"/>
+ <value type="int" value="11"/>
+ <value type="int" value="12"/>
+ <value type="int" value="13"/>
+ <!-- value type="int" value="14"/ -->
+ <value type="int" value="15"/>
+ <value type="int" value="16"/>
+ <value type="int" value="17"/>
+ <value type="int" value="18"/>
+ <value type="int" value="19"/>
+ <!-- value type="int" value="20"/ -->
+ <!-- value type="int" value="21"/ -->
+ <value type="int" value="22"/>
+ <value type="int" value="23"/>
+ <value type="int" value="24"/>
+ <value type="int" value="25"/>
+ </property>
+ <property name="autohide" type="bool" value="true"/>
+ <property name="length" type="uint" value="100"/>
+ <property name="length-adjust" type="bool" value="true"/>
+ <property name="leave-opacity" type="uint" value="100"/>
+ <property name="background-alpha" type="uint" value="15"/>
+ <property name="enter-opacity" type="uint" value="100"/>
+ <property name="mode" type="uint" value="0"/>
+ </property>
+ </property>
+ <property name="plugins" type="empty">
+ <property name="plugin-1" type="string" value="applicationsmenu">
+ <property name="show-tooltips" type="bool" value="true"/>
+ <property name="button-icon" type="string" value="ubuntustudio-logo-menu"/>
+ <property name="show-button-title" type="bool" value="false"/>
+ </property>
+ <property name="plugin-2" type="string" value="tasklist">
+ <property name="flat-buttons" type="bool" value="true"/>
+ </property>
+ <property name="plugin-3" type="string" value="separator">
+ <property name="style" type="uint" value="0"/>
+ <property name="expand" type="bool" value="true"/>
+ </property>
+ <property name="plugin-4" type="string" value="systray">
+ <property name="names-visible" type="empty"/>
+ <property name="show-frame" type="bool" value="false"/>
+ <property name="size-max" type="uint" value="22"/>
+ </property>
+ <property name="plugin-5" type="string" value="indicator">
+ <property name="blacklist" type="array">
+ <value type="string" value="libappmenu.so"/>
+ <value type="string" value="libdatetime.so"/>
+ <value type="string" value="libme.so"/>
+ <value type="string" value="libsession.so"/>
+ </property>
+ </property>
+ <property name="plugin-6" type="string" value="separator">
+ <property name="style" type="uint" value="0"/>
+ </property>
+ <property name="plugin-7" type="string" value="xfce4-orageclock-plugin">
+ <property name="digital-format" type="string" value="%a, %d %b %l:%m %p"/>
+ <property name="tooltip-format" type="string" value="%A %d %B %Y/%V"/>
+ <property name="command" type="string" value="orage"/>
+ </property>
+ <property name="plugin-8" type="string" value="separator">
+ <property name="style" type="uint" value="0"/>
+ </property>
+ <property name="plugin-26" type="string" value="pager">
+ <property name="rows" type="uint" value="1"/>
+ <property name="show-names" type="bool" value="false"/>
+ <property name="workspace-scrolling" type="bool" value="false"/>
+ <property name="miniature-view" type="bool" value="true"/>
+ </property>
+ <property name="plugin-27" type="string" value="separator">
+ <property name="style" type="uint" value="0"/>
+ </property>
+ <property name="plugin-9" type="string" value="actions"/>
+ <property name="plugin-10" type="string" value="separator">
+ <property name="expand" type="bool" value="true"/>
+ <property name="style" type="uint" value="0"/>
+ </property>
+ <property name="plugin-11" type="string" value="showdesktop"/>
+ <property name="plugin-12" type="string" value="separator">
+ <property name="style" type="uint" value="1"/>
+ </property>
+ <property name="plugin-13" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="exo-web-browser.desktop"/>
+ </property>
+ </property>
+ <!-- property name="plugin-14" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="exo-mail-reader.desktop"/>
+ </property>
+ </property -->
+ <property name="plugin-15" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="exo-terminal-emulator.desktop"/>
+ </property>
+ </property>
+ <property name="plugin-16" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="xfce-settings-manager.desktop"/>
+ </property>
+ </property>
+ <property name="plugin-17" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="xfce4-appfinder.desktop"/>
+ </property>
+ </property>
+ <property name="plugin-18" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="ubuntu-software-center.desktop"/>
+ </property>
+ </property>
+ <property name="plugin-19" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="xchat.desktop"/>
+ </property>
+ </property>
+ <!-- property name="plugin-20" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="gmusicbrowser.desktop"/>
+ </property>
+ </property -->
+ <!-- property name="plugin-21" type="string" value="launcher">
+ <property name="items" type="array">
+ <value type="string" value="gimp.desktop"/>
+ </property>
+ </property -->
+ <property name="plugin-22" type="string" value="separator">
+ <property name="style" type="uint" value="1"/>
+ </property>
+ <property name="plugin-23" type="string" value="directorymenu">
+ <property name="base-directory" type="empty"/>
+ </property>
+ <property name="plugin-24" type="string" value="thunar-tpa"/>
+ <property name="plugin-25" type="string" value="separator">
+ <property name="expand" type="bool" value="true"/>
+ <property name="style" type="uint" value="0"/>
+ </property>
+ </property>
+ <property name="configver" type="int" value="2"/>
+</channel>
=== added directory 'etc/xdg/xdg-ubuntustudio/xfce4/xfconf'
=== added directory 'etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml'
=== added file 'etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml'
--- etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml 2013-10-22 18:12:52 +0000
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="thunar-volman" version="1.0">
+ <property name="automount-drives" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="automount-media" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="autobrowse" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="autoplay-video-cds" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="autorun" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="autoopen" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="autoburn" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ <property name="data-cd-command" type="string" value="xfburn -d"/>
+ <property name="audio-cd-command" type="string" value="xfburn -a"/>
+ </property>
+ <property name="autoplay-audio-cds" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="autoipod" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="autophoto" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="autoprinter" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="autokeyboard" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="automouse" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+ <property name="autotablet" type="empty">
+ <property name="enabled" type="bool" value="false"/>
+ </property>
+</channel>
=== added file 'etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml'
--- etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml 2013-10-22 18:12:52 +0000
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-desktop" version="1.0">
+ <property name="desktop-icons" type="empty">
+ <property name="style" type="int" value="2"/>
+ <property name="file-icons" type="empty">
+ <property name="show-home" type="bool" value="true"/>
+ <property name="show-filesystem" type="bool" value="true"/>
+ <property name="show-removable" type="bool" value="true"/>
+ <property name="show-trash" type="bool" value="true"/>
+ </property>
+ </property>
+ <property name="backdrop" type="empty">
+ <property name="screen0" type="empty">
+ <property name="monitor0" type="empty">
+ <property name="image-path" type="string" value="/usr/share/xfce4/backdrops/ubuntustudio-1310.png"/>
+ <property name="image-show" type="bool" value="true"/>
+ </property>
+ <property name="monitor1" type="empty">
+ <property name="image-path" type="string" value="/usr/share/xfce4/backdrops/ubuntustudio-1310.png"/>
+ <property name="image-show" type="bool" value="true"/>
+ </property>
+ </property>
+ </property>
+</channel>
=== added file 'etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml'
--- etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml 2013-10-22 18:12:52 +0000
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-keyboard-shortcuts" version="1.0">
+ <property name="commands" type="empty">
+ <property name="default" type="empty">
+ <property name="<Alt>F2" type="string" value="xfrun4"/>
+ <property name="<Control><Alt>Delete" type="string" value="xflock4"/>
+ <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
+ <property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/>
+ <property name="<Control>Escape" type="string" value="xfdesktop --menu"/>
+ <property name="Print" type="string" value="xfce4-screenshooter -f"/>
+ <property name="<Alt>Print" type="string" value="xfce4-screenshooter -w"/>
+ </property>
+ </property>
+ <property name="xfwm4" type="empty">
+ <property name="default" type="empty">
+ <property name="<Alt>Insert" type="string" value="add_workspace_key"/>
+ <property name="Escape" type="string" value="cancel_key"/>
+ <property name="Left" type="string" value="left_key"/>
+ <property name="Right" type="string" value="right_key"/>
+ <property name="Up" type="string" value="up_key"/>
+ <property name="Down" type="string" value="down_key"/>
+ <property name="<Alt>Tab" type="string" value="cycle_windows_key"/>
+ <property name="<Alt><Shift>Tab" type="string" value="cycle_reverse_windows_key"/>
+ <property name="<Alt>Delete" type="string" value="del_workspace_key"/>
+ <property name="<Control><Alt>Down" type="string" value="down_workspace_key"/>
+ <property name="<Control><Alt>Left" type="string" value="left_workspace_key"/>
+ <property name="<Shift><Alt>Page_Down" type="string" value="lower_window_key"/>
+ <property name="<Alt>F4" type="string" value="close_window_key"/>
+ <property name="<Alt>F6" type="string" value="stick_window_key"/>
+ <property name="<Alt>F7" type="string" value="move_window_key"/>
+ <property name="<Alt>F8" type="string" value="resize_window_key"/>
+ <property name="<Alt>F9" type="string" value="hide_window_key"/>
+ <property name="<Alt>F10" type="string" value="maximize_window_key"/>
+ <property name="<Alt>F11" type="string" value="fullscreen_key"/>
+ <property name="<Alt>F12" type="string" value="above_key"/>
+ <property name="<Control><Shift><Alt>Left" type="string" value="move_window_left_key"/>
+ <property name="<Alt><Control>End" type="string" value="move_window_next_workspace_key"/>
+ <property name="<Alt><Control>Home" type="string" value="move_window_prev_workspace_key"/>
+ <property name="<Control><Shift><Alt>Right" type="string" value="move_window_right_key"/>
+ <property name="<Control><Shift><Alt>Up" type="string" value="move_window_up_key"/>
+ <property name="<Alt><Control>KP_1" type="string" value="move_window_workspace_1_key"/>
+ <property name="<Alt><Control>KP_2" type="string" value="move_window_workspace_2_key"/>
+ <property name="<Alt><Control>KP_3" type="string" value="move_window_workspace_3_key"/>
+ <property name="<Alt><Control>KP_4" type="string" value="move_window_workspace_4_key"/>
+ <property name="<Alt><Control>KP_5" type="string" value="move_window_workspace_5_key"/>
+ <property name="<Alt><Control>KP_6" type="string" value="move_window_workspace_6_key"/>
+ <property name="<Alt><Control>KP_7" type="string" value="move_window_workspace_7_key"/>
+ <property name="<Alt><Control>KP_8" type="string" value="move_window_workspace_8_key"/>
+ <property name="<Alt><Control>KP_9" type="string" value="move_window_workspace_9_key"/>
+ <property name="<Alt>space" type="string" value="popup_menu_key"/>
+ <property name="<Shift><Alt>Page_Up" type="string" value="raise_window_key"/>
+ <property name="<Control><Alt>Right" type="string" value="right_workspace_key"/>
+ <property name="<Control><Alt>d" type="string" value="show_desktop_key"/>
+ <property name="<Control><Alt>Up" type="string" value="up_workspace_key"/>
+ <property name="<Super>Tab" type="string" value="switch_window_key"/>
+ <property name="<Control>F1" type="string" value="workspace_1_key"/>
+ <property name="<Control>F2" type="string" value="workspace_2_key"/>
+ <property name="<Control>F3" type="string" value="workspace_3_key"/>
+ <property name="<Control>F4" type="string" value="workspace_4_key"/>
+ <property name="<Control>F5" type="string" value="workspace_5_key"/>
+ <property name="<Control>F6" type="string" value="workspace_6_key"/>
+ <property name="<Control>F7" type="string" value="workspace_7_key"/>
+ <property name="<Control>F8" type="string" value="workspace_8_key"/>
+ <property name="<Control>F9" type="string" value="workspace_9_key"/>
+ <property name="<Control>F10" type="string" value="workspace_10_key"/>
+ <property name="<Control>F11" type="string" value="workspace_11_key"/>
+ <property name="<Control>F12" type="string" value="workspace_12_key"/>
+ </property>
+ </property>
+</channel>
=== added file 'etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml'
--- etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml 2013-10-22 18:12:52 +0000
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-notifyd" version="1.0">
+ <property name="notify-location" type="uint" value="2"/>
+ <property name="theme" type="string" value="greybird"/>
+ <property name="initial-opacity" type="double" value="0.850000"/>
+</channel>
=== added file 'etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml'
--- etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml 2013-10-22 18:12:52 +0000
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-session" version="1.0">
+ <property name="general" type="empty">
+ <property name="FailsafeSessionName" type="string" value="Failsafe"/>
+ <property name="SaveOnExit" type="bool" value="false"/>
+ </property>
+ <property name="sessions" type="empty">
+ <property name="Failsafe" type="empty">
+ <property name="IsFailsafe" type="bool" value="true"/>
+ <property name="Count" type="int" value="5"/>
+ <property name="Client0_Command" type="array">
+ <value type="string" value="xfwm4"/>
+ </property>
+ <property name="Client0_PerScreen" type="bool" value="false"/>
+ <property name="Client1_Command" type="array">
+ <value type="string" value="xfce4-panel"/>
+ </property>
+ <property name="Client1_PerScreen" type="bool" value="false"/>
+ <property name="Client2_Command" type="array">
+ <value type="string" value="Thunar"/>
+ <value type="string" value="--daemon"/>
+ </property>
+ <property name="Client2_PerScreen" type="bool" value="false"/>
+ <property name="Client3_Command" type="array">
+ <value type="string" value="xfdesktop"/>
+ </property>
+ <property name="Client3_PerScreen" type="bool" value="false"/>
+ <property name="Client4_Command" type="array">
+ <value type="string" value="xfce4-settings-helper"/>
+ </property>
+ <property name="Client4_PerScreen" type="bool" value="false"/>
+ </property>
+ </property>
+ <property name="compat" type="empty">
+ <property name="LaunchGNOME" type="bool" value="false"/>
+ </property>
+ <property name="splash" type="empty">
+ <property name="Engine" type="string" value=""/>
+ </property>
+</channel>
=== added file 'etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfprint.xml'
--- etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfprint.xml 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfprint.xml 2013-10-22 18:12:52 +0000
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfprint" version="1.0">
+ <property name="printing-system" type="string" value="cups_plugin.so"/>
+ <property name="XfPrint" type="empty">
+ <property name="system" type="string" value="cups_plugin.so"/>
+ </property>
+</channel>
=== added file 'etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml'
--- etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml 2013-10-22 18:12:52 +0000
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfwm4" version="1.0">
+ <property name="general" type="empty">
+ <property name="frame_opacity" type="int" value="100"/>
+ <property name="show_frame_shadow" type="bool" value="true"/>
+ <property name="show_popup_shadow" type="bool" value="true"/>
+ <property name="theme" type="string" value="greybird"/>
+ <property name="use_compositing" type="bool" value="true"/>
+ <property name="workspace_count" type="int" value="4"/>
+ <property name="workspace_names" type="array">
+ <value type="string" value="1"/>
+ <value type="string" value="2"/>
+ <value type="string" value="3"/>
+ <value type="string" value="4"/>
+ </property>
+ <property name="activate_action" type="string" value="switch"/>
+ <property name="box_move" type="bool" value="false"/>
+ <property name="box_resize" type="bool" value="false"/>
+ <property name="button_layout" type="string" value="O|HMC"/>
+ <property name="button_offset" type="int" value="0"/>
+ <property name="button_spacing" type="int" value="0"/>
+ <property name="click_to_focus" type="bool" value="true"/>
+ <property name="focus_delay" type="int" value="250"/>
+ <property name="cycle_apps_only" type="bool" value="false"/>
+ <property name="cycle_draw_frame" type="bool" value="true"/>
+ <property name="dbl_click_time" type="int" value="400"/>
+ <property name="focus_new" type="bool" value="true"/>
+ <property name="full_width_title" type="bool" value="true"/>
+ <property name="maximized_offset" type="int" value="0"/>
+ <property name="placement_mode" type="string" value="center"/>
+ <property name="raise_delay" type="int" value="250"/>
+ <property name="raise_on_click" type="bool" value="true"/>
+ <property name="raise_on_focus" type="bool" value="false"/>
+ <property name="repeat_urgent_blink" type="bool" value="false"/>
+ <property name="shadow_delta_height" type="int" value="0"/>
+ <property name="shadow_delta_width" type="int" value="0"/>
+ <property name="shadow_delta_x" type="int" value="0"/>
+ <property name="shadow_delta_y" type="int" value="-3"/>
+ <property name="shadow_opacity" type="int" value="50"/>
+ <property name="show_app_icon" type="bool" value="false"/>
+ <property name="show_dock_shadow" type="bool" value="false"/>
+ <property name="snap_to_border" type="bool" value="true"/>
+ <property name="snap_to_windows" type="bool" value="false"/>
+ <property name="snap_width" type="int" value="10"/>
+ <property name="title_alignment" type="string" value="center"/>
+ <property name="title_font" type="string" value="Droid Sans Bold 9"/>
+ <property name="title_horizontal_offset" type="int" value="0"/>
+ <property name="title_shadow_active" type="string" value="false"/>
+ <property name="title_shadow_inactive" type="string" value="false"/>
+ <property name="title_vertical_offset_active" type="int" value="0"/>
+ <property name="title_vertical_offset_inactive" type="int" value="0"/>
+ <property name="urgent_blink" type="bool" value="false"/>
+ <property name="wrap_resistance" type="int" value="10"/>
+ <property name="wrap_windows" type="bool" value="true"/>
+ <property name="wrap_workspaces" type="bool" value="false"/>
+ <property name="double_click_time" type="int" value="250"/>
+ <property name="double_click_distance" type="int" value="5"/>
+ <property name="mousewheel_rollup" type="bool" value="true"/>
+ </property>
+</channel>
=== added file 'etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml'
--- etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-ubuntustudio/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 2013-10-22 18:12:52 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xsettings" version="1.0">
+ <property name="Net" type="empty">
+ <property name="ThemeName" type="string" value="Greybird"/>
+ <property name="IconThemeName" type="string" value="ubuntustudio"/>
+ </property>
+ <property name="Xft" type="empty">
+ <property name="DPI" type="int" value="96"/>
+ <property name="Antialias" type="int" value="1"/>
+ <property name="Hinting" type="int" value="-1"/>
+ <property name="HintStyle" type="string" value="hintslight"/>
+ <property name="RGBA" type="string" value="rgb"/>
+ </property>
+ <property name="Gtk" type="empty">
+ <property name="CursorThemeName" type="string" value="Human"/>
+ <property name="CursorThemeSize" type="int" value="24"/>
+ <property name="FontName" type="string" value="Droid Sans 10"/>
+ </property>
+</channel>
=== added directory 'lib'
=== renamed directory 'lib' => 'lib.moved'
=== added directory 'lib/udev'
=== added directory 'lib/udev/rules.d'
=== added file 'lib/udev/rules.d/40-timer-permissions.rules'
--- lib/udev/rules.d/40-timer-permissions.rules 1970-01-01 00:00:00 +0000
+++ lib/udev/rules.d/40-timer-permissions.rules 2013-10-22 18:12:52 +0000
@@ -0,0 +1,6 @@
+# make precisian timers accessable to audio group and MIDI
+#
+# created Sep 3 2012
+
+KERNEL=="rtc0", GROUP="audio"
+KERNEL=="hpet", GROUP="audio"
=== added directory 'usr'
=== renamed directory 'usr' => 'usr.moved'
=== added directory 'usr/lib'
=== added directory 'usr/lib/ubuntustudio'
=== added file 'usr/lib/ubuntustudio/irc_auto_starter.glade'
--- usr/lib/ubuntustudio/irc_auto_starter.glade 1970-01-01 00:00:00 +0000
+++ usr/lib/ubuntustudio/irc_auto_starter.glade 2013-10-22 18:12:52 +0000
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkMessageDialog" id="ircwarning_dialog">
+ <property name="can_focus">False</property>
+ <property name="border_width">5</property>
+ <property name="title" translatable="yes">IRC autoconnect client</property>
+ <property name="window_position">center</property>
+ <property name="default_width">300</property>
+ <property name="default_height">150</property>
+ <property name="type_hint">dialog</property>
+ <property name="skip_taskbar_hint">True</property>
+ <property name="text" translatable="yes">This will automatically connect you to the #ubuntustudio channel on irc.freenode.net, using the <b>Xchat</b> IRC client, and with your username as the IRC nick.
+
+More information about IRC and freenode:
+<b>http://freenode.net</b>
+<b>https://help.ubuntu.com/community/UbuntuStudio/IRC</b></property>
+ <property name="use_markup">True</property>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="ircwarning-box">
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">2</property>
+ <child internal-child="action_area">
+ <object class="GtkButtonBox" id="messagedialog-action_area1">
+ <property name="can_focus">False</property>
+ <property name="layout_style">end</property>
+ <child>
+ <object class="GtkButton" id="cancel_btn">
+ <property name="label" translatable="yes">Cancel</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <signal name="clicked" handler="on_cancel_btn_clicked" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="accept_btn">
+ <property name="label" translatable="yes">Accept</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <signal name="clicked" handler="on_accept_btn_clicked" swapped="no"/>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="0">cancel_btn</action-widget>
+ <action-widget response="0">accept_btn</action-widget>
+ </action-widgets>
+ </object>
+</interface>
=== added file 'usr/lib/ubuntustudio/irc_auto_starter.py'
--- usr/lib/ubuntustudio/irc_auto_starter.py 1970-01-01 00:00:00 +0000
+++ usr/lib/ubuntustudio/irc_auto_starter.py 2013-10-22 18:12:52 +0000
@@ -0,0 +1,46 @@
+#!/usr/bin/python
+
+# This is a GTK information dialog informing the user what is happening,
+# after opening the IRC menu item, which automatically connectes the user
+# to the #ubuntustudio-user channel with the username on the installed machine.
+# Choices are to accept, or cancel.
+
+from gi.repository import Gtk
+import subprocess
+
+# Main class
+class IRCWarningDialog:
+
+ # Init the program
+ # Init Gtk and get the glade file and connect to its buttons
+ def __init__(self):
+ self.builder = Gtk.Builder()
+ self.builder.add_from_file("/usr/lib/ubuntustudio/irc_auto_starter.glade")
+ self.window = self.builder.get_object("ircwarning_dialog")
+
+ # Pipe signals to function names
+ dic = { "on_accept_btn_clicked" : self.accept_clicked,
+ "on_cancel_btn_clicked" : self.cancel_clicked }
+
+ # Connect the signals
+ self.builder.connect_signals(dic)
+
+ #Button functions
+ def cancel_clicked(self, widget):
+ Gtk.main_quit()
+
+ def accept_clicked(self, widget):
+ p = subprocess.Popen(["xchat", "-e", "--url=irc://irc.ubuntu.com/#ubuntustudio"],
+ stdout=subprocess.PIPE,
+ stderr=subprocess.STDOUT)
+ Gtk.main_quit()
+
+ ## Exit window
+ def window_close(self, widget):
+ Gtk.main_quit()
+
+
+if __name__ == "__main__":
+ ircwarning = IRCWarningDialog()
+ ircwarning.window.show()
+ Gtk.main()
=== added directory 'usr/share'
=== added directory 'usr/share/pixmaps'
=== added file 'usr/share/pixmaps/ffado.xpm'
--- usr/share/pixmaps/ffado.xpm 1970-01-01 00:00:00 +0000
+++ usr/share/pixmaps/ffado.xpm 2013-10-22 18:12:52 +0000
@@ -0,0 +1,209 @@
+/* XPM */
+static char * ffado_xpm[] = {
+"32 32 174 2",
+" c None",
+". c red",
+"X c #888A84",
+"o c #898A86",
+"O c #888A85",
+"+ c #CCCDCB",
+"@ c #ECECEC",
+"# c gray93",
+"$ c gray92",
+"% c #EAEAEA",
+"& c #E9E9E9",
+"* c gray91",
+"= c #E7E7E7",
+"- c #E6E6E6",
+"; c yellow",
+": c gray89",
+"> c #8C8F8A",
+", c gray83",
+"< c gray81",
+"1 c #D4D5D4",
+"2 c #8A8C87",
+"3 c #A2A4A0",
+"4 c #AA531F",
+"5 c #DE1F01",
+"6 c #9D6933",
+"7 c #EEEEEE",
+"8 c gray20",
+"9 c #A5A5A5",
+"0 c gray88",
+"q c #9C9D99",
+"w c #B7B8B5",
+"e c #DEDFDE",
+"r c #CB3207",
+"t c #A0773D",
+"y c #EFEFEF",
+"u c #DDDDDD",
+"i c #9B9B9B",
+"p c #888888",
+"a c #E4E4E4",
+"s c #AEAFAD",
+"d c #CECFCD",
+"f c #B5C7B5",
+"g c #CCF101",
+"h c #D6F500",
+"j c #9AC551",
+"k c light grey",
+"l c gray57",
+"z c #6C6C6C",
+"x c #C4C5C3",
+"c c #9BC383",
+"v c #99CD63",
+"b c gray53",
+"n c #3C3C3B",
+"m c #515150",
+"M c #BEBEBD",
+"N c #D0D1D0",
+"B c gray86",
+"V c #979A95",
+"C c #87C669",
+"Z c #88FF00",
+"A c #95C57E",
+"S c gray49",
+"D c #DFDFDD",
+"F c #E7E7E5",
+"G c #E7E8E5",
+"H c #E8E8E5",
+"J c #9E9E9C",
+"K c #E2E2E2",
+"L c #969793",
+"P c #ABACA9",
+"I c #5DC15C",
+"U c green",
+"Y c #98BD97",
+"T c #3F4040",
+"R c #404241",
+"E c #414242",
+"W c #ADAEAC",
+"Q c #EEEFED",
+"! c #EFEFEE",
+"~ c #CDCECC",
+"^ c gray87",
+"/ c #A9AAA7",
+"( c #C0C0BE",
+") c #43C342",
+"_ c #03FA03",
+"` c #A8C1A7",
+"' c #9FA19D",
+"] c #BFC1BB",
+"[ c #B8BBB5",
+"{ c #C0C1C0",
+"} c #BDBEBC",
+"| c #D7D7D7",
+" . c #24D424",
+".. c #09ED09",
+"X. c #C1CCC1",
+"o. c #EEEEED",
+"O. c #C0C1BE",
+"+. c #A1A39E",
+"@. c #BABDB6",
+"#. c #979A97",
+"$. c #8E8F8B",
+"%. c #B7C6B7",
+"&. c #08F007",
+"*. c #16DC16",
+"=. c #AAACA6",
+"-. c #9E9F9E",
+";. c #ABAEA8",
+":. c #878A86",
+">. c #90938E",
+",. c #A1A39F",
+"<. c #92BB91",
+"1. c #2AD02A",
+"2. c #B8BAB4",
+"3. c #A0A09E",
+"4. c #848581",
+"5. c #8D908C",
+"6. c #818480",
+"7. c #848783",
+"8. c #939590",
+"9. c #81827E",
+"0. c #A4A6A2",
+"q. c #B5B6B3",
+"w. c #77BD76",
+"e. c #3AC43A",
+"r. c #818280",
+"t. c gray90",
+"y. c #CACDCE",
+"u. c #677579",
+"i. c #69777B",
+"p. c #E1E1E1",
+"a. c #B6B7B5",
+"s. c #CACAC9",
+"d. c #8DB58C",
+"f. c #6EBE6E",
+"g. c #90928E",
+"h. c #8E908C",
+"j. c #939591",
+"k. c #91938F",
+"l. c #DADBDB",
+"z. c #AAB1B2",
+"x. c #A9B0B1",
+"c. c #DBDCDC",
+"v. c #CDCECD",
+"b. c #888984",
+"n. c #888985",
+"m. c #848681",
+"M. c gray85",
+"N. c #D8D8D8",
+"B. c #D2D2D2",
+"V. c gray82",
+"C. c #D0D0D0",
+"Z. c #CECECE",
+"A. c #CDCDCD",
+"S. c gray80",
+"D. c #CBCBCB",
+"F. c #CACACA",
+"G. c gray79",
+"H. c #C8C8C8",
+"J. c gray78",
+"K. c #868883",
+"L. c #7A7B77",
+"P. c #7D7E7A",
+"I. c #757773",
+"U. c #787975",
+"Y. c #6B6C69",
+"T. c #C8C9C8",
+"R. c #B7B8B7",
+"E. c #6A6B68",
+"W. c #6F706C",
+"Q. c #7A7B78",
+"!. c #797A76",
+"~. c #7B7C79",
+"^. c #7C7E7A",
+"/. c #6E706B",
+" . ",
+" . . ",
+" . ",
+" . . . ",
+" . . ",
+" X o o o o o o o o o o o o o o o o o o o o O . ",
+" + @ @ # # # # @ @ $ % % & * * = - ; . ; : . ",
+" > % @ , < < 1 # # @ @ $ % & & * = ; . ; ; . . 2 ",
+" 3 @ # 4 5 5 6 7 # = 8 8 8 9 & * 0 ; . ; . . : q ",
+" w @ e r . . t y 7 u 8 8 8 i & * ; ; . . p a : s ",
+" d @ f g h h j 7 7 k 8 8 8 l & ; ; . . 8 z a : x ",
+" O a @ c ; ; ; v 7 # ; 8 8 8 b & ; . . n n m M N B O ",
+" V % $ C Z Z Z A # # ; 8 8 8 S ; ; . D F F G H J K L ",
+" P % $ I U U U Y @ ; ; T R E ; ; . W Q ! ! ! Q ~ ^ / ",
+" ( & % ) U U _ ` ; ; ; ; ; ; ; . * ' ] ] ] ] ] [ { } ",
+" X | & u .U U ..X.; . ; ; . . o.O.a +.@.@.@.@.@.@.#.1 X ",
+" $.= * %.&.U U *.; ; . ; . . @.@.=.-.;.@.@.@.@.@.@.:.0 >. ",
+" ,.= * <.U U U 1.; . . . . @.@.@.2.3.4.5.6.6.6.7.8.9.0 0. ",
+" q.- = w.U U U e.; . . . @.@.@.@.@.r.t.y.u.u.u.i.0 p.0 a. ",
+" s.- - d.f.f.f.; ; . . g.5.5.5.h.j.k.t.l.z.x.x.x.c.p.0 v. ",
+" b.: t.t.- - - = ; . . = = = - - - t.t.a a : : K p.p.0 0 t.O ",
+" O % y 7 7 7 7 ; ; . # # # # # @ @ @ @ @ $ $ $ % % & & & a n. ",
+" m.M.M.M.N.| ; ; . , k B.V.V.C.< Z.Z.A.S.D.F.F.G.H.J.J.J.J.K. ",
+" L.M.M.N.| | ; ; . , k B.V.C.C.< Z.A.S.S.D.F.G.H.H.J.J.J.J.P. ",
+" I.M.M.N.| ; ; . , k B.B.V.C.< Z.Z.A.S.D.F.F.G.H.J.J.J.J.J.U. ",
+" Y.T.N.N.; ; ; . , k B.V.C.C.< Z.A.S.S.D.F.G.G.H.J.J.J.J.R.E. ",
+" W.P.; ; ; ; . Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.!.!.!.!.!.~.~.^./. ",
+" ; . . . ",
+" . . . ",
+" . ",
+" . . ",
+". . "};
=== added file 'usr/share/pixmaps/ubuntustudio-logo-menu.png'
Binary files usr/share/pixmaps/ubuntustudio-logo-menu.png 1970-01-01 00:00:00 +0000 and usr/share/pixmaps/ubuntustudio-logo-menu.png 2013-10-22 18:12:52 +0000 differ
=== added file 'usr/share/pixmaps/ubuntustudio-logo.png'
Binary files usr/share/pixmaps/ubuntustudio-logo.png 1970-01-01 00:00:00 +0000 and usr/share/pixmaps/ubuntustudio-logo.png 2013-10-22 18:12:52 +0000 differ
=== added file 'usr/share/pixmaps/ubuntustudio-logo.svg'
--- usr/share/pixmaps/ubuntustudio-logo.svg 1970-01-01 00:00:00 +0000
+++ usr/share/pixmaps/ubuntustudio-logo.svg 2013-10-22 18:12:52 +0000
@@ -0,0 +1,3447 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="128"
+ height="128"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.48.2 r9819"
+ version="1.0"
+ sodipodi:docname="ubuntustudio-logo.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="/home/scott/build/default/UbuntuStudio/usr/share/pixmaps/ubuntustudio-logo-menu.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ style="display:inline">
+ <defs
+ id="defs4">
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2478"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2476"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.6102033,-0.6102033,0.6102033,0.6102033,-365.53601,15.32387)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2454"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.5213439,-0.5213439,0.5213439,0.5213439,-357.94918,-70.21403)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2451"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(0.6102033,-0.6102033,0.6102033,0.6102033,-365.53601,15.32387)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2448"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-715.88782"
+ x2="-67"
+ y1="-724.13782"
+ x1="-53.5"
+ gradientTransform="translate(-236,177)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2434"
+ xlink:href="#linearGradient3657"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-773.63782"
+ x2="-37"
+ y1="-787.13782"
+ x1="-69"
+ gradientTransform="translate(-236,177)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2431"
+ xlink:href="#linearGradient3649"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-773.63782"
+ x2="-37"
+ y1="-787.13782"
+ x1="-69"
+ gradientTransform="translate(-236,177)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2428"
+ xlink:href="#linearGradient3649"
+ inkscape:collect="always" />
+ <mask
+ id="mask3600"
+ maskUnits="userSpaceOnUse">
+ <rect
+ y="-614.57642"
+ x="-361"
+ height="87"
+ width="351"
+ id="rect3602"
+ style="color:#000000;fill:url(#linearGradient3605);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.7669208;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3892);enable-background:accumulate" />
+ </mask>
+ <linearGradient
+ gradientTransform="translate(0,-83.93857)"
+ y2="-530.83984"
+ x2="-197"
+ y1="-441.63782"
+ x1="-197"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3605"
+ xlink:href="#linearGradient4329"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2608"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2606"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4505"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4503"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.6102033,-0.6102033,0.6102033,0.6102033,52.46399,15.32387)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4481"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.5213439,-0.5213439,0.5213439,0.5213439,60.05082,-70.21403)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4478"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(0.6102033,-0.6102033,0.6102033,0.6102033,52.46399,15.32387)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4475"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-715.88782"
+ x2="-67"
+ y1="-724.13782"
+ x1="-53.5"
+ gradientTransform="translate(182,177)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4459"
+ xlink:href="#linearGradient3657"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-773.63782"
+ x2="-37"
+ y1="-787.13782"
+ x1="-69"
+ gradientTransform="translate(182,177)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4456"
+ xlink:href="#linearGradient3649"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-773.63782"
+ x2="-37"
+ y1="-787.13782"
+ x1="-69"
+ gradientTransform="translate(182,177)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4453"
+ xlink:href="#linearGradient3649"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4444"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4442"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4259"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4257"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4146"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4144"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4064"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4062"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2505"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2503"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4129"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4127"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-455.34204"
+ fx="492.4444"
+ cy="-455.34204"
+ cx="492.4444"
+ gradientTransform="matrix(0.3135593,0.5618782,1.0411966,-0.5810457,393.47985,-1270.4092)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4125"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(0.5422949,-0.5422949,0.5422949,0.5422949,15.638513,-227.05027)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4123"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.4633245,-0.4633245,0.4633245,0.4633245,22.381018,-303.06881)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4121"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.5422949,-0.5422949,0.5422949,0.5422949,15.638513,-227.05027)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4119"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(0.8387251,-0.8387251,0.8387063,0.8387063,-9.6604517,58.309603)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4117"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-422.8371"
+ fx="466.02982"
+ cy="-422.8371"
+ cx="466.02982"
+ gradientTransform="matrix(-0.633813,-0.01416219,-0.02663574,1.1920549,334.89532,-237.81725)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4115"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.26099"
+ fx="541.20898"
+ cy="-438.26099"
+ cx="541.20898"
+ gradientTransform="matrix(0.3421233,-0.5997239,-1.0356801,-0.5908223,-567.28178,-703.43163)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4113"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-422.69836"
+ fx="484.47665"
+ cy="-422.69836"
+ cx="484.47665"
+ gradientTransform="matrix(-0.633813,-0.01416219,-0.02663574,1.1920549,334.89532,-237.81725)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4111"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-439.53702"
+ fx="523.16193"
+ cy="-439.53702"
+ cx="523.16193"
+ gradientTransform="matrix(0.4615572,-0.4472744,0.4249926,0.438564,6.4914855,-322.34104)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4109"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-455.34204"
+ fx="492.4444"
+ cy="-455.34204"
+ cx="492.4444"
+ gradientTransform="matrix(0.4088549,0.7326418,1.3576325,-0.7576345,505.46663,-1557.8411)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3938"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(0.7071068,-0.7071068,0.7071068,0.7071068,12.793411,-197.38905)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3936"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.604136,-0.604136,0.604136,0.604136,21.585068,-296.51081)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3934"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.7071068,-0.7071068,0.7071068,0.7071068,12.793411,-197.38905)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3932"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.0936267,-1.0936267,1.0936022,1.0936022,-20.194304,174.69614)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3930"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-422.8371"
+ fx="466.02982"
+ cy="-422.8371"
+ cx="466.02982"
+ gradientTransform="matrix(-0.8264386,-0.0184663,-0.03473075,1.554339,429.07734,-211.42828)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3928"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.26099"
+ fx="541.20898"
+ cy="-438.26099"
+ cx="541.20898"
+ gradientTransform="matrix(0.4460999,-0.7819894,-1.3504395,-0.7703824,-747.28545,-818.55014)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3926"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-422.69836"
+ fx="484.47665"
+ cy="-422.69836"
+ cx="484.47665"
+ gradientTransform="matrix(-0.8264386,-0.0184663,-0.03473075,1.554339,429.07734,-211.42828)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3924"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68237"
+ fx="523.99994"
+ cy="-438.68237"
+ cx="523.99994"
+ gradientTransform="matrix(0.598735,-0.5987348,0.5630719,0.5630721,6.4010299,-317.35506)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3922"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3682"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3680"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-454.06403"
+ x2="570.8855"
+ y1="-459.36835"
+ x1="565.58118"
+ gradientTransform="matrix(0.7071068,-0.7071068,0.7071068,0.7071068,7.332628,-197.38905)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3610"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3606"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3604"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(21,-1092)"
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5713"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(21,-1092)"
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5709"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5654"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5652"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.67215"
+ fx="535.01105"
+ cy="-438.67215"
+ cx="535.01105"
+ gradientTransform="matrix(-0.3779971,1.1610669,-1.4783545,-0.4812933,-383.9008,-1714.4341)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5600"
+ xlink:href="#linearGradient5350"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="translate(-455,-466.33026)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5598"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.8543773,0,0,0.8543773,-378.69369,-530.20329)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5596"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="translate(-455,-466.33026)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5594"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.6086968,0,0,1.6086607,-773.9571,-199.32151)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5592"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.6086968,0,0,1.6086607,-773.9571,-199.32151)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5590"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.67215"
+ fx="535.01105"
+ cy="-438.67215"
+ cx="535.01105"
+ gradientTransform="matrix(1.1610669,-0.3779971,-0.4812933,-1.4783546,-741.04904,-1358.5377)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5588"
+ xlink:href="#linearGradient5350"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.67215"
+ fx="535.01105"
+ cy="-438.67215"
+ cx="535.01105"
+ gradientTransform="matrix(-0.8165149,-0.9078886,1.1559895,-1.039646,996.5616,-891.94105)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5586"
+ xlink:href="#linearGradient5350"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(0.8543773,0,0,0.8543773,-378.69371,-530.20329)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5584"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1116)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5582"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1116)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5580"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(21,-962)"
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5534"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(21,-962)"
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5530"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(0.8543773,0,0,-0.8543773,-378.69371,1428.5655)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5515"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(0.8543773,0,0,0.8543773,-378.69371,-376.20329)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5468"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5462"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5460"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.67215"
+ fx="535.01105"
+ cy="-438.67215"
+ cx="535.01105"
+ gradientTransform="matrix(-0.3779971,1.1610669,-1.4783545,-0.4812933,-383.9008,-1687.4341)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5412"
+ xlink:href="#linearGradient5350"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="translate(-455,-439.33026)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5410"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.8543773,0,0,0.8543773,-378.69369,-503.20329)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5408"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="translate(-455,-439.33026)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5406"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.6086968,0,0,1.6086607,-773.9571,-172.32151)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5404"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.6086968,0,0,1.6086607,-773.9571,-172.32151)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5402"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(0.8543773,0,0,0.8543773,-378.69371,-503.20329)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5400"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.67215"
+ fx="535.01105"
+ cy="-438.67215"
+ cx="535.01105"
+ gradientTransform="matrix(1.1610669,-0.3779971,-0.4812933,-1.4783546,-741.04904,-1331.5377)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5398"
+ xlink:href="#linearGradient5350"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.67215"
+ fx="535.01105"
+ cy="-438.67215"
+ cx="535.01105"
+ gradientTransform="matrix(-0.8165149,-0.9078886,1.1559895,-1.039646,996.5616,-864.94105)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5396"
+ xlink:href="#linearGradient5350"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(21,-807)"
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5360"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(21,-807)"
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5356"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5268"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5266"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4995"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4993"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ id="linearGradient4944"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ id="linearGradient3967"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,-1.133378,-544.53172,68.15793)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2427"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,424.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2425"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,424.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2423"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,424.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2421"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89011,424.17327)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2419"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.0947591,0.2933398,-0.2933398,1.0947591,-486.82864,-83.348384)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7884"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,-1.133378,-544.53172,348.15793)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7877"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89011,556.17327)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7823"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,704.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7821"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,704.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7819"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,0,0,2.3666697,-1190.1626,1097.1727)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient7817"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,556.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient7815"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <foreignObject
+ id="foreignObject7697"
+ height="1"
+ width="1"
+ y="0"
+ x="0"
+ requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/">
+ <i:pgfRef
+ xlink:href="#adobe_illustrator_pgf" />
+ </foreignObject>
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89011,704.17327)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7687"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,704.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient7685"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,852.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7683"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,852.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7681"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,0,0,2.3666697,-1190.1626,1245.1727)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient7679"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-299.49701"
+ fx="524.84497"
+ cy="-299.49701"
+ cx="524.84497"
+ gradientTransform="matrix(2.3667227,1.6735257e-7,-1.6734881e-7,2.3666696,-1869.4478,1374.5942)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4952"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.471205,0,0,1.471205,-720.57265,1581.3348)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4929"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.471205,0,0,1.471205,-720.57265,1581.3348)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4927"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,1.2086046e-7,-8.4584719e-8,2.3666697,-1189.824,1974.1594)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4925"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(-0.599724,1.0387525,-1.0387525,-0.599724,-154.14961,-34.971274)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4833"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-453.3588"
+ x2="501.6304"
+ y1="-462.1629"
+ x1="501.6304"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1472.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4818"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientTransform="matrix(1,0,0,1.4832747,0,-387.23315)"
+ gradientUnits="userSpaceOnUse"
+ r="10.534204"
+ fy="802.66071"
+ fx="16.875"
+ cy="802.66071"
+ cx="16.875"
+ id="radialGradient4812"
+ xlink:href="#linearGradient4806"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1443.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4783"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1443.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4781"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,0,0,2.3666697,-1190.1626,1836.1727)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4779"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89011,862.17327)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4751"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,862.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4749"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1010.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4747"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1010.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4745"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,0,0,2.3666697,-1190.1626,1403.1727)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4743"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.8184084,0,0,0.8184084,-411.34607,969.54105)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4719"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(0.8184084,0,0,0.8184084,-411.34607,969.54103)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4717"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1288.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4715"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1288.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4713"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,0,0,2.3666697,-1190.1626,1681.1727)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4711"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,985.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4672"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,0,0,2.3666697,-1190.1626,1526.1727)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4663"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1133.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4660"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89011,985.17327)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4657"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1133.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4653"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5350">
+ <stop
+ style="stop-color:#14a3f9;stop-opacity:1;"
+ offset="0"
+ id="stop5352" />
+ <stop
+ id="stop5354"
+ offset="0.5"
+ style="stop-color:#46d4fb;stop-opacity:1;" />
+ <stop
+ style="stop-color:#56c3fb;stop-opacity:1;"
+ offset="0.77142859"
+ id="stop5356" />
+ <stop
+ style="stop-color:#14a3f9;stop-opacity:1"
+ offset="1"
+ id="stop5358" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4041">
+ <stop
+ id="stop4043"
+ offset="0"
+ style="stop-color:#14a3f9;stop-opacity:1;" />
+ <stop
+ style="stop-color:#12ffdb;stop-opacity:1;"
+ offset="0.5"
+ id="stop4049" />
+ <stop
+ id="stop4051"
+ offset="0.85714287"
+ style="stop-color:#2cd2ff;stop-opacity:1;" />
+ <stop
+ id="stop4045"
+ offset="1"
+ style="stop-color:#14a3f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5327"
+ inkscape:collect="always">
+ <stop
+ id="stop5329"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5331"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5315"
+ inkscape:collect="always">
+ <stop
+ id="stop5317"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5319"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4806"
+ inkscape:collect="always">
+ <stop
+ id="stop4808"
+ offset="0"
+ style="stop-color:#44d8ff;stop-opacity:1" />
+ <stop
+ id="stop4810"
+ offset="1"
+ style="stop-color:#009bf9;stop-opacity:0.98360658" />
+ </linearGradient>
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(-0.599724,1.0387525,-1.0387525,-0.599724,-103.52461,-841.5963)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2363"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-453.3588"
+ x2="501.6304"
+ y1="-462.1629"
+ x1="501.6304"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1472.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2361"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <radialGradient
+ r="10.534204"
+ fy="802.66071"
+ fx="16.875"
+ cy="802.66071"
+ cx="16.875"
+ gradientTransform="matrix(1,0,0,1.4832747,0,-387.23315)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2359"
+ xlink:href="#linearGradient4806"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(-0.599724,1.0387525,-1.0387525,-0.599724,-100.02461,-901.8463)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2351"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-453.3588"
+ x2="501.6304"
+ y1="-462.1629"
+ x1="501.6304"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1472.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2349"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <radialGradient
+ r="10.534204"
+ fy="802.66071"
+ fx="16.875"
+ cy="802.66071"
+ cx="16.875"
+ gradientTransform="matrix(1,0,0,1.4832747,0,-387.23315)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2347"
+ xlink:href="#linearGradient4806"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(-0.599724,1.0387525,-1.0387525,-0.599724,-161.02461,-879.8463)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2339"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-453.3588"
+ x2="501.6304"
+ y1="-462.1629"
+ x1="501.6304"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1472.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2337"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <radialGradient
+ r="10.534204"
+ fy="802.66071"
+ fx="16.875"
+ cy="802.66071"
+ cx="16.875"
+ gradientTransform="matrix(1,0,0,1.4832747,0,-387.23315)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2335"
+ xlink:href="#linearGradient4806"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3961"
+ inkscape:collect="always">
+ <stop
+ id="stop3963"
+ offset="0"
+ style="stop-color:#535353;stop-opacity:1;" />
+ <stop
+ id="stop3965"
+ offset="1"
+ style="stop-color:#8a8a8a;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4938"
+ inkscape:collect="always">
+ <stop
+ id="stop4940"
+ offset="0"
+ style="stop-color:#009bf9;stop-opacity:1;" />
+ <stop
+ id="stop4942"
+ offset="1"
+ style="stop-color:#82d0ff;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3798">
+ <stop
+ id="stop3800"
+ offset="0"
+ style="stop-color:#14a3f9;stop-opacity:1;" />
+ <stop
+ style="stop-color:#7ee1fd;stop-opacity:1;"
+ offset="0.5"
+ id="stop3802" />
+ <stop
+ id="stop3804"
+ offset="0.77142859"
+ style="stop-color:#56c3fb;stop-opacity:1;" />
+ <stop
+ id="stop3806"
+ offset="1"
+ style="stop-color:#089ff9;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4001">
+ <stop
+ style="stop-color:#009bf9;stop-opacity:1;"
+ offset="0"
+ id="stop4003" />
+ <stop
+ style="stop-color:#4cbcff;stop-opacity:1"
+ offset="1"
+ id="stop4005" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4143">
+ <stop
+ style="stop-color:#14a3f9;stop-opacity:1;"
+ offset="0"
+ id="stop4145" />
+ <stop
+ id="stop4147"
+ offset="0.5"
+ style="stop-color:#46d4fb;stop-opacity:1;" />
+ <stop
+ style="stop-color:#56c3fb;stop-opacity:1;"
+ offset="0.71428573"
+ id="stop4149" />
+ <stop
+ style="stop-color:#14a3f9;stop-opacity:1"
+ offset="1"
+ id="stop4151" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2639">
+ <stop
+ style="stop-color:#14a3f9;stop-opacity:1;"
+ offset="0"
+ id="stop2641" />
+ <stop
+ id="stop2643"
+ offset="0.13714285"
+ style="stop-color:#12ffdb;stop-opacity:1;" />
+ <stop
+ style="stop-color:#2cd2ff;stop-opacity:1;"
+ offset="0.80000001"
+ id="stop2645" />
+ <stop
+ style="stop-color:#14a3f9;stop-opacity:1"
+ offset="1"
+ id="stop2647" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3649"
+ inkscape:collect="always">
+ <stop
+ id="stop3651"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3653"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3657"
+ inkscape:collect="always">
+ <stop
+ id="stop3659"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3661"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4329"
+ inkscape:collect="always">
+ <stop
+ id="stop4331"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4333"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3621"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3619"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.6102033,-0.6102033,0.6102033,0.6102033,-365.53601,15.32387)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3617"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.5213439,-0.5213439,0.5213439,0.5213439,-357.94918,-70.21403)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3615"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(0.6102033,-0.6102033,0.6102033,0.6102033,-365.53601,15.32387)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3613"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-715.88782"
+ x2="-67"
+ y1="-724.13782"
+ x1="-53.5"
+ gradientTransform="translate(-236,177)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3611"
+ xlink:href="#linearGradient3657"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-773.63782"
+ x2="-37"
+ y1="-787.13782"
+ x1="-69"
+ gradientTransform="translate(-236,177)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3609"
+ xlink:href="#linearGradient3649"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-773.63782"
+ x2="-37"
+ y1="-787.13782"
+ x1="-69"
+ gradientTransform="translate(-236,177)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3607"
+ xlink:href="#linearGradient3649"
+ inkscape:collect="always" />
+ <mask
+ id="mask3601"
+ maskUnits="userSpaceOnUse">
+ <rect
+ y="-614.57642"
+ x="-361"
+ height="87"
+ width="351"
+ id="rect3603"
+ style="color:#000000;fill:url(#linearGradient3605);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.7669208;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3892);enable-background:accumulate" />
+ </mask>
+ <linearGradient
+ gradientTransform="translate(0,-83.93857)"
+ y2="-530.83984"
+ x2="-197"
+ y1="-441.63782"
+ x1="-197"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3598"
+ xlink:href="#linearGradient4329"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3596"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3594"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3592"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3590"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.6102033,-0.6102033,0.6102033,0.6102033,52.46399,15.32387)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3588"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.5213439,-0.5213439,0.5213439,0.5213439,60.05082,-70.21403)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3586"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(0.6102033,-0.6102033,0.6102033,0.6102033,52.46399,15.32387)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3584"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-715.88782"
+ x2="-67"
+ y1="-724.13782"
+ x1="-53.5"
+ gradientTransform="translate(182,177)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3582"
+ xlink:href="#linearGradient3657"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-773.63782"
+ x2="-37"
+ y1="-787.13782"
+ x1="-69"
+ gradientTransform="translate(182,177)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3580"
+ xlink:href="#linearGradient3649"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-773.63782"
+ x2="-37"
+ y1="-787.13782"
+ x1="-69"
+ gradientTransform="translate(182,177)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3578"
+ xlink:href="#linearGradient3649"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3576"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3574"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3572"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3570"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3568"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3566"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3564"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3562"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3546"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3544"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3542"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3540"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-455.34204"
+ fx="492.4444"
+ cy="-455.34204"
+ cx="492.4444"
+ gradientTransform="matrix(0.3135593,0.5618782,1.0411966,-0.5810457,393.47985,-1270.4092)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3538"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(0.5422949,-0.5422949,0.5422949,0.5422949,15.638513,-227.05027)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3536"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.4633245,-0.4633245,0.4633245,0.4633245,22.381018,-303.06881)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3534"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.5422949,-0.5422949,0.5422949,0.5422949,15.638513,-227.05027)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3532"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(0.8387251,-0.8387251,0.8387063,0.8387063,-9.6604517,58.309603)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3530"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-422.8371"
+ fx="466.02982"
+ cy="-422.8371"
+ cx="466.02982"
+ gradientTransform="matrix(-0.633813,-0.01416219,-0.02663574,1.1920549,334.89532,-237.81725)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3528"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.26099"
+ fx="541.20898"
+ cy="-438.26099"
+ cx="541.20898"
+ gradientTransform="matrix(0.3421233,-0.5997239,-1.0356801,-0.5908223,-567.28178,-703.43163)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3526"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-422.69836"
+ fx="484.47665"
+ cy="-422.69836"
+ cx="484.47665"
+ gradientTransform="matrix(-0.633813,-0.01416219,-0.02663574,1.1920549,334.89532,-237.81725)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3524"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-439.53702"
+ fx="523.16193"
+ cy="-439.53702"
+ cx="523.16193"
+ gradientTransform="matrix(0.4615572,-0.4472744,0.4249926,0.438564,6.4914855,-322.34104)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3522"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-455.34204"
+ fx="492.4444"
+ cy="-455.34204"
+ cx="492.4444"
+ gradientTransform="matrix(0.4088549,0.7326418,1.3576325,-0.7576345,505.46663,-1557.8411)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3520"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(0.7071068,-0.7071068,0.7071068,0.7071068,12.793411,-197.38905)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3518"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.604136,-0.604136,0.604136,0.604136,21.585068,-296.51081)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3516"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.7071068,-0.7071068,0.7071068,0.7071068,12.793411,-197.38905)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3514"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.0936267,-1.0936267,1.0936022,1.0936022,-20.194304,174.69614)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3512"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-422.8371"
+ fx="466.02982"
+ cy="-422.8371"
+ cx="466.02982"
+ gradientTransform="matrix(-0.8264386,-0.0184663,-0.03473075,1.554339,429.07734,-211.42828)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3510"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.26099"
+ fx="541.20898"
+ cy="-438.26099"
+ cx="541.20898"
+ gradientTransform="matrix(0.4460999,-0.7819894,-1.3504395,-0.7703824,-747.28545,-818.55014)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3508"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-422.69836"
+ fx="484.47665"
+ cy="-422.69836"
+ cx="484.47665"
+ gradientTransform="matrix(-0.8264386,-0.0184663,-0.03473075,1.554339,429.07734,-211.42828)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3506"
+ xlink:href="#linearGradient3798"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68237"
+ fx="523.99994"
+ cy="-438.68237"
+ cx="523.99994"
+ gradientTransform="matrix(0.598735,-0.5987348,0.5630719,0.5630721,6.4010299,-317.35506)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3504"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3502"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3500"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-454.06403"
+ x2="570.8855"
+ y1="-459.36835"
+ x1="565.58118"
+ gradientTransform="matrix(0.7071068,-0.7071068,0.7071068,0.7071068,7.332628,-197.38905)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3498"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3496"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1092)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3494"
+ xlink:href="#linearGradient4001"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(21,-1092)"
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3492"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(21,-1092)"
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3490"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3488"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3486"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.67215"
+ fx="535.01105"
+ cy="-438.67215"
+ cx="535.01105"
+ gradientTransform="matrix(-0.3779971,1.1610669,-1.4783545,-0.4812933,-383.9008,-1714.4341)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3484"
+ xlink:href="#linearGradient5350"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="translate(-455,-466.33026)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3482"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.8543773,0,0,0.8543773,-378.69369,-530.20329)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3480"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="translate(-455,-466.33026)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3478"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.6086968,0,0,1.6086607,-773.9571,-199.32151)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3476"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.6086968,0,0,1.6086607,-773.9571,-199.32151)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3474"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.67215"
+ fx="535.01105"
+ cy="-438.67215"
+ cx="535.01105"
+ gradientTransform="matrix(1.1610669,-0.3779971,-0.4812933,-1.4783546,-741.04904,-1358.5377)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3472"
+ xlink:href="#linearGradient5350"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.67215"
+ fx="535.01105"
+ cy="-438.67215"
+ cx="535.01105"
+ gradientTransform="matrix(-0.8165149,-0.9078886,1.1559895,-1.039646,996.5616,-891.94105)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3470"
+ xlink:href="#linearGradient5350"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(0.8543773,0,0,0.8543773,-378.69371,-530.20329)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3468"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientTransform="translate(21,-1116)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3466"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientTransform="translate(21,-1116)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3464"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(21,-962)"
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3462"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(21,-962)"
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3460"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(0.8543773,0,0,-0.8543773,-378.69371,1428.5655)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3458"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(0.8543773,0,0,0.8543773,-378.69371,-376.20329)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3456"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3454"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3452"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.67215"
+ fx="535.01105"
+ cy="-438.67215"
+ cx="535.01105"
+ gradientTransform="matrix(-0.3779971,1.1610669,-1.4783545,-0.4812933,-383.9008,-1687.4341)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3450"
+ xlink:href="#linearGradient5350"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="translate(-455,-439.33026)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3448"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.8543773,0,0,0.8543773,-378.69369,-503.20329)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3446"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="translate(-455,-439.33026)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3444"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.6086968,0,0,1.6086607,-773.9571,-172.32151)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3442"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.6086968,0,0,1.6086607,-773.9571,-172.32151)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3440"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(0.8543773,0,0,0.8543773,-378.69371,-503.20329)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3438"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.67215"
+ fx="535.01105"
+ cy="-438.67215"
+ cx="535.01105"
+ gradientTransform="matrix(1.1610669,-0.3779971,-0.4812933,-1.4783546,-741.04904,-1331.5377)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3436"
+ xlink:href="#linearGradient5350"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.67215"
+ fx="535.01105"
+ cy="-438.67215"
+ cx="535.01105"
+ gradientTransform="matrix(-0.8165149,-0.9078886,1.1559895,-1.039646,996.5616,-864.94105)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3434"
+ xlink:href="#linearGradient5350"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(21,-807)"
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3432"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(21,-807)"
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3430"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3428"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3426"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3424"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3422"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="188.10834"
+ x2="334"
+ y1="227.36218"
+ x1="334"
+ id="linearGradient3420"
+ xlink:href="#linearGradient4938"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="185.93063"
+ x2="232.5"
+ y1="235.38493"
+ x1="232.5"
+ id="linearGradient3418"
+ xlink:href="#linearGradient3961"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,-1.133378,-544.53172,68.15793)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3416"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,424.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3414"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,424.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3412"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,424.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3410"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89011,424.17327)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3408"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.0947591,0.2933398,-0.2933398,1.0947591,-486.82864,-83.348384)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3406"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,-1.133378,-544.53172,348.15793)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3404"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89011,556.17327)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3402"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,704.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3400"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,704.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3398"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,0,0,2.3666697,-1190.1626,1097.1727)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3396"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,556.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3394"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <foreignObject
+ id="foreignObject3392"
+ height="1"
+ width="1"
+ y="0"
+ x="0"
+ requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/">
+ <i:pgfRef
+ xlink:href="#adobe_illustrator_pgf" />
+ </foreignObject>
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89011,704.17327)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3390"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,704.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3388"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,852.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3386"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,852.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3384"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,0,0,2.3666697,-1190.1626,1245.1727)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3382"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-299.49701"
+ fx="524.84497"
+ cy="-299.49701"
+ cx="524.84497"
+ gradientTransform="matrix(2.3667227,1.6735257e-7,-1.6734881e-7,2.3666696,-1869.4478,1374.5942)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3380"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.471205,0,0,1.471205,-720.57265,1581.3348)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3378"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.471205,0,0,1.471205,-720.57265,1581.3348)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3376"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,1.2086046e-7,-8.4584719e-8,2.3666697,-1189.824,1974.1594)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3374"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(-0.599724,1.0387525,-1.0387525,-0.599724,-154.14961,-34.971274)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3372"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-453.3588"
+ x2="501.6304"
+ y1="-462.1629"
+ x1="501.6304"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1472.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3370"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientTransform="matrix(1,0,0,1.4832747,0,-387.23315)"
+ gradientUnits="userSpaceOnUse"
+ r="10.534204"
+ fy="802.66071"
+ fx="16.875"
+ cy="802.66071"
+ cx="16.875"
+ id="radialGradient3368"
+ xlink:href="#linearGradient4806"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1443.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3366"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1443.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3364"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,0,0,2.3666697,-1190.1626,1836.1727)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3362"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89011,862.17327)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3360"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,862.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3358"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1010.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3356"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1010.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3354"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,0,0,2.3666697,-1190.1626,1403.1727)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3352"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(0.8184084,0,0,0.8184084,-411.34607,969.54105)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3350"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(0.8184084,0,0,0.8184084,-411.34607,969.54103)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3348"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1288.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3346"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1288.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3344"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,0,0,2.3666697,-1190.1626,1681.1727)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3342"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89013,985.17333)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3340"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <radialGradient
+ r="20.136915"
+ fy="-438.68246"
+ fx="524"
+ cy="-438.68246"
+ cx="524"
+ gradientTransform="matrix(2.3667228,0,0,2.3666697,-1190.1626,1526.1727)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3338"
+ xlink:href="#linearGradient4041"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-410.13782"
+ x2="549.60004"
+ y1="-410.13782"
+ x1="524.25"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1133.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3336"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-423.83722"
+ x2="537.4314"
+ y1="-420.13782"
+ x1="523.625"
+ spreadMethod="reflect"
+ gradientTransform="matrix(1.133378,0,0,1.133378,-543.89011,985.17327)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3334"
+ xlink:href="#linearGradient5327"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1133.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3332"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3322">
+ <stop
+ style="stop-color:#14a3f9;stop-opacity:1;"
+ offset="0"
+ id="stop3324" />
+ <stop
+ id="stop3326"
+ offset="0.5"
+ style="stop-color:#46d4fb;stop-opacity:1;" />
+ <stop
+ style="stop-color:#56c3fb;stop-opacity:1;"
+ offset="0.77142859"
+ id="stop3328" />
+ <stop
+ style="stop-color:#14a3f9;stop-opacity:1"
+ offset="1"
+ id="stop3330" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3312">
+ <stop
+ id="stop3314"
+ offset="0"
+ style="stop-color:#14a3f9;stop-opacity:1;" />
+ <stop
+ style="stop-color:#12ffdb;stop-opacity:1;"
+ offset="0.5"
+ id="stop3316" />
+ <stop
+ id="stop3318"
+ offset="0.85714287"
+ style="stop-color:#2cd2ff;stop-opacity:1;" />
+ <stop
+ id="stop3320"
+ offset="1"
+ style="stop-color:#14a3f9;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(-0.599724,1.0387525,-1.0387525,-0.599724,-103.52461,-841.5963)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3292"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-453.3588"
+ x2="501.6304"
+ y1="-462.1629"
+ x1="501.6304"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1472.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3290"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <radialGradient
+ r="10.534204"
+ fy="802.66071"
+ fx="16.875"
+ cy="802.66071"
+ cx="16.875"
+ gradientTransform="matrix(1,0,0,1.4832747,0,-387.23315)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3288"
+ xlink:href="#linearGradient4806"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(-0.599724,1.0387525,-1.0387525,-0.599724,-100.02461,-901.8463)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3286"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-453.3588"
+ x2="501.6304"
+ y1="-462.1629"
+ x1="501.6304"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1472.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3284"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <radialGradient
+ r="10.534204"
+ fy="802.66071"
+ fx="16.875"
+ cy="802.66071"
+ cx="16.875"
+ gradientTransform="matrix(1,0,0,1.4832747,0,-387.23315)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3282"
+ xlink:href="#linearGradient4806"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-441.84457"
+ x2="558.04321"
+ y1="-467.88782"
+ x1="532"
+ gradientTransform="matrix(-0.599724,1.0387525,-1.0387525,-0.599724,-161.02461,-879.8463)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3280"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="-453.3588"
+ x2="501.6304"
+ y1="-462.1629"
+ x1="501.6304"
+ gradientTransform="matrix(1.4712049,0,0,1.4712049,-720.91131,1472.3481)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3278"
+ xlink:href="#linearGradient5315"
+ inkscape:collect="always" />
+ <radialGradient
+ r="10.534204"
+ fy="802.66071"
+ fx="16.875"
+ cy="802.66071"
+ cx="16.875"
+ gradientTransform="matrix(1,0,0,1.4832747,0,-387.23315)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3276"
+ xlink:href="#linearGradient4806"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3254">
+ <stop
+ id="stop3256"
+ offset="0"
+ style="stop-color:#14a3f9;stop-opacity:1;" />
+ <stop
+ style="stop-color:#7ee1fd;stop-opacity:1;"
+ offset="0.5"
+ id="stop3258" />
+ <stop
+ id="stop3260"
+ offset="0.77142859"
+ style="stop-color:#56c3fb;stop-opacity:1;" />
+ <stop
+ id="stop3262"
+ offset="1"
+ style="stop-color:#089ff9;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3238">
+ <stop
+ style="stop-color:#14a3f9;stop-opacity:1;"
+ offset="0"
+ id="stop3240" />
+ <stop
+ id="stop3242"
+ offset="0.5"
+ style="stop-color:#46d4fb;stop-opacity:1;" />
+ <stop
+ style="stop-color:#56c3fb;stop-opacity:1;"
+ offset="0.71428573"
+ id="stop3244" />
+ <stop
+ style="stop-color:#14a3f9;stop-opacity:1"
+ offset="1"
+ id="stop3246" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3228">
+ <stop
+ style="stop-color:#14a3f9;stop-opacity:1;"
+ offset="0"
+ id="stop3230" />
+ <stop
+ id="stop3232"
+ offset="0.13714285"
+ style="stop-color:#12ffdb;stop-opacity:1;" />
+ <stop
+ style="stop-color:#2cd2ff;stop-opacity:1;"
+ offset="0.80000001"
+ id="stop3234" />
+ <stop
+ style="stop-color:#14a3f9;stop-opacity:1"
+ offset="1"
+ id="stop3236" />
+ </linearGradient>
+ <linearGradient
+ xlink:href="#linearGradient900"
+ id="linearGradient907" />
+ <linearGradient
+ xlink:href="#linearGradient900"
+ id="linearGradient906" />
+ <linearGradient
+ xlink:href="#linearGradient900"
+ id="linearGradient905" />
+ <linearGradient
+ xlink:href="#linearGradient900"
+ id="linearGradient904" />
+ <linearGradient
+ xlink:href="#linearGradient900"
+ id="linearGradient903" />
+ <linearGradient
+ id="linearGradient900">
+ <stop
+ id="stop901"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop902"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4"
+ inkscape:cx="15.37966"
+ inkscape:cy="49.325407"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer4"
+ width="700px"
+ height="625px"
+ inkscape:window-width="1600"
+ inkscape:window-height="900"
+ inkscape:window-x="-2"
+ inkscape:window-y="87"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ showgrid="false"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer4"
+ inkscape:label="CoA Blue"
+ transform="translate(-199.23827,-20.573614)"
+ style="opacity:1">
+ <g
+ transform="matrix(5.7547059,0,0,5.7547059,86.939954,224.95347)"
+ style="display:inline"
+ inkscape:label="CoB"
+ id="g3625" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="Basic Whites"
+ style="display:inline;opacity:1"
+ transform="translate(-199.23827,-20.573614)">
+ <path
+ id="path3534"
+ d="m 285.51994,21.190491 c -0.24387,0.01886 -0.49582,0.04985 -0.73697,0.09836 -2.86987,0.550439 -4.98582,3.023385 -5.06025,5.944617 -0.0744,2.921231 1.87826,5.494338 4.71639,6.190208 9.25027,2.478632 16.1223,6.443964 22.89397,13.215655 2.4305,2.432904 6.36116,2.430533 8.79406,0 2.43293,-2.43048 2.43051,-6.361104 0,-8.794063 -8.10854,-8.108484 -17.3691,-13.441063 -28.44554,-16.408992 -0.71007,-0.199944 -1.43017,-0.303931 -2.16166,-0.245753 z m -13.46133,19.405863 c -11.26106,0 -22.4953,4.26859 -31.04934,12.822638 -0.1412,0.128266 -0.26489,0.251951 -0.39305,0.393016 -2.20765,2.430991 -2.03794,6.193415 0.39305,8.401046 2.43096,2.20763 6.19333,2.03792 8.40099,-0.393017 12.56379,-12.563762 32.78214,-12.563762 45.34588,0 12.56373,12.563735 12.56373,32.782093 0,45.345833 -12.56374,12.56373 -32.78209,12.56373 -45.34588,0 -1.49306,-1.53591 -3.72556,-2.11677 -5.79716,-1.57212 -2.07164,0.54464 -3.68049,2.15346 -4.22511,4.22506 -0.54459,2.07164 0.0854,4.25499 1.62128,5.7481 17.10812,17.10807 45.03977,17.1081 62.14788,0 17.10807,-17.108151 17.10807,-45.039822 0,-62.147918 -8.55407,-8.554048 -19.83749,-12.822638 -31.09854,-12.822638 z m 0,20.584994 c -5.9844,0 -11.97161,2.293293 -16.50724,6.828898 -9.07126,9.071261 -9.07126,23.943299 0,33.014534 9.07126,9.07126 23.9433,9.07126 33.01454,0 9.07126,-9.071262 9.07129,-23.943273 0,-33.014534 -4.53563,-4.535605 -10.52283,-6.828898 -16.5073,-6.828898 z m -56.35067,2.014261 c -1.73017,0.02425 -3.42336,0.780321 -4.6181,2.161659 -0.64965,0.73858 -1.1332,1.650535 -1.37564,2.603827 -2.96791,11.076468 -2.96791,21.741516 0,32.818035 0.89177,3.32137 4.29362,5.31329 7.61498,4.4216 3.32134,-0.89172 5.31334,-4.29357 4.4216,-7.614961 -2.47861,-9.250322 -2.47861,-17.181014 0,-26.431282 0.8164,-2.805819 -0.42978,-5.776686 -2.99685,-7.172818 -0.96266,-0.523519 -2.00787,-0.8001 -3.04599,-0.78606 z m 19.06196,5.453298 c -1.26048,0.128536 -2.51309,0.660004 -3.48815,1.572121 -0.83691,0.779485 -1.43963,1.789688 -1.71949,2.898596 -2.04391,7.627838 -1.99473,15.118814 0.0491,22.746626 0.85041,3.169706 4.10133,5.02633 7.27103,4.17592 3.16974,-0.850408 5.07549,-4.101305 4.2251,-7.271038 -1.57635,-5.882963 -1.62547,-10.673401 -0.0491,-16.55639 0.7351,-2.567206 -0.32565,-5.337617 -2.60383,-6.730624 -1.13912,-0.696517 -2.42417,-0.963746 -3.68466,-0.835211 z m 37.28871,3.979453 c 3.0305,0 6.06609,1.153208 8.40107,3.488135 4.66985,4.669851 4.66985,12.13213 0,16.802036 -4.6699,4.669879 -12.08306,4.669879 -16.75296,0 -4.66986,-4.669934 -4.66986,-12.13213 0,-16.802036 2.33497,-2.334927 5.32142,-3.488135 8.35189,-3.488135 z m 40.8752,47.90055 c -1.59361,7.6e-4 -3.20636,0.60129 -4.42163,1.81774 -6.77166,6.7717 -13.59455,10.73703 -22.84487,13.21566 -2.8381,0.6959 -4.83995,3.26901 -4.76552,6.19021 0.0744,2.92123 2.19039,5.39418 5.06029,5.94459 0.96444,0.19348 1.9518,0.16842 2.8986,-0.0983 11.07644,-2.96795 20.33702,-8.34963 28.44556,-16.45814 2.4305,-2.43296 2.43294,-6.36353 0,-8.79406 -1.21645,-1.21524 -2.77887,-1.81855 -4.37243,-1.81775 z"
+ style="color:#000000;fill:#0094f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/scott/artwork/us-cof/ubuntustudio-logo-test3.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+</svg>
=== added directory 'usr/share/ubuntustudio'
=== added directory 'usr/share/ubuntustudio/applications'
=== added file 'usr/share/ubuntustudio/applications/Thunar-bulk-rename.desktop'
--- usr/share/ubuntustudio/applications/Thunar-bulk-rename.desktop 1970-01-01 00:00:00 +0000
+++ usr/share/ubuntustudio/applications/Thunar-bulk-rename.desktop 2013-10-22 18:12:52 +0000
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true
=== added file 'usr/share/ubuntustudio/applications/Thunar.desktop'
--- usr/share/ubuntustudio/applications/Thunar.desktop 1970-01-01 00:00:00 +0000
+++ usr/share/ubuntustudio/applications/Thunar.desktop 2013-10-22 18:12:52 +0000
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true
=== added file 'usr/share/ubuntustudio/applications/debian-uxterm.desktop'
--- usr/share/ubuntustudio/applications/debian-uxterm.desktop 1970-01-01 00:00:00 +0000
+++ usr/share/ubuntustudio/applications/debian-uxterm.desktop 2013-10-22 18:12:52 +0000
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true
=== added file 'usr/share/ubuntustudio/applications/debian-xterm.desktop'
--- usr/share/ubuntustudio/applications/debian-xterm.desktop 1970-01-01 00:00:00 +0000
+++ usr/share/ubuntustudio/applications/debian-xterm.desktop 2013-10-22 18:12:52 +0000
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true
=== added file 'usr/share/ubuntustudio/applications/defaults.list'
--- usr/share/ubuntustudio/applications/defaults.list 1970-01-01 00:00:00 +0000
+++ usr/share/ubuntustudio/applications/defaults.list 2013-10-22 18:12:52 +0000
@@ -0,0 +1,177 @@
+[Default Applications]
+application/csv=gnumeric.desktop
+application/excel=gnumeric.desktop
+application/msexcel=gnumeric.desktop
+application/msword=abiword.desktop
+application/ogg=totem.desktop
+application/pdf=epdfview.desktop
+application/postscript=epdfview.desktop
+application/rtf=abiword.desktop
+application/tab-separated-values=gnumeric.desktop
+application/vnd.lotus-1-2-3=gnumeric.desktop
+application/vnd.ms-excel=gnumeric.desktop
+application/vnd.ms-word=abiword.desktop
+application/vnd.rn-realmedia=totem.desktop
+application/vnd.sun.xml.calc=gnumeric.desktop
+application/vnd.sun.xml.calc.template=gnumeric.desktop
+application/vnd.sun.xml.draw=libreoffice-draw.desktop
+application/vnd.sun.xml.draw.template=libreoffice-draw.desktop
+application/vnd.sun.xml.math=libreoffice-math.desktop
+application/vnd.sun.xml.writer=abiword.desktop
+application/vnd.sun.xml.writer.template=abiword.desktop
+application/vnd.sun.xml.writer.global=abiword.desktop
+application/vnd.oasis.opendocument.formula=libreoffice-math.desktop
+application/vnd.oasis.opendocument.graphics=libreoffice-draw.desktop
+application/vnd.oasis.opendocument.graphics-template=libreoffice-draw.desktop
+application/vnd.oasis.opendocument.presentation=libreoffice-impress.desktop
+application/vnd.oasis.opendocument.presentation-template=libreoffice-impress.desktop
+application/vnd.oasis.opendocument.spreadsheet=gnumeric.desktop
+application/vnd.oasis.opendocument.spreadsheet-template=gnumeric.desktop
+application/vnd.oasis.opendocument.text=abiword.desktop
+application/vnd.oasis.opendocument.text-template=abiword.desktop
+application/vnd.oasis.opendocument.text-web=abiword.desktop
+application/vnd.oasis.opendocument.text-master=abiword.desktop
+application/vnd.sun.xml.impress=libreoffice-impress.desktop
+application/vnd.sun.xml.impress.template=libreoffice-impress.desktop
+application/vnd.stardivision.calc=gnumeric.desktop
+application/vnd.stardivision.draw=libreoffice-draw.desktop
+application/vnd.stardivision.impress=libreoffice-impress.desktop
+application/vnd.stardivision.math=libreoffice-math.desktop
+application/vnd.stardivision.writer=abiword.desktop
+application/mspowerpoint=libreoffice-impress.desktop
+application/vnd.ms-powerpoint=libreoffice-impress.desktop
+application/vnd.wordperfect=abiword.desktop
+application/wordperfect=abiword.desktop
+application/x-123=gnumeric.desktop
+application/x-abiword=abiword.desktop
+application/x-applix-spreadsheet=gnumeric.desktop
+application/x-ar=file-roller.desktop
+application/x-arj=file-roller.desktop
+application/x-bzip-compressed-tar=file-roller.desktop
+application/x-bzip=file-roller.desktop
+application/x-cd-image=file-roller.desktop
+application/x-compressed-tar=file-roller.desktop
+application/x-compress=file-roller.desktop
+application/x-deb=ubuntu-software-center.desktop
+application/x-debian-package=ubuntu-software-center.desktop
+application/x-dos_ms_excel=gnumeric.desktop
+application/x-ear=file-roller.desktop
+application/x-excel=gnumeric.desktop
+application/x-extension-m4a=totem.desktop
+application/x-extension-mp4=totem.desktop
+application/x-flac=totem.desktop
+application/x-glade=glade-2.desktop
+application/x-gnumeric=gnumeric.desktop
+application/x-gtar=file-roller.desktop
+application/x-gzip=file-roller.desktop
+application/x-gzpostscript=epdfview.desktop
+application/xhtml+xml=firefox.desktop
+application/x-jar=file-roller.desktop
+application/x-java-archive=file-roller.desktop
+application/x-lha=file-roller.desktop
+application/x-lhz=file-roller.desktop
+application/xls=gnumeric.desktop
+application/x-lzop=file-roller.desktop
+application/x-matroska=totem.desktop
+application/x-mps=gnumeric.desktop
+application/x-ms-excel=gnumeric.desktop
+application/x-msexcel=gnumeric.desktop
+application/x-ogg=totem.desktop
+application/x-oleo=gnumeric.desktop
+application/x-perl=gedit.desktop
+application/x-planperfect=gnumeric.desktop
+application/x-quattropro=gnumeric.desktop
+application/x-rar-compressed=file-roller.desktop
+application/x-rar=file-roller.desktop
+application/x-rpm=file-roller.desktop
+application/x-sc=gnumeric.desktop
+application/x-shockwave-flash=totem.desktop
+application/x-sylk=gnumeric.desktop
+application/x-tar=file-roller.desktop
+application/x-war=file-roller.desktop
+application/x-xbase=gnumeric.desktop
+application/x-xls=gnumeric.desktop
+application/x-zip-compressed=file-roller.desktop
+application/x-zip=file-roller.desktop
+application/x-zoo=file-roller.desktop
+application/zip=file-roller.desktop
+audio/mpeg=audacious.desktop
+audio/mpegurl=audacious.desktop
+audio/vnd.rn-realaudio=totem.desktop
+audio/x-flac=audacious.desktop
+audio/x-m4a=audacious.desktop
+audio/x-mp3=audacious.desktop
+audio/x-mpeg=audacious.desktop
+audio/x-mpegurl=audacious.desktop
+audio/x-ms-asf=audacious.desktop
+audio/x-ms-asx=audacious.desktop
+audio/x-ms-wax=audacious.desktop
+audio/x-pn-aiff=audacious.desktop
+audio/x-pn-au=audacious.desktop
+audio/x-pn-realaudio-plugin=audacious.desktop
+audio/x-pn-realaudio=audacious.desktop
+audio/x-pn-wav=audacious.desktop
+audio/x-pn-windows-acm=audacious.desktop
+audio/x-real-audio=totem.desktop
+audio/x-scpls=audacious.desktop
+audio/x-wav=audacious.desktop
+image/bmp=ristretto.desktop
+image/gif=ristretto.desktop
+image/jpeg=ristretto.desktop
+image/jpg=ristretto.desktop
+image/pjpeg=ristretto.desktop
+image/png=ristretto.desktop
+image/svg+xml=ristretto.desktop
+image/tiff=ristretto.desktop
+image/vnd.rn-realpix=totem.desktop
+image/x-bmp=ristretto.desktop
+image/x-gray=ristretto.desktop
+image/x-icb=ristretto.desktop
+image/x-ico=ristretto.desktop
+image/x-png=ristretto.desktop
+image/x-portable-anymap=ristretto.desktop
+image/x-portable-bitmap=ristretto.desktop
+image/x-portable-graymap=ristretto.desktop
+image/x-portable-pixmap=ristretto.desktop
+image/x-psd=ristretto.desktop
+image/x-xbitmap=ristretto.desktop
+image/x-xpixmap=ristretto.desktop
+inode/directory=nautilus.desktop
+misc/ultravox=totem.desktop
+multipart/x-zip=file-roller.desktop
+text/abiword=abiword.desktop
+text/comma-separated-values=gnumeric.desktop
+text/csv=gnumeric.desktop
+text/html=firefox.desktop
+text/plain=gedit.desktop
+text/richtext=gedit.desktop
+text/rtf=gedit.desktop
+text/spreadsheet=gnumeric.desktop
+text/tab-separated-values=gnumeric.desktop
+text/x-apport=apport-gtk-mime.desktop
+text/x-comma-separated-values=gnumeric.desktop
+text/x-chdr=gedit.desktop
+text/x-csrc=gedit.desktop
+text/x-dtd=gedit.desktop
+text/x-java=gedit.desktop
+text/mathml=gedit.desktop
+text/x-python=gedit.desktop
+text/x-sql=gedit.desktop
+text/xml=firefox.desktop
+video/dv=totem.desktop
+video/mp4=totem.desktop
+video/mpeg=totem.desktop
+video/msvideo=totem.desktop
+video/quicktime=totem.desktop
+video/vnd.rn-realvideo=totem.desktop
+video/x-anim=totem.desktop
+video/x-avi=totem.desktop
+video/x-flc=totem.desktop
+video/x-fli=totem.desktop
+video/x-mpeg=totem.desktop
+video/x-ms-asf=totem.desktop
+video/x-msvideo=totem.desktop
+video/x-ms-wmv=totem.desktop
+video/x-nsv=totem.desktop
+x-directory/normal=nautilus.desktop
+zz-application/zz-winassoc-xls=gnumeric.desktop
=== added file 'usr/share/ubuntustudio/applications/hdspmixer.desktop'
--- usr/share/ubuntustudio/applications/hdspmixer.desktop 1970-01-01 00:00:00 +0000
+++ usr/share/ubuntustudio/applications/hdspmixer.desktop 2013-10-22 18:12:52 +0000
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=HDSPMixer
+GenericName=
+Comment=Control the advanced routing features of the RME Hammerfall DSP
+Icon=hdspmixer
+Exec=hdspmixer
+Terminal=false
+Categories=AudioVideo;Audio;
=== added file 'usr/share/ubuntustudio/applications/hexter.desktop'
--- usr/share/ubuntustudio/applications/hexter.desktop 1970-01-01 00:00:00 +0000
+++ usr/share/ubuntustudio/applications/hexter.desktop 2013-10-22 18:12:52 +0000
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Hexter
+Comment=Yamaha DX7 modeling DSSI plugin
+Exec=jack-dssi-host hexter.so
+Icon=hexter
+Terminal=false
+Type=Application
+Categories=GNOME;AudioVideo;Audio;X-Synthesis;
=== added file 'usr/share/ubuntustudio/applications/us-gcm-calibrate.desktop'
--- usr/share/ubuntustudio/applications/us-gcm-calibrate.desktop 1970-01-01 00:00:00 +0000
+++ usr/share/ubuntustudio/applications/us-gcm-calibrate.desktop 2013-10-22 18:12:52 +0000
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=Display Calibration
+Comment=Plug in Colorimeter before running this
+Icon=gnome-color-manager
+Exec=gcm-calibrate
+Terminal=false
+Type=Application
+Categories=Settings;X-XFCE-SettingsDialog;X-XFCE-HardwareSettings;
+StartupNotify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gnome-color-manager
+X-GNOME-Bugzilla-Component=gnome-color-manager
+X-Ubuntu-Gettext-Domain=gnome-color-manager
=== added file 'usr/share/ubuntustudio/applications/us-gcm-picker.desktop'
--- usr/share/ubuntustudio/applications/us-gcm-picker.desktop 1970-01-01 00:00:00 +0000
+++ usr/share/ubuntustudio/applications/us-gcm-picker.desktop 2013-10-22 18:12:52 +0000
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=Color Picker
+Comment=Use the color sensor to sample spot colors
+Icon=gnome-color-manager
+Exec=gcm-picker
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Utility;
+StartupNotify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gnome-color-manager
+X-GNOME-Bugzilla-Component=gnome-color-manager
+X-Ubuntu-Gettext-Domain=gnome-color-manager
=== added file 'usr/share/ubuntustudio/applications/us-gcm-viewer.desktop'
--- usr/share/ubuntustudio/applications/us-gcm-viewer.desktop 1970-01-01 00:00:00 +0000
+++ usr/share/ubuntustudio/applications/us-gcm-viewer.desktop 2013-10-22 18:12:52 +0000
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=Color Profile Viewer
+Comment=Inspect and compare installed color profiles
+Icon=gnome-color-manager
+Exec=gcm-viewer
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Utility;
+StartupNotify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gnome-color-manager
+X-GNOME-Bugzilla-Component=gnome-color-manager
+X-Ubuntu-Gettext-Domain=gnome-color-manager
=== added file 'usr/share/ubuntustudio/applications/xfce4-terminal.desktop'
--- usr/share/ubuntustudio/applications/xfce4-terminal.desktop 1970-01-01 00:00:00 +0000
+++ usr/share/ubuntustudio/applications/xfce4-terminal.desktop 2013-10-22 18:12:52 +0000
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true
=== added directory 'usr/share/xsessions'
=== added file 'usr/share/xsessions/ubuntustudio.desktop'
--- usr/share/xsessions/ubuntustudio.desktop 1970-01-01 00:00:00 +0000
+++ usr/share/xsessions/ubuntustudio.desktop 2013-10-22 18:12:52 +0000
@@ -0,0 +1,9 @@
+
+[Desktop Entry]
+Version=1.0
+Name=Ubuntu Studio Session
+Comment=Use this session to run Ubuntu Studio as your desktop environment
+Exec=startxfce4
+Icon=
+Type=Application
+Name[en_US]=ubuntustudio