summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2007-10-31 13:23:44 +0000
committerLuca Ferretti <lferrett@src.gnome.org>2007-10-31 13:23:44 +0000
commit0213aab4e6d4c402ffe5d5473faaf7c23123894a (patch)
treeba2e6b11f444b3cb2b866af3a7de373d0de31dd3
parent3dea555444492d6a0c6cdc78e3f0a829cce00b3d (diff)
downloadgdm-0213aab4e6d4c402ffe5d5473faaf7c23123894a.tar.gz
Added new data/ directory to svn, storing by now icons/ directory with new
2007-10-31 Luca Ferretti <elle.uca@libero.it> * data/*: Added new data/ directory to svn, storing by now icons/ directory with new named icons for gdm: "gdmsetup" and "gdmflexiserver". svn path=/branches/gnome-2-20/; revision=5468
-rw-r--r--ChangeLog6
-rw-r--r--data/Makefile.am1
-rw-r--r--data/icons/16x16/Makefile.am1
-rw-r--r--data/icons/16x16/apps/Makefile.am18
-rw-r--r--data/icons/16x16/apps/gdmflexiserver.pngbin0 -> 777 bytes
-rw-r--r--data/icons/16x16/apps/gdmflexiserver.xcf.bz2bin0 -> 1685 bytes
-rw-r--r--data/icons/16x16/apps/gdmsetup.pngbin0 -> 499 bytes
-rw-r--r--data/icons/16x16/apps/gdmsetup.svg169
-rw-r--r--data/icons/22x22/Makefile.am1
-rw-r--r--data/icons/22x22/apps/Makefile.am18
-rw-r--r--data/icons/22x22/apps/gdmflexiserver.pngbin0 -> 1052 bytes
-rw-r--r--data/icons/22x22/apps/gdmflexiserver.xcf.bz2bin0 -> 1817 bytes
-rw-r--r--data/icons/22x22/apps/gdmsetup.pngbin0 -> 996 bytes
-rw-r--r--data/icons/22x22/apps/gdmsetup.xcf.bz2bin0 -> 1753 bytes
-rw-r--r--data/icons/24x24/Makefile.am1
-rw-r--r--data/icons/24x24/apps/Makefile.am16
-rw-r--r--data/icons/24x24/apps/gdmflexiserver.pngbin0 -> 1088 bytes
-rw-r--r--data/icons/24x24/apps/gdmsetup.pngbin0 -> 1012 bytes
-rw-r--r--data/icons/32x32/Makefile.am1
-rw-r--r--data/icons/32x32/apps/Makefile.am18
-rw-r--r--data/icons/32x32/apps/gdm-setup.pngbin0 -> 1393 bytes
-rw-r--r--data/icons/32x32/apps/gdmflexiserver.pngbin0 -> 1718 bytes
-rw-r--r--data/icons/32x32/apps/gdmflexiserver.svg398
-rw-r--r--data/icons/32x32/apps/gdmsetup.pngbin0 -> 1681 bytes
-rw-r--r--data/icons/32x32/apps/gdmsetup.svg930
-rw-r--r--data/icons/48x48/Makefile.am1
-rw-r--r--data/icons/48x48/apps/Makefile.am15
-rw-r--r--data/icons/48x48/apps/gdmflexiserver.pngbin0 -> 2544 bytes
-rw-r--r--data/icons/48x48/apps/gdmsetup.pngbin0 -> 2936 bytes
-rw-r--r--data/icons/Makefile.am15
-rw-r--r--data/icons/scalable/Makefile.am1
-rw-r--r--data/icons/scalable/apps/Makefile.am15
-rw-r--r--data/icons/scalable/apps/gdmflexiserver.svg754
-rw-r--r--data/icons/scalable/apps/gdmsetup.svg452
34 files changed, 2831 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2b9b2a2..8f9d0db7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-31 Luca Ferretti <elle.uca@libero.it>
+
+ * data/*: Added new data/ directory to svn, storing
+ by now icons/ directory with new named icons for gdm:
+ "gdmsetup" and "gdmflexiserver".
+
2007-10-15 Brian Cameron <brian.cameron@sun.com>
* Release 2.20.1:
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 00000000..ff9cd81a
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = icons \ No newline at end of file
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
new file mode 100644
index 00000000..ebbd1452
--- /dev/null
+++ b/data/icons/16x16/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = apps
diff --git a/data/icons/16x16/apps/Makefile.am b/data/icons/16x16/apps/Makefile.am
new file mode 100644
index 00000000..7e686c92
--- /dev/null
+++ b/data/icons/16x16/apps/Makefile.am
@@ -0,0 +1,18 @@
+themedir = $(datadir)/icons/hicolor
+size = 16x16
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ gdmflexiserver.png \
+ gdmsetup.png
+
+
+noinst_DATA = \
+ gdmflexiserver.xcf.bz2 \
+ gdmsetup.svg
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)
diff --git a/data/icons/16x16/apps/gdmflexiserver.png b/data/icons/16x16/apps/gdmflexiserver.png
new file mode 100644
index 00000000..b08483b1
--- /dev/null
+++ b/data/icons/16x16/apps/gdmflexiserver.png
Binary files differ
diff --git a/data/icons/16x16/apps/gdmflexiserver.xcf.bz2 b/data/icons/16x16/apps/gdmflexiserver.xcf.bz2
new file mode 100644
index 00000000..a5d2d5a3
--- /dev/null
+++ b/data/icons/16x16/apps/gdmflexiserver.xcf.bz2
Binary files differ
diff --git a/data/icons/16x16/apps/gdmsetup.png b/data/icons/16x16/apps/gdmsetup.png
new file mode 100644
index 00000000..704e7d47
--- /dev/null
+++ b/data/icons/16x16/apps/gdmsetup.png
Binary files differ
diff --git a/data/icons/16x16/apps/gdmsetup.svg b/data/icons/16x16/apps/gdmsetup.svg
new file mode 100644
index 00000000..6b7ba7e9
--- /dev/null
+++ b/data/icons/16x16/apps/gdmsetup.svg
@@ -0,0 +1,169 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ 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="16"
+ height="16"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.45+devel"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Desktop/per tangerine/16x16"
+ sodipodi:docname="gdm-setup.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6288">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0"
+ id="stop6290" />
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1"
+ offset="1"
+ id="stop6292" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6288"
+ id="radialGradient6294"
+ cx="11.03125"
+ cy="11.49707"
+ fx="11.03125"
+ fy="11.49707"
+ r="10.96875"
+ gradientTransform="matrix(1.0315628,0,0,1.0500151,-3.348177,-3.6438158)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="13.533412"
+ inkscape:cy="8.6082903"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="16px"
+ height="16px"
+ inkscape:showpageshadow="false"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ showgrid="false"
+ inkscape:window-width="1003"
+ inkscape:window-height="696"
+ inkscape:window-x="10"
+ inkscape:window-y="65"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ showborder="false"
+ borderlayer="true" />
+ <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" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="opacity:1;fill:url(#radialGradient6294);fill-opacity:1;stroke:#3465a4;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999999999999996;stroke-opacity:1"
+ id="rect5317"
+ width="14.937499"
+ height="12.9375"
+ x="0.56249994"
+ y="1.5625"
+ rx="1.3237432"
+ ry="1.3237432" />
+ <rect
+ style="opacity:0.55;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect6304"
+ width="13"
+ height="11.0625"
+ x="1.5"
+ y="2.5"
+ rx="0.57898039"
+ ry="0.57898039" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#729fcf;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999999999999996;stroke-opacity:1"
+ id="rect6306"
+ width="10.999999"
+ height="4.03125"
+ x="2.5"
+ y="6.5"
+ rx="0.52456522"
+ ry="0.57374322" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="path6308"
+ sodipodi:cx="7.5793009"
+ sodipodi:cy="11.769049"
+ sodipodi:rx="1.3037281"
+ sodipodi:ry="1.3479223"
+ d="M 8.883029 11.769049 A 1.3037281 1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281 1.3479223 0 1 1 8.883029 11.769049 z"
+ transform="matrix(0.7670311,0,0,0.7418825,-0.8135595,0.2687487)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="path6310"
+ sodipodi:cx="7.5793009"
+ sodipodi:cy="11.769049"
+ sodipodi:rx="1.3037281"
+ sodipodi:ry="1.3479223"
+ d="M 8.883029 11.769049 A 1.3037281 1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281 1.3479223 0 1 1 8.883029 11.769049 z"
+ transform="matrix(0.767031,0,0,0.7418825,2.1864414,0.2687487)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="path6312"
+ sodipodi:cx="7.5793009"
+ sodipodi:cy="11.769049"
+ sodipodi:rx="1.3037281"
+ sodipodi:ry="1.3479223"
+ d="M 8.883029 11.769049 A 1.3037281 1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281 1.3479223 0 1 1 8.883029 11.769049 z"
+ transform="matrix(0.7670311,0,0,0.7418825,5.1864405,0.2687487)" />
+ </g>
+</svg>
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
new file mode 100644
index 00000000..ebbd1452
--- /dev/null
+++ b/data/icons/22x22/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = apps
diff --git a/data/icons/22x22/apps/Makefile.am b/data/icons/22x22/apps/Makefile.am
new file mode 100644
index 00000000..28611000
--- /dev/null
+++ b/data/icons/22x22/apps/Makefile.am
@@ -0,0 +1,18 @@
+themedir = $(datadir)/icons/hicolor
+size = 22x22
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ gdmflexiserver.png \
+ gdmsetup.png
+
+
+noinst_DATA = \
+ gdmflexiserver.xcf.bz2 \
+ gdmsetup.xcf.bz2
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)
diff --git a/data/icons/22x22/apps/gdmflexiserver.png b/data/icons/22x22/apps/gdmflexiserver.png
new file mode 100644
index 00000000..14180d48
--- /dev/null
+++ b/data/icons/22x22/apps/gdmflexiserver.png
Binary files differ
diff --git a/data/icons/22x22/apps/gdmflexiserver.xcf.bz2 b/data/icons/22x22/apps/gdmflexiserver.xcf.bz2
new file mode 100644
index 00000000..ef72d018
--- /dev/null
+++ b/data/icons/22x22/apps/gdmflexiserver.xcf.bz2
Binary files differ
diff --git a/data/icons/22x22/apps/gdmsetup.png b/data/icons/22x22/apps/gdmsetup.png
new file mode 100644
index 00000000..fca76ecc
--- /dev/null
+++ b/data/icons/22x22/apps/gdmsetup.png
Binary files differ
diff --git a/data/icons/22x22/apps/gdmsetup.xcf.bz2 b/data/icons/22x22/apps/gdmsetup.xcf.bz2
new file mode 100644
index 00000000..26e63c9e
--- /dev/null
+++ b/data/icons/22x22/apps/gdmsetup.xcf.bz2
Binary files differ
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
new file mode 100644
index 00000000..ebbd1452
--- /dev/null
+++ b/data/icons/24x24/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = apps
diff --git a/data/icons/24x24/apps/Makefile.am b/data/icons/24x24/apps/Makefile.am
new file mode 100644
index 00000000..d9976909
--- /dev/null
+++ b/data/icons/24x24/apps/Makefile.am
@@ -0,0 +1,16 @@
+themedir = $(datadir)/icons/hicolor
+size = 24x24
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ gdmflexiserver.png \
+ gdmsetup.png
+
+
+noinst_DATA =
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)
diff --git a/data/icons/24x24/apps/gdmflexiserver.png b/data/icons/24x24/apps/gdmflexiserver.png
new file mode 100644
index 00000000..ac834866
--- /dev/null
+++ b/data/icons/24x24/apps/gdmflexiserver.png
Binary files differ
diff --git a/data/icons/24x24/apps/gdmsetup.png b/data/icons/24x24/apps/gdmsetup.png
new file mode 100644
index 00000000..c0451a2c
--- /dev/null
+++ b/data/icons/24x24/apps/gdmsetup.png
Binary files differ
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
new file mode 100644
index 00000000..ebbd1452
--- /dev/null
+++ b/data/icons/32x32/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = apps
diff --git a/data/icons/32x32/apps/Makefile.am b/data/icons/32x32/apps/Makefile.am
new file mode 100644
index 00000000..4cd1975f
--- /dev/null
+++ b/data/icons/32x32/apps/Makefile.am
@@ -0,0 +1,18 @@
+themedir = $(datadir)/icons/hicolor
+size = 32x32
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ gdmflexiserver.png \
+ gdmsetup.png
+
+
+noinst_DATA = \
+ gdmflexiserver.svg \
+ gdmsetup.svg
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)
diff --git a/data/icons/32x32/apps/gdm-setup.png b/data/icons/32x32/apps/gdm-setup.png
new file mode 100644
index 00000000..c3beb9e5
--- /dev/null
+++ b/data/icons/32x32/apps/gdm-setup.png
Binary files differ
diff --git a/data/icons/32x32/apps/gdmflexiserver.png b/data/icons/32x32/apps/gdmflexiserver.png
new file mode 100644
index 00000000..7327de1e
--- /dev/null
+++ b/data/icons/32x32/apps/gdmflexiserver.png
Binary files differ
diff --git a/data/icons/32x32/apps/gdmflexiserver.svg b/data/icons/32x32/apps/gdmflexiserver.svg
new file mode 100644
index 00000000..98162f06
--- /dev/null
+++ b/data/icons/32x32/apps/gdmflexiserver.svg
@@ -0,0 +1,398 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ 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="32"
+ height="32"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.45+devel"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Desktop/per tangerine/scalable"
+ sodipodi:docname="gdmflexiserver.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6380">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6382" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6384" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8368">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop8370" />
+ <stop
+ id="stop8376"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8372" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8358">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8360" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8362" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5354">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop5356" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5358" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6288">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0"
+ id="stop6290" />
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1"
+ offset="1"
+ id="stop6292" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8358"
+ id="radialGradient8401"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.25,-4,-84.375)"
+ cx="1"
+ cy="37.5"
+ fx="1"
+ fy="37.5"
+ r="2" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8368"
+ id="linearGradient8403"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1,0)"
+ x1="9"
+ y1="40"
+ x2="9"
+ y2="35" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8358"
+ id="radialGradient8405"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.25,44,-9.375)"
+ cx="1"
+ cy="37.5"
+ fx="1"
+ fy="37.5"
+ r="2" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6380"
+ id="radialGradient6134"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.1913707,0,0,1.0205593,46.450372,5.9792266)"
+ cx="17.48214"
+ cy="8.3041525"
+ fx="17.48214"
+ fy="8.3041525"
+ r="21" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5354"
+ id="linearGradient6152"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6363274,0,0,0.6,0.7273453,3.3999997)"
+ x1="18.119612"
+ y1="36.509514"
+ x2="18.119612"
+ y2="40.376373" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6288"
+ id="radialGradient6161"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.0411675,0,0,1.4617166,-6.5174282,0.8997515)"
+ cx="11.03125"
+ cy="11.49707"
+ fx="11.03125"
+ fy="11.49707"
+ r="10.96875" />
+ <linearGradient
+ id="linearGradient2378">
+ <stop
+ id="stop2380"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#fefede;stop-opacity:0.91836733;"
+ offset="0.25"
+ id="stop4146" />
+ <stop
+ style="stop-color:#f5f328;stop-opacity:1;"
+ offset="0.5"
+ id="stop2386" />
+ <stop
+ id="stop2382"
+ offset="1"
+ style="stop-color:#f5f32d;stop-opacity:0.12234043;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2378"
+ id="radialGradient7172"
+ gradientUnits="userSpaceOnUse"
+ cx="38.658855"
+ cy="9.3411446"
+ fx="38.658855"
+ fy="9.3411446"
+ r="8.341651" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="33.776706"
+ inkscape:cy="22.399438"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="32px"
+ height="32px"
+ inkscape:showpageshadow="false"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ showgrid="false"
+ inkscape:window-width="1003"
+ inkscape:window-height="696"
+ inkscape:window-x="322"
+ inkscape:window-y="144"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ showborder="false"
+ inkscape:snap-nodes="false"
+ gridtolerance="10000"
+ inkscape:snap-bbox="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid6113" />
+ </sodipodi:namedview>
+ <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" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g8396"
+ style="opacity:0.3"
+ transform="matrix(0.6956521,0,0,0.9,-0.6956507,-5.5)">
+ <rect
+ style="opacity:1;fill:url(#radialGradient8401);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect8348"
+ width="2"
+ height="5"
+ x="-3"
+ y="-40"
+ transform="scale(-1,-1)" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient8403);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect8366"
+ width="42"
+ height="5"
+ x="3"
+ y="35" />
+ <rect
+ style="opacity:1;fill:url(#radialGradient8405);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect8390"
+ width="2"
+ height="5"
+ x="45"
+ y="35" />
+ </g>
+ <g
+ id="g8378" />
+ <rect
+ style="fill:url(#radialGradient6161);fill-opacity:1;stroke:#3465a4;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect5317"
+ width="28.998348"
+ height="22.97965"
+ x="1.5000268"
+ y="5.5101757"
+ rx="1.3838625"
+ ry="1.4280479" />
+ <rect
+ style="opacity:0.45;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect6304"
+ width="27"
+ height="20.999996"
+ x="2.5"
+ y="6.5000033"
+ rx="0.70888549"
+ ry="0.72921175" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#729fcf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect6306"
+ width="13.999999"
+ height="4"
+ x="8.5"
+ y="15.5"
+ rx="0.68714678"
+ ry="0.68714672" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="path6308"
+ sodipodi:cx="7.5793009"
+ sodipodi:cy="11.769049"
+ sodipodi:rx="1.3037281"
+ sodipodi:ry="1.3479223"
+ d="M 8.883029,11.769049 A 1.3037281,1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281,1.3479223 0 1 1 8.883029,11.769049 z"
+ transform="matrix(0.7763539,0,0,0.7418825,5.1036258,9.2687486)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="path5346"
+ sodipodi:cx="7.5793009"
+ sodipodi:cy="11.769049"
+ sodipodi:rx="1.3037281"
+ sodipodi:ry="1.3479223"
+ d="M 8.883029,11.769049 A 1.3037281,1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281,1.3479223 0 1 1 8.883029,11.769049 z"
+ transform="matrix(0.7763539,0,0,0.7418825,8.1036258,9.2687486)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="path5348"
+ sodipodi:cx="7.5793009"
+ sodipodi:cy="11.769049"
+ sodipodi:rx="1.3037281"
+ sodipodi:ry="1.3479223"
+ d="M 8.883029,11.769049 A 1.3037281,1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281,1.3479223 0 1 1 8.883029,11.769049 z"
+ transform="matrix(0.7763538,0,0,0.7418825,11.103626,9.2687486)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="path5350"
+ sodipodi:cx="7.5793009"
+ sodipodi:cy="11.769049"
+ sodipodi:rx="1.3037281"
+ sodipodi:ry="1.3479223"
+ d="M 8.883029,11.769049 A 1.3037281,1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281,1.3479223 0 1 1 8.883029,11.769049 z"
+ transform="matrix(0.7670312,0,0,0.7418825,14.18644,9.2687492)" />
+ <rect
+ style="opacity:0.6561086;fill:url(#linearGradient6152);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect5352"
+ width="27.998404"
+ height="3"
+ x="2"
+ y="25"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:0.06896554;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect6331"
+ width="8"
+ height="0.99999958"
+ x="8"
+ y="13"
+ rx="0.49999979"
+ ry="0.49999979" />
+ <path
+ style="opacity:0.5;fill:url(#radialGradient6134);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ d="M 28.958334,6 C 29.539635,6 30,6.4756948 30,7.0763504 L 30,12.26436 C 21.539831,17.905895 11.847335,20.61019 2,18.09818 L 2,7.0763504 C 2,6.4756944 2.460366,6 3.0416667,6 L 28.958334,6 z"
+ id="path6374" />
+ <g
+ transform="translate(-14.448204,-1.634216)"
+ id="g1999">
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient7172);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path2388"
+ sodipodi:cx="38.658855"
+ sodipodi:cy="9.3411446"
+ sodipodi:rx="8.341651"
+ sodipodi:ry="8.341651"
+ d="M 47.000506,9.3411446 A 8.341651,8.341651 0 1 1 30.317204,9.3411446 A 8.341651,8.341651 0 1 1 47.000506,9.3411446 z"
+ transform="matrix(1.14985,0,0,1.14985,-7.595328,0.490895)" />
+ <path
+ sodipodi:type="star"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path1345"
+ sodipodi:sides="5"
+ sodipodi:cx="36.9375"
+ sodipodi:cy="11.125"
+ sodipodi:r1="8.755579"
+ sodipodi:r2="5.0676599"
+ sodipodi:arg1="0.52359878"
+ sodipodi:arg2="1.1519173"
+ inkscape:flatsided="false"
+ inkscape:rounded="0.18352206"
+ inkscape:randomized="0"
+ d="M 44.520054,15.50279 C 44.012883,16.381236 39.925351,15.341967 38.998703,15.754538 C 38.072055,16.167108 36.109289,19.900142 35.117113,19.689249 C 34.124936,19.478355 33.850222,15.26973 33.171495,14.515926 C 32.492767,13.762123 28.335913,13.048993 28.229885,12.040207 C 28.123857,11.031421 32.041607,9.4696164 32.548778,8.5911701 C 33.055949,7.7127238 32.449637,3.5389508 33.376285,3.1263806 C 34.302933,2.7138103 36.998949,5.957187 37.991126,6.1680807 C 38.983302,6.3789743 42.765436,4.5125708 43.444163,5.2663741 C 44.122891,6.0201775 41.871371,9.5864995 41.977399,10.595285 C 42.083426,11.604071 45.027225,14.624343 44.520054,15.50279 z"
+ transform="matrix(0.674116,0.299577,-0.299577,0.674116,15.46413,-7.192469)" />
+ </g>
+ </g>
+</svg>
diff --git a/data/icons/32x32/apps/gdmsetup.png b/data/icons/32x32/apps/gdmsetup.png
new file mode 100644
index 00000000..559f9c5b
--- /dev/null
+++ b/data/icons/32x32/apps/gdmsetup.png
Binary files differ
diff --git a/data/icons/32x32/apps/gdmsetup.svg b/data/icons/32x32/apps/gdmsetup.svg
new file mode 100644
index 00000000..2340c025
--- /dev/null
+++ b/data/icons/32x32/apps/gdmsetup.svg
@@ -0,0 +1,930 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ 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="32"
+ height="32"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.45+devel"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Desktop/per tangerine/scalable"
+ sodipodi:docname="gdmsetup.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6380">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6382" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6384" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8368">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop8370" />
+ <stop
+ id="stop8376"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8372" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8358">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8360" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8362" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3307">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1;"
+ offset="0"
+ id="stop3309" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:0;"
+ offset="1"
+ id="stop3311" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3315">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop3317" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop3319" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3355">
+ <stop
+ id="stop3357"
+ offset="0"
+ style="stop-color:#6f716c;stop-opacity:1;" />
+ <stop
+ id="stop3359"
+ offset="1"
+ style="stop-color:#888a85;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3331">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop3333" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:0;"
+ offset="1"
+ id="stop3335" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5354">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop5356" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5358" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6288">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0"
+ id="stop6290" />
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1"
+ offset="1"
+ id="stop6292" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8358"
+ id="radialGradient8401"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.25,-4,-84.375)"
+ cx="1"
+ cy="37.5"
+ fx="1"
+ fy="37.5"
+ r="2" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8368"
+ id="linearGradient8403"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1,0)"
+ x1="9"
+ y1="40"
+ x2="9"
+ y2="35" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8358"
+ id="radialGradient8405"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.25,44,-9.375)"
+ cx="1"
+ cy="37.5"
+ fx="1"
+ fy="37.5"
+ r="2" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6380"
+ id="radialGradient6134"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.1913707,0,0,1.0205593,46.450372,3.9792266)"
+ cx="17.48214"
+ cy="8.3041525"
+ fx="17.48214"
+ fy="8.3041525"
+ r="21" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5354"
+ id="linearGradient6152"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6363274,0,0,0.6,0.7273453,1.3999997)"
+ x1="18.119612"
+ y1="36.509514"
+ x2="18.119612"
+ y2="40.376373" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6288"
+ id="radialGradient6161"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.0411675,0,0,1.4617166,-6.5174282,-1.1002485)"
+ cx="11.03125"
+ cy="11.49707"
+ fx="11.03125"
+ fy="11.49707"
+ r="10.96875" />
+ <linearGradient
+ y2="39.921551"
+ x2="32.268337"
+ y1="37.667465"
+ x1="36.201752"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2816"
+ xlink:href="#linearGradient3307"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="46.323711"
+ x2="33.045502"
+ y1="45.279446"
+ x1="34.31213"
+ gradientTransform="matrix(0.990192,1.820113e-8,1.820113e-8,0.990192,0.34832,0.37191)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2814"
+ xlink:href="#linearGradient3315"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="51.537575"
+ x2="35.286674"
+ y1="48.284679"
+ x1="37.299927"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2812"
+ xlink:href="#linearGradient3355"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="51.066719"
+ x2="33.940845"
+ y1="49.489845"
+ x1="34.646339"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2810"
+ xlink:href="#linearGradient3331"
+ inkscape:collect="always" />
+ <radialGradient
+ r="37.751713"
+ fy="3.7561285"
+ fx="8.824419"
+ cy="3.7561285"
+ cx="8.824419"
+ gradientTransform="matrix(0.637055,0,0,0.681177,2.416486,0.531615)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1982"
+ xlink:href="#linearGradient269"
+ inkscape:collect="always" />
+ <radialGradient
+ r="86.70845"
+ fy="35.736916"
+ fx="33.966679"
+ cy="35.736916"
+ cx="33.966679"
+ gradientTransform="matrix(0.631936,0,0,0.686693,0.21009,0.105241)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1980"
+ xlink:href="#linearGradient259"
+ inkscape:collect="always" />
+ <radialGradient
+ r="38.158695"
+ fy="7.2678967"
+ fx="8.1435566"
+ cy="7.2678967"
+ cx="8.1435566"
+ gradientTransform="matrix(0.61826,0,0,0.664962,2.818403,0.964783)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1977"
+ xlink:href="#linearGradient15662"
+ inkscape:collect="always" />
+ <radialGradient
+ r="4.2929163"
+ fy="12.98915"
+ fx="37.030354"
+ cy="12.98915"
+ cx="37.030354"
+ gradientTransform="matrix(1.163103,0,0,0.855889,-17.72172,-2.318907)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1974"
+ xlink:href="#linearGradient4790"
+ inkscape:collect="always" />
+ <radialGradient
+ r="37.751713"
+ fy="2.3667307"
+ fx="31.863327"
+ cy="2.3667307"
+ cx="31.863327"
+ gradientTransform="matrix(0.221324,0,0,0.236656,13.2883,6.480565)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1971"
+ xlink:href="#linearGradient269"
+ inkscape:collect="always" />
+ <radialGradient
+ r="86.70845"
+ fy="14.9373"
+ fx="30.653816"
+ cy="14.9373"
+ cx="30.653816"
+ gradientTransform="matrix(9.897811e-2,6.749534e-3,-7.368489e-3,0.108596,16.59403,8.644111)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1969"
+ xlink:href="#linearGradient259"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="38.070381"
+ x2="34.170048"
+ y1="36.921333"
+ x1="33.396004"
+ gradientTransform="matrix(-1.92714e-2,-0.573924,0.587597,-1.882297e-2,2.420403,26.69984)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1966"
+ xlink:href="#linearGradient2251"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="39.999443"
+ x2="25.058096"
+ y1="47.027729"
+ x1="25.058096"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1945"
+ xlink:href="#linearGradient3702"
+ inkscape:collect="always" />
+ <radialGradient
+ r="2.5"
+ fy="43.5"
+ fx="4.9929786"
+ cy="43.5"
+ cx="4.9929786"
+ gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1943"
+ xlink:href="#linearGradient3688"
+ inkscape:collect="always" />
+ <radialGradient
+ r="2.5"
+ fy="43.5"
+ fx="4.9929786"
+ cy="43.5"
+ cx="4.9929786"
+ gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1941"
+ xlink:href="#linearGradient3688"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient259">
+ <stop
+ style="stop-color:#fafafa;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop260" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop261" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient269">
+ <stop
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop270" />
+ <stop
+ style="stop-color:#8a8a8a;stop-opacity:1;"
+ offset="1"
+ id="stop271" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient15662">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop15664" />
+ <stop
+ style="stop-color:#f8f8f8;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop15666" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2251"
+ inkscape:collect="always">
+ <stop
+ id="stop2253"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2255"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4790"
+ inkscape:collect="always">
+ <stop
+ id="stop4792"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4794"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3688"
+ inkscape:collect="always">
+ <stop
+ id="stop3690"
+ offset="0"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ id="stop3692"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3702">
+ <stop
+ id="stop3704"
+ offset="0"
+ style="stop-color:black;stop-opacity:0;" />
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0.5"
+ id="stop3710" />
+ <stop
+ id="stop3706"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3688"
+ id="radialGradient6333"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)"
+ cx="4.9929786"
+ cy="43.5"
+ fx="4.9929786"
+ fy="43.5"
+ r="2.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3688"
+ id="radialGradient6335"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)"
+ cx="4.9929786"
+ cy="43.5"
+ fx="4.9929786"
+ fy="43.5"
+ r="2.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3702"
+ id="linearGradient6337"
+ gradientUnits="userSpaceOnUse"
+ x1="25.058096"
+ y1="47.027729"
+ x2="25.058096"
+ y2="39.999443" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient259"
+ id="radialGradient6339"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.631936,0,0,0.686693,0.21009,0.105241)"
+ cx="33.966679"
+ cy="35.736916"
+ fx="33.966679"
+ fy="35.736916"
+ r="86.70845" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient269"
+ id="radialGradient6341"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.637055,0,0,0.681177,2.416486,0.531615)"
+ cx="8.824419"
+ cy="3.7561285"
+ fx="8.824419"
+ fy="3.7561285"
+ r="37.751713" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15662"
+ id="radialGradient6343"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.61826,0,0,0.664962,2.818403,0.964783)"
+ cx="8.1435566"
+ cy="7.2678967"
+ fx="8.1435566"
+ fy="7.2678967"
+ r="38.158695" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4790"
+ id="radialGradient6345"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.163103,0,0,0.855889,-17.72172,-2.318907)"
+ cx="37.030354"
+ cy="12.98915"
+ fx="37.030354"
+ fy="12.98915"
+ r="4.2929163" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient259"
+ id="radialGradient6347"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(9.897811e-2,6.749534e-3,-7.368489e-3,0.108596,16.59403,8.644111)"
+ cx="30.653816"
+ cy="14.9373"
+ fx="30.653816"
+ fy="14.9373"
+ r="86.70845" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient269"
+ id="radialGradient6349"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.221324,0,0,0.236656,13.2883,6.480565)"
+ cx="31.863327"
+ cy="2.3667307"
+ fx="31.863327"
+ fy="2.3667307"
+ r="37.751713" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2251"
+ id="linearGradient6351"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.92714e-2,-0.573924,0.587597,-1.882297e-2,2.420403,26.69984)"
+ x1="33.396004"
+ y1="36.921333"
+ x2="34.170048"
+ y2="38.070381" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3331"
+ id="linearGradient6353"
+ gradientUnits="userSpaceOnUse"
+ x1="34.646339"
+ y1="49.489845"
+ x2="33.940845"
+ y2="51.066719" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3355"
+ id="linearGradient6355"
+ gradientUnits="userSpaceOnUse"
+ x1="37.299927"
+ y1="48.284679"
+ x2="35.286674"
+ y2="51.537575" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3315"
+ id="linearGradient6357"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.990192,1.820113e-8,1.820113e-8,0.990192,0.34832,0.37191)"
+ x1="34.31213"
+ y1="45.279446"
+ x2="33.045502"
+ y2="46.323711" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3307"
+ id="linearGradient6359"
+ gradientUnits="userSpaceOnUse"
+ x1="36.201752"
+ y1="37.667465"
+ x2="32.268337"
+ y2="39.921551" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2251"
+ id="linearGradient6368"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.92714e-2,-0.573924,0.587597,-1.882297e-2,50.442006,46.69984)"
+ x1="33.396004"
+ y1="36.921333"
+ x2="34.170048"
+ y2="38.070381" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient259"
+ id="radialGradient6371"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(9.897811e-2,6.749534e-3,-7.368489e-3,0.108596,64.615633,28.644111)"
+ cx="30.653816"
+ cy="14.9373"
+ fx="30.653816"
+ fy="14.9373"
+ r="86.70845" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient269"
+ id="radialGradient6373"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.221324,0,0,0.236656,61.309903,26.480565)"
+ cx="31.863327"
+ cy="2.3667307"
+ fx="31.863327"
+ fy="2.3667307"
+ r="37.751713" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4790"
+ id="radialGradient6376"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.163103,0,0,0.855889,30.299883,17.681093)"
+ cx="37.030354"
+ cy="12.98915"
+ fx="37.030354"
+ fy="12.98915"
+ r="4.2929163" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15662"
+ id="radialGradient6379"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.61826,0,0,0.664962,50.840006,20.964783)"
+ cx="8.1435566"
+ cy="7.2678967"
+ fx="8.1435566"
+ fy="7.2678967"
+ r="38.158695" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient259"
+ id="radialGradient6382"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.631936,0,0,0.686693,48.231693,20.105241)"
+ cx="33.966679"
+ cy="35.736916"
+ fx="33.966679"
+ fy="35.736916"
+ r="86.70845" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient269"
+ id="radialGradient6384"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.637055,0,0,0.681177,50.438089,20.531615)"
+ cx="8.824419"
+ cy="3.7561285"
+ fx="8.824419"
+ fy="3.7561285"
+ r="37.751713" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3331"
+ id="linearGradient6390"
+ gradientUnits="userSpaceOnUse"
+ x1="33.701572"
+ y1="46.397873"
+ x2="35.27211"
+ y2="50.079006" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3355"
+ id="linearGradient6392"
+ gradientUnits="userSpaceOnUse"
+ x1="37.772312"
+ y1="44.033218"
+ x2="37.992149"
+ y2="48.144997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3315"
+ id="linearGradient6394"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.990192,1.820113e-8,1.820113e-8,0.990192,0.34832,0.37191)"
+ x1="33.184525"
+ y1="44.672276"
+ x2="35.864513"
+ y2="49.836632" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3307"
+ id="linearGradient6396"
+ gradientUnits="userSpaceOnUse"
+ x1="36.201752"
+ y1="37.667465"
+ x2="32.268337"
+ y2="39.921551" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3331"
+ id="linearGradient6400"
+ gradientUnits="userSpaceOnUse"
+ x1="33.701572"
+ y1="46.397873"
+ x2="35.27211"
+ y2="50.079006"
+ gradientTransform="matrix(0.5145554,-0.5145554,0.5145554,0.5145554,-12.351772,21.197742)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3355"
+ id="linearGradient6402"
+ gradientUnits="userSpaceOnUse"
+ x1="37.772312"
+ y1="44.033218"
+ x2="37.992149"
+ y2="48.144997"
+ gradientTransform="matrix(0.5145554,-0.5145554,0.5145554,0.5145554,-12.351772,21.197742)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="28.840172"
+ inkscape:cy="9.0457635"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="32px"
+ height="32px"
+ inkscape:showpageshadow="false"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ showgrid="false"
+ inkscape:window-width="1003"
+ inkscape:window-height="696"
+ inkscape:window-x="322"
+ inkscape:window-y="144"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ showborder="false"
+ inkscape:snap-nodes="false"
+ gridtolerance="10000"
+ inkscape:snap-bbox="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid6113" />
+ </sodipodi:namedview>
+ <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" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g8396"
+ style="opacity:0.3"
+ transform="matrix(0.6956521,0,0,0.9,-0.6956507,-7.5)">
+ <rect
+ style="opacity:1;fill:url(#radialGradient8401);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect8348"
+ width="2"
+ height="5"
+ x="-3"
+ y="-40"
+ transform="scale(-1,-1)" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient8403);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect8366"
+ width="42"
+ height="5"
+ x="3"
+ y="35" />
+ <rect
+ style="opacity:1;fill:url(#radialGradient8405);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect8390"
+ width="2"
+ height="5"
+ x="45"
+ y="35" />
+ </g>
+ <g
+ id="g8378" />
+ <rect
+ style="fill:url(#radialGradient6161);fill-opacity:1;stroke:#3465a4;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect5317"
+ width="28.998348"
+ height="22.97965"
+ x="1.5000268"
+ y="3.5101757"
+ rx="1.3838625"
+ ry="1.4280479" />
+ <rect
+ style="opacity:0.45;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect6304"
+ width="27"
+ height="20.999996"
+ x="2.5"
+ y="4.5000033"
+ rx="0.70888549"
+ ry="0.72921175" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#729fcf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect6306"
+ width="13.999999"
+ height="4"
+ x="8.5"
+ y="13.5"
+ rx="0.68714678"
+ ry="0.68714672" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="path6308"
+ sodipodi:cx="7.5793009"
+ sodipodi:cy="11.769049"
+ sodipodi:rx="1.3037281"
+ sodipodi:ry="1.3479223"
+ d="M 8.883029,11.769049 A 1.3037281,1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281,1.3479223 0 1 1 8.883029,11.769049 z"
+ transform="matrix(0.7763539,0,0,0.7418825,5.1036258,7.2687486)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="path5346"
+ sodipodi:cx="7.5793009"
+ sodipodi:cy="11.769049"
+ sodipodi:rx="1.3037281"
+ sodipodi:ry="1.3479223"
+ d="M 8.883029,11.769049 A 1.3037281,1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281,1.3479223 0 1 1 8.883029,11.769049 z"
+ transform="matrix(0.7763539,0,0,0.7418825,8.1036258,7.2687486)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="path5348"
+ sodipodi:cx="7.5793009"
+ sodipodi:cy="11.769049"
+ sodipodi:rx="1.3037281"
+ sodipodi:ry="1.3479223"
+ d="M 8.883029,11.769049 A 1.3037281,1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281,1.3479223 0 1 1 8.883029,11.769049 z"
+ transform="matrix(0.7763538,0,0,0.7418825,11.103626,7.2687486)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="path5350"
+ sodipodi:cx="7.5793009"
+ sodipodi:cy="11.769049"
+ sodipodi:rx="1.3037281"
+ sodipodi:ry="1.3479223"
+ d="M 8.883029,11.769049 A 1.3037281,1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281,1.3479223 0 1 1 8.883029,11.769049 z"
+ transform="matrix(0.7670312,0,0,0.7418825,14.18644,7.2687492)" />
+ <rect
+ style="opacity:0.6561086;fill:url(#linearGradient6152);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect5352"
+ width="27.998404"
+ height="3"
+ x="2"
+ y="23"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:0.06896554;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect6331"
+ width="8"
+ height="0.99999958"
+ x="8"
+ y="11"
+ rx="0.49999979"
+ ry="0.49999979" />
+ <path
+ style="opacity:0.5;fill:url(#radialGradient6134);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ d="M 28.958334,4 C 29.539635,4 30,4.4756948 30,5.0763504 L 30,10.26436 C 21.539831,15.905895 11.847335,18.61019 2,16.09818 L 2,5.0763504 C 2,4.4756944 2.460366,4 3.0416667,4 L 28.958334,4 z"
+ id="path6374" />
+ <path
+ style="opacity:0.17647059;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 21.25,15 C 20.731288,15.027698 20.217019,15.106618 19.71875,15.28125 C 19.54393,15.348326 19.412937,15.504137 19.375,15.6875 C 19.337063,15.870863 19.397399,16.056561 19.53125,16.1875 L 22.5,19.15625 L 21.71875,20.71875 L 20.15625,21.5 L 17.1875,18.53125 C 17.056561,18.397399 16.870863,18.337063 16.6875,18.375 C 16.504137,18.412937 16.348326,18.54393 16.28125,18.71875 C 15.575651,20.706153 16.036769,23.005519 17.625,24.59375 C 19.124485,26.093235 21.248991,26.54587 23.15625,26 L 24.15625,27 L 31.84375,27 L 27,22.15625 C 27.536703,20.256786 27.087416,18.149916 25.59375,16.65625 C 24.7994,15.8619 23.830139,15.347484 22.8125,15.125 C 22.305148,15.014079 21.768712,14.972302 21.25,15 z"
+ id="path6404" />
+ <g
+ transform="translate(-2.011146,-2.969472)"
+ inkscape:label="key"
+ id="layer4">
+ <g
+ transform="matrix(0.727691,0,0,0.727691,-1.69263,-2.511503)"
+ style="display:inline"
+ inkscape:label="key2"
+ id="g3114">
+ <g
+ transform="matrix(0.707107,-0.707107,0.707107,0.707107,-11.88416,38.03636)"
+ id="g3302">
+ <path
+ style="opacity:1;fill:url(#linearGradient6390);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6392);stroke-width:1.3742094;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 32.5,24.1875 C 30.13715,25.312159 28.5,27.710447 28.5,30.5 C 28.5,33.289555 30.137147,35.687838 32.5,36.8125 L 32.5,56.408521 L 38.53125,56.408521 L 38.53125,36.8125 C 40.880361,35.682677 42.5,33.279516 42.5,30.5 C 42.5,27.720486 40.880357,25.31732 38.53125,24.1875 L 38.53125,30.5 L 35.515625,31.5 L 32.5,30.5 L 32.5,24.1875 z"
+ id="path2343"
+ sodipodi:nodetypes="csccccsccccc"
+ inkscape:transform-center-y="4.25" />
+ <path
+ style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6394);stroke-width:1.37420893;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 31.539368,26.457281 C 30.409695,27.534923 29.558985,28.881574 29.558985,30.572767 C 29.558985,32.949724 30.954197,34.96996 32.96277,35.925992 C 33.306708,36.091827 33.523774,36.441544 33.519753,36.823354 L 33.519753,51.366376 L 37.511464,51.366376 L 37.511464,36.823354 C 37.507443,36.441545 37.724509,36.091828 38.068447,35.925992 C 40.062355,34.967007 41.441289,32.942527 41.441289,30.572767 C 41.441289,28.891622 40.606794,27.536688 39.491848,26.457281 L 39.491848,30.572767 C 39.488262,30.99643 39.214085,31.370308 38.811091,31.501072 L 35.809572,32.491264 C 35.608642,32.557773 35.391631,32.557773 35.190702,32.491264 L 32.220126,31.501072 C 31.817131,31.370308 31.542955,30.99643 31.539369,30.572767 L 31.539368,26.457281 z"
+ id="path3297"
+ sodipodi:nodetypes="cssccccsscccccccc" />
+ <rect
+ style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6396);stroke-width:1.37420905;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="rect3300"
+ width="2.0000091"
+ height="15.000015"
+ x="34.500008"
+ y="37.499985"
+ rx="1.0000045"
+ ry="1.0000045" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
new file mode 100644
index 00000000..ebbd1452
--- /dev/null
+++ b/data/icons/48x48/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = apps
diff --git a/data/icons/48x48/apps/Makefile.am b/data/icons/48x48/apps/Makefile.am
new file mode 100644
index 00000000..f80abfa1
--- /dev/null
+++ b/data/icons/48x48/apps/Makefile.am
@@ -0,0 +1,15 @@
+themedir = $(datadir)/icons/hicolor
+size = 48x48
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ gdmflexiserver.png \
+ gdmsetup.png
+
+noinst_DATA =
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)
diff --git a/data/icons/48x48/apps/gdmflexiserver.png b/data/icons/48x48/apps/gdmflexiserver.png
new file mode 100644
index 00000000..f0da7a0b
--- /dev/null
+++ b/data/icons/48x48/apps/gdmflexiserver.png
Binary files differ
diff --git a/data/icons/48x48/apps/gdmsetup.png b/data/icons/48x48/apps/gdmsetup.png
new file mode 100644
index 00000000..7b2d1a37
--- /dev/null
+++ b/data/icons/48x48/apps/gdmsetup.png
Binary files differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
new file mode 100644
index 00000000..58af0aaa
--- /dev/null
+++ b/data/icons/Makefile.am
@@ -0,0 +1,15 @@
+
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+install-data-hook: update-icon-cache
+uninstall-hook: update-icon-cache
+update-icon-cache:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After (un)install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am
new file mode 100644
index 00000000..ebbd1452
--- /dev/null
+++ b/data/icons/scalable/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = apps
diff --git a/data/icons/scalable/apps/Makefile.am b/data/icons/scalable/apps/Makefile.am
new file mode 100644
index 00000000..47f23425
--- /dev/null
+++ b/data/icons/scalable/apps/Makefile.am
@@ -0,0 +1,15 @@
+themedir = $(datadir)/icons/hicolor
+size = scalable
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ gdmflexiserver.svg \
+ gdmsetup.svg
+
+noinst_DATA =
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)
diff --git a/data/icons/scalable/apps/gdmflexiserver.svg b/data/icons/scalable/apps/gdmflexiserver.svg
new file mode 100644
index 00000000..f9bf12a6
--- /dev/null
+++ b/data/icons/scalable/apps/gdmflexiserver.svg
@@ -0,0 +1,754 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ 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="48"
+ height="48"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.45+devel"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Desktop/per tangerine/scalable"
+ sodipodi:docname="gdmflexiserver.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6380">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6382" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6384" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8368">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop8370" />
+ <stop
+ id="stop8376"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8372" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8358">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8360" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8362" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3307">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1;"
+ offset="0"
+ id="stop3309" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:0;"
+ offset="1"
+ id="stop3311" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3307"
+ id="linearGradient3313"
+ x1="36.201752"
+ y1="37.667465"
+ x2="32.268337"
+ y2="39.921551"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3315">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop3317" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop3319" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3315"
+ id="linearGradient3321"
+ x1="33.358002"
+ y1="37.386215"
+ x2="33.045502"
+ y2="46.323711"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3355">
+ <stop
+ id="stop3357"
+ offset="0"
+ style="stop-color:#6f716c;stop-opacity:1;" />
+ <stop
+ id="stop3359"
+ offset="1"
+ style="stop-color:#888a85;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3355"
+ id="linearGradient3329"
+ x1="38.201752"
+ y1="41.542465"
+ x2="38.979862"
+ y2="44.494751"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3331">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop3333" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:0;"
+ offset="1"
+ id="stop3335" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3331"
+ id="linearGradient3337"
+ x1="35.118725"
+ y1="40.170986"
+ x2="35.358002"
+ y2="45.698715"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5354">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop5356" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5358" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6288">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0"
+ id="stop6290" />
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1"
+ offset="1"
+ id="stop6292" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6288"
+ id="radialGradient8344"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.0249844,0,0,2.0992192,-9.3693601,0.8779019)"
+ cx="11.03125"
+ cy="11.49707"
+ fx="11.03125"
+ fy="11.49707"
+ r="10.96875" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5354"
+ id="linearGradient8346"
+ gradientUnits="userSpaceOnUse"
+ x1="18.119612"
+ y1="36.509514"
+ x2="18.119612"
+ y2="40.376373"
+ gradientTransform="matrix(0.9545455,0,0,1,1.0909091,0)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8358"
+ id="radialGradient8401"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.25,-4,-84.375)"
+ cx="1"
+ cy="37.5"
+ fx="1"
+ fy="37.5"
+ r="2" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8368"
+ id="linearGradient8403"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1,0)"
+ x1="9"
+ y1="40"
+ x2="9"
+ y2="35" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8358"
+ id="radialGradient8405"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.25,44,-9.375)"
+ cx="1"
+ cy="37.5"
+ fx="1"
+ fy="37.5"
+ r="2" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6380"
+ id="radialGradient6386"
+ cx="17.48214"
+ cy="8.3041525"
+ fx="17.48214"
+ fy="8.3041525"
+ r="21"
+ gradientTransform="matrix(-3.2870561,0,0,1.48151,68.675557,7.969844)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="8.341651"
+ fy="9.3411446"
+ fx="38.658855"
+ cy="9.3411446"
+ cx="38.658855"
+ id="radialGradient3271"
+ xlink:href="#linearGradient2378"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.744653,0,0,1.283833,-26.58256,-3.478359)"
+ r="4.2929163"
+ fy="12.98915"
+ fx="37.030354"
+ cy="12.98915"
+ cx="37.030354"
+ id="radialGradient4796"
+ xlink:href="#linearGradient4790"
+ inkscape:collect="always" />
+ <radialGradient
+ r="86.70845"
+ fy="14.9373"
+ fx="30.653816"
+ cy="14.9373"
+ cx="30.653816"
+ gradientTransform="matrix(0.148355,1.009137e-2,-1.104438e-2,0.162365,25.06011,12.81706)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5352"
+ xlink:href="#linearGradient259"
+ inkscape:collect="always" />
+ <radialGradient
+ r="37.751713"
+ fy="2.3667307"
+ fx="31.863327"
+ cy="2.3667307"
+ cx="31.863327"
+ gradientTransform="matrix(0.331735,0,0,0.353831,20.10526,9.5823)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5350"
+ xlink:href="#linearGradient269"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.284916,0,30.08928)"
+ r="15.821514"
+ fy="42.07798"
+ fx="24.306795"
+ cy="42.07798"
+ cx="24.306795"
+ id="radialGradient4548"
+ xlink:href="#linearGradient4542"
+ inkscape:collect="always" />
+ <radialGradient
+ r="38.158695"
+ fy="7.2678967"
+ fx="8.1435566"
+ cy="7.2678967"
+ cx="8.1435566"
+ gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient15668"
+ xlink:href="#linearGradient15662"
+ inkscape:collect="always" />
+ <radialGradient
+ r="86.70845"
+ fy="35.736916"
+ fx="33.966679"
+ cy="35.736916"
+ cx="33.966679"
+ gradientTransform="scale(0.960493,1.041132)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient15658"
+ xlink:href="#linearGradient259"
+ inkscape:collect="always" />
+ <radialGradient
+ r="37.751713"
+ fy="3.7561285"
+ fx="8.824419"
+ cy="3.7561285"
+ cx="8.824419"
+ gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient15656"
+ xlink:href="#linearGradient269"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient259">
+ <stop
+ style="stop-color:#fafafa;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop260" />
+ <stop
+ style="stop-color:#bbbbbb;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop261" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient269">
+ <stop
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop270" />
+ <stop
+ style="stop-color:#8a8a8a;stop-opacity:1;"
+ offset="1"
+ id="stop271" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient15662">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop15664" />
+ <stop
+ style="stop-color:#f8f8f8;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop15666" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4542"
+ inkscape:collect="always">
+ <stop
+ id="stop4544"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4546"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="38.070381"
+ x2="34.170048"
+ y1="36.921333"
+ x1="33.396004"
+ gradientTransform="matrix(-3.277938e-2,-0.999463,0.999463,-3.277938e-2,-0.709646,45.06274)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8166"
+ xlink:href="#linearGradient2251"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2251"
+ inkscape:collect="always">
+ <stop
+ id="stop2253"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2255"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4790"
+ inkscape:collect="always">
+ <stop
+ id="stop4792"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4794"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2378">
+ <stop
+ id="stop2380"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#fefede;stop-opacity:0.91836733;"
+ offset="0.25"
+ id="stop4146" />
+ <stop
+ style="stop-color:#f5f328;stop-opacity:1;"
+ offset="0.5"
+ id="stop2386" />
+ <stop
+ id="stop2382"
+ offset="1"
+ style="stop-color:#f5f32d;stop-opacity:0.12234043;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4790"
+ id="radialGradient6219"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.744653,0,0,1.283833,-26.58256,-3.478359)"
+ cx="37.030354"
+ cy="12.98915"
+ fx="37.030354"
+ fy="12.98915"
+ r="4.2929163" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient259"
+ id="radialGradient6221"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.148355,1.009137e-2,-1.104438e-2,0.162365,25.06011,12.81706)"
+ cx="30.653816"
+ cy="14.9373"
+ fx="30.653816"
+ fy="14.9373"
+ r="86.70845" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient269"
+ id="radialGradient6223"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.331735,0,0,0.353831,20.10526,9.5823)"
+ cx="31.863327"
+ cy="2.3667307"
+ fx="31.863327"
+ fy="2.3667307"
+ r="37.751713" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2251"
+ id="linearGradient6225"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-3.277938e-2,-0.999463,0.999463,-3.277938e-2,-0.709646,45.06274)"
+ x1="33.396004"
+ y1="36.921333"
+ x2="34.170048"
+ y2="38.070381" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2378"
+ id="radialGradient6227"
+ gradientUnits="userSpaceOnUse"
+ cx="38.658855"
+ cy="9.3411446"
+ fx="38.658855"
+ fy="9.3411446"
+ r="8.341651" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2251"
+ id="linearGradient6232"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-3.277938e-2,-0.999463,0.999463,-3.277938e-2,63.914603,51.467346)"
+ x1="33.396004"
+ y1="36.921333"
+ x2="34.170048"
+ y2="38.070381" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient259"
+ id="radialGradient6235"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.148355,1.009137e-2,-1.104438e-2,0.162365,89.684359,19.221666)"
+ cx="30.653816"
+ cy="14.9373"
+ fx="30.653816"
+ fy="14.9373"
+ r="86.70845" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient269"
+ id="radialGradient6237"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.331735,0,0,0.353831,84.729509,15.986906)"
+ cx="31.863327"
+ cy="2.3667307"
+ fx="31.863327"
+ fy="2.3667307"
+ r="37.751713" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4790"
+ id="radialGradient6240"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.744653,0,0,1.283833,38.041689,2.9262474)"
+ cx="37.030354"
+ cy="12.98915"
+ fx="37.030354"
+ fy="12.98915"
+ r="4.2929163" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2378"
+ id="radialGradient6242"
+ gradientUnits="userSpaceOnUse"
+ cx="38.658855"
+ cy="9.3411446"
+ fx="38.658855"
+ fy="9.3411446"
+ r="8.341651" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2378"
+ id="radialGradient6248"
+ gradientUnits="userSpaceOnUse"
+ cx="38.658855"
+ cy="9.3411446"
+ fx="38.658855"
+ fy="9.3411446"
+ r="8.341651" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="62.024026"
+ inkscape:cy="31.146233"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="48px"
+ height="48px"
+ inkscape:showpageshadow="false"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ showgrid="false"
+ inkscape:window-width="1003"
+ inkscape:window-height="696"
+ inkscape:window-x="322"
+ inkscape:window-y="144"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ showborder="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid6113" />
+ </sodipodi:namedview>
+ <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" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g8396"
+ style="opacity:0.3"
+ transform="matrix(1.0217391,0,0,1.1,-1.5217391,-1)">
+ <rect
+ style="opacity:1;fill:url(#radialGradient8401);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect8348"
+ width="2"
+ height="5"
+ x="-3"
+ y="-40"
+ transform="scale(-1,-1)" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient8403);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect8366"
+ width="42"
+ height="5"
+ x="3"
+ y="35" />
+ <rect
+ style="opacity:1;fill:url(#radialGradient8405);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect8390"
+ width="2"
+ height="5"
+ x="45"
+ y="35" />
+ </g>
+ <g
+ id="g8333"
+ transform="translate(-1,0)">
+ <rect
+ ry="2.0508666"
+ rx="2.0508666"
+ y="7.4990835"
+ x="2.5124066"
+ height="33.001831"
+ width="42.975185"
+ id="rect5317"
+ style="fill:url(#radialGradient8344);fill-opacity:1;stroke:#3465a4;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" />
+ <rect
+ ry="1.0764557"
+ rx="1.0764557"
+ y="8.5"
+ x="3.5000012"
+ height="31"
+ width="41"
+ id="rect6304"
+ style="opacity:0.45;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" />
+ <rect
+ ry="1.0307201"
+ rx="1.0307201"
+ y="22.5"
+ x="13.5"
+ height="6"
+ width="20.999998"
+ id="rect6306"
+ style="fill:#ffffff;fill-opacity:1;stroke:#729fcf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" />
+ <path
+ transform="matrix(1.1505466,0,0,1.1128235,7.7796609,12.403126)"
+ d="M 8.883029,11.769049 A 1.3037281,1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281,1.3479223 0 1 1 8.883029,11.769049 z"
+ sodipodi:ry="1.3479223"
+ sodipodi:rx="1.3037281"
+ sodipodi:cy="11.769049"
+ sodipodi:cx="7.5793009"
+ id="path6308"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.1505466,0,0,1.1128235,11.779661,12.403126)"
+ d="M 8.883029,11.769049 A 1.3037281,1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281,1.3479223 0 1 1 8.883029,11.769049 z"
+ sodipodi:ry="1.3479223"
+ sodipodi:rx="1.3037281"
+ sodipodi:cy="11.769049"
+ sodipodi:cx="7.5793009"
+ id="path5346"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.1505466,0,0,1.1128235,15.779661,12.403126)"
+ d="M 8.883029,11.769049 A 1.3037281,1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281,1.3479223 0 1 1 8.883029,11.769049 z"
+ sodipodi:ry="1.3479223"
+ sodipodi:rx="1.3037281"
+ sodipodi:cy="11.769049"
+ sodipodi:cx="7.5793009"
+ id="path5348"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.1505466,0,0,1.1128235,19.779661,12.403126)"
+ d="M 8.883029,11.769049 A 1.3037281,1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281,1.3479223 0 1 1 8.883029,11.769049 z"
+ sodipodi:ry="1.3479223"
+ sodipodi:rx="1.3037281"
+ sodipodi:cy="11.769049"
+ sodipodi:cx="7.5793009"
+ id="path5350"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <rect
+ ry="0"
+ rx="0"
+ y="36"
+ x="3"
+ height="5"
+ width="42"
+ id="rect5352"
+ style="opacity:0.6561086;fill:url(#linearGradient8346);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" />
+ <rect
+ ry="0.5"
+ rx="0.5"
+ y="20"
+ x="13"
+ height="1"
+ width="12"
+ id="rect6331"
+ style="opacity:0.06896554;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" />
+ </g>
+ <g
+ id="g8378" />
+ <path
+ style="opacity:0.5;fill:url(#radialGradient6386);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ d="M 42.4375,8 C 43.309451,8 44,8.690549 44,9.5625 L 44,17.09375 C 31.309747,25.283368 16.771002,29.209098 2,25.5625 L 2,9.5625 C 2,8.690549 2.690549,8 3.5625,8 L 42.4375,8 z"
+ id="path6374" />
+ <g
+ id="g6244"
+ transform="translate(-82.922101,-4.0817911)">
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient6248);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path2388"
+ sodipodi:cx="38.658855"
+ sodipodi:cy="9.3411446"
+ sodipodi:rx="8.341651"
+ sodipodi:ry="8.341651"
+ d="M 47.000506,9.3411446 A 8.341651,8.341651 0 1 1 30.317204,9.3411446 A 8.341651,8.341651 0 1 1 47.000506,9.3411446 z"
+ transform="matrix(1.14985,0,0,1.14985,77.028921,6.8955014)" />
+ <path
+ sodipodi:type="star"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path1345"
+ sodipodi:sides="5"
+ sodipodi:cx="36.9375"
+ sodipodi:cy="11.125"
+ sodipodi:r1="8.755579"
+ sodipodi:r2="5.0676599"
+ sodipodi:arg1="0.52359878"
+ sodipodi:arg2="1.1519173"
+ inkscape:flatsided="false"
+ inkscape:rounded="0.18352206"
+ inkscape:randomized="0"
+ d="M 44.520054,15.50279 C 44.012883,16.381236 39.925351,15.341967 38.998703,15.754538 C 38.072055,16.167108 36.109289,19.900142 35.117113,19.689249 C 34.124936,19.478355 33.850222,15.26973 33.171495,14.515926 C 32.492767,13.762123 28.335913,13.048993 28.229885,12.040207 C 28.123857,11.031421 32.041607,9.4696164 32.548778,8.5911701 C 33.055949,7.7127238 32.449637,3.5389508 33.376285,3.1263806 C 34.302933,2.7138103 36.998949,5.957187 37.991126,6.1680807 C 38.983302,6.3789743 42.765436,4.5125708 43.444163,5.2663741 C 44.122891,6.0201775 41.871371,9.5864995 41.977399,10.595285 C 42.083426,11.604071 45.027225,14.624343 44.520054,15.50279 z"
+ transform="matrix(0.674116,0.299577,-0.299577,0.674116,100.08838,-0.7878626)" />
+ </g>
+ </g>
+</svg>
diff --git a/data/icons/scalable/apps/gdmsetup.svg b/data/icons/scalable/apps/gdmsetup.svg
new file mode 100644
index 00000000..dcc5fbfa
--- /dev/null
+++ b/data/icons/scalable/apps/gdmsetup.svg
@@ -0,0 +1,452 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ 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="48"
+ height="48"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.45+devel"
+ version="1.0"
+ sodipodi:docbase="/home/lapo/Desktop/per tangerine/scalable"
+ sodipodi:docname="gdm-setup.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6380">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6382" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6384" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8368">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop8370" />
+ <stop
+ id="stop8376"
+ offset="0.5"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8372" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8358">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8360" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8362" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3307">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1;"
+ offset="0"
+ id="stop3309" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:0;"
+ offset="1"
+ id="stop3311" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3307"
+ id="linearGradient3313"
+ x1="36.201752"
+ y1="37.667465"
+ x2="32.268337"
+ y2="39.921551"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3315">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop3317" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop3319" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3315"
+ id="linearGradient3321"
+ x1="33.358002"
+ y1="37.386215"
+ x2="33.045502"
+ y2="46.323711"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3355">
+ <stop
+ id="stop3357"
+ offset="0"
+ style="stop-color:#6f716c;stop-opacity:1;" />
+ <stop
+ id="stop3359"
+ offset="1"
+ style="stop-color:#888a85;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3355"
+ id="linearGradient3329"
+ x1="38.201752"
+ y1="41.542465"
+ x2="38.979862"
+ y2="44.494751"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3331">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop3333" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:0;"
+ offset="1"
+ id="stop3335" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3331"
+ id="linearGradient3337"
+ x1="35.118725"
+ y1="40.170986"
+ x2="35.358002"
+ y2="45.698715"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5354">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0"
+ id="stop5356" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5358" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6288">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0"
+ id="stop6290" />
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1"
+ offset="1"
+ id="stop6292" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6288"
+ id="radialGradient8344"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.0249844,0,0,2.0992192,-9.3693601,0.8779019)"
+ cx="11.03125"
+ cy="11.49707"
+ fx="11.03125"
+ fy="11.49707"
+ r="10.96875" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5354"
+ id="linearGradient8346"
+ gradientUnits="userSpaceOnUse"
+ x1="18.119612"
+ y1="36.509514"
+ x2="18.119612"
+ y2="40.376373"
+ gradientTransform="matrix(0.9545455,0,0,1,1.0909091,0)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8358"
+ id="radialGradient8401"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.25,-4,-84.375)"
+ cx="1"
+ cy="37.5"
+ fx="1"
+ fy="37.5"
+ r="2" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8368"
+ id="linearGradient8403"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1,0)"
+ x1="9"
+ y1="40"
+ x2="9"
+ y2="35" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8358"
+ id="radialGradient8405"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.25,44,-9.375)"
+ cx="1"
+ cy="37.5"
+ fx="1"
+ fy="37.5"
+ r="2" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6380"
+ id="radialGradient6386"
+ cx="17.48214"
+ cy="8.3041525"
+ fx="17.48214"
+ fy="8.3041525"
+ r="21"
+ gradientTransform="matrix(-3.2870561,0,0,1.48151,69.675557,4.9698439)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="45.935744"
+ inkscape:cy="26.871495"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="48px"
+ height="48px"
+ inkscape:showpageshadow="false"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ showgrid="false"
+ inkscape:window-width="1003"
+ inkscape:window-height="696"
+ inkscape:window-x="322"
+ inkscape:window-y="144"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ showborder="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid6113" />
+ </sodipodi:namedview>
+ <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" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g8396"
+ style="opacity:0.3"
+ transform="matrix(1.0217391,0,0,1.1,-0.5217391,-4)">
+ <rect
+ style="opacity:1;fill:url(#radialGradient8401);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect8348"
+ width="2"
+ height="5"
+ x="-3"
+ y="-40"
+ transform="scale(-1,-1)" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient8403);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect8366"
+ width="42"
+ height="5"
+ x="3"
+ y="35" />
+ <rect
+ style="opacity:1;fill:url(#radialGradient8405);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ id="rect8390"
+ width="2"
+ height="5"
+ x="45"
+ y="35" />
+ </g>
+ <g
+ id="g8333"
+ transform="translate(0,-3)">
+ <rect
+ ry="2.0508666"
+ rx="2.0508666"
+ y="7.4990835"
+ x="2.5124066"
+ height="33.001831"
+ width="42.975185"
+ id="rect5317"
+ style="fill:url(#radialGradient8344);fill-opacity:1;stroke:#3465a4;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999999999999996;stroke-opacity:1" />
+ <rect
+ ry="1.0764557"
+ rx="1.0764557"
+ y="8.5"
+ x="3.5000012"
+ height="31"
+ width="41"
+ id="rect6304"
+ style="opacity:0.45;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" />
+ <rect
+ ry="1.0307201"
+ rx="1.0307201"
+ y="22.5"
+ x="13.5"
+ height="6"
+ width="20.999998"
+ id="rect6306"
+ style="fill:#ffffff;fill-opacity:1;stroke:#729fcf;stroke-width:0.99999987999999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999999999999996;stroke-opacity:1" />
+ <path
+ transform="matrix(1.1505466,0,0,1.1128235,7.7796609,12.403126)"
+ d="M 8.883029 11.769049 A 1.3037281 1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281 1.3479223 0 1 1 8.883029 11.769049 z"
+ sodipodi:ry="1.3479223"
+ sodipodi:rx="1.3037281"
+ sodipodi:cy="11.769049"
+ sodipodi:cx="7.5793009"
+ id="path6308"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.1505466,0,0,1.1128235,11.779661,12.403126)"
+ d="M 8.883029 11.769049 A 1.3037281 1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281 1.3479223 0 1 1 8.883029 11.769049 z"
+ sodipodi:ry="1.3479223"
+ sodipodi:rx="1.3037281"
+ sodipodi:cy="11.769049"
+ sodipodi:cx="7.5793009"
+ id="path5346"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.1505466,0,0,1.1128235,15.779661,12.403126)"
+ d="M 8.883029 11.769049 A 1.3037281 1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281 1.3479223 0 1 1 8.883029 11.769049 z"
+ sodipodi:ry="1.3479223"
+ sodipodi:rx="1.3037281"
+ sodipodi:cy="11.769049"
+ sodipodi:cx="7.5793009"
+ id="path5348"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.1505466,0,0,1.1128235,19.779661,12.403126)"
+ d="M 8.883029 11.769049 A 1.3037281 1.3479223 0 1 1 6.2755728,11.769049 A 1.3037281 1.3479223 0 1 1 8.883029 11.769049 z"
+ sodipodi:ry="1.3479223"
+ sodipodi:rx="1.3037281"
+ sodipodi:cy="11.769049"
+ sodipodi:cx="7.5793009"
+ id="path5350"
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <rect
+ ry="0"
+ rx="0"
+ y="36"
+ x="3"
+ height="5"
+ width="42"
+ id="rect5352"
+ style="opacity:0.6561086;fill:url(#linearGradient8346);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999999999999996;stroke-opacity:1" />
+ <rect
+ ry="0.5"
+ rx="0.5"
+ y="20"
+ x="13"
+ height="1"
+ width="12"
+ id="rect6331"
+ style="opacity:0.06896554;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" />
+ </g>
+ <path
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1;opacity:0.11206897"
+ d="M 32.03125 26 C 31.361036 26.040205 30.708288 26.148665 30.0625 26.375 C 29.967283 26.401782 29.880485 26.470663 29.84375 26.5625 C 29.807015 26.654337 29.824521 26.758689 29.875 26.84375 C 29.892825 26.867389 29.913861 26.888425 29.9375 26.90625 L 34.25 31.21875 L 32.96875 33.75 L 30.4375 35.0625 L 26.125 30.75 C 26.11532 30.738872 26.104878 30.72843 26.09375 30.71875 C 26.011369 30.654298 25.912336 30.625051 25.8125 30.65625 C 25.712664 30.687448 25.624774 30.775109 25.59375 30.875 C 24.745566 33.26401 25.196751 35.974825 26.90625 38 L 41.90625 38 L 39.4375 35.53125 C 40.249195 33.001254 39.660868 30.129618 37.65625 28.125 C 36.116147 26.584897 34.04771 25.879036 32.03125 26 z "
+ id="path8417" />
+ <g
+ style="display:inline"
+ id="g3302"
+ transform="matrix(0.707107,-0.707107,0.707107,0.707107,-14.178071,34.842537)">
+ <path
+ inkscape:transform-center-y="4.25"
+ sodipodi:nodetypes="csccccsccccc"
+ id="path2343"
+ d="M 32.5,24.1875 C 30.13715,25.312159 28.5,27.710447 28.5,30.5 C 28.5,33.289555 30.137147,35.687838 32.5,36.8125 L 32.5,52.52167 L 38.53125,52.52167 L 38.53125,36.8125 C 40.880361,35.682677 42.5,33.279516 42.5,30.5 C 42.5,27.720486 40.880357,25.31732 38.53125,24.1875 L 38.53125,30.5 L 35.515625,31.5 L 32.5,30.5 L 32.5,24.1875 z "
+ style="opacity:1;color:#000000;fill:url(#linearGradient3337);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3329);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <path
+ sodipodi:nodetypes="cssccccsscccccccc"
+ id="path3297"
+ d="M 31.5,26.34375 C 30.359137,27.432066 29.5,28.792056 29.5,30.5 C 29.5,32.900502 30.909032,34.940748 32.9375,35.90625 C 33.284845,36.073728 33.504061,36.426909 33.5,36.8125 L 33.5,51.499573 L 37.53125,51.499573 L 37.53125,36.8125 C 37.527189,36.426909 37.746405,36.073728 38.09375,35.90625 C 40.107408,34.937766 41.5,32.893233 41.5,30.5 C 41.5,28.802203 40.65724,27.433848 39.53125,26.34375 L 39.53125,30.5 C 39.527628,30.92786 39.250736,31.305441 38.84375,31.4375 L 35.8125,32.4375 C 35.60958,32.504668 35.39042,32.504668 35.1875,32.4375 L 32.1875,31.4375 C 31.780514,31.305441 31.503622,30.92786 31.5,30.5 L 31.5,26.34375 z "
+ style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3321);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ ry="1.0000045"
+ rx="1.0000045"
+ y="37.499985"
+ x="34.500008"
+ height="15.000015"
+ width="2.0000091"
+ id="rect3300"
+ style="opacity:0.4;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3313);stroke-width:0.99999976;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <g
+ id="g8378" />
+ <path
+ style="opacity:0.5;fill:url(#radialGradient6386);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1"
+ d="M 43.4375,5 C 44.309451,5 45,5.6905494 45,6.5625 L 45,14.09375 C 32.309747,22.283368 17.771002,26.209098 3,22.5625 L 3,6.5625 C 3,5.6905488 3.690549,5 4.5625,5 L 43.4375,5 z "
+ id="path6374" />
+ </g>
+</svg>