<xfburn:master> New icon by Simon Steinbeiß

David Mohr noreply at xfce.org
Sat May 5 23:42:01 CEST 2012


Updating branch refs/heads/master
         to 2ab845540af2345ac7512f91c190ff634ff2a13a (commit)
       from 51a53e40f324efc62a1fe5392aaad50f3413cdbe (commit)

commit 2ab845540af2345ac7512f91c190ff634ff2a13a
Author: David Mohr <david at mcbf.net>
Date:   Sat May 5 10:13:19 2012 -0600

    New icon by Simon Steinbeiß

 icons/16x16/Makefile.am     |    3 +-
 icons/16x16/xfburn.png      |  Bin 0 -> 962 bytes
 icons/22x22/Makefile.am     |    3 +-
 icons/22x22/xfburn.png      |  Bin 0 -> 1378 bytes
 icons/24x24/Makefile.am     |    3 +-
 icons/24x24/xfburn.png      |  Bin 0 -> 1566 bytes
 icons/32x32/Makefile.am     |    3 +-
 icons/32x32/xfburn.png      |  Bin 0 -> 2230 bytes
 icons/48x48/Makefile.am     |    3 +-
 icons/48x48/xfburn.png      |  Bin 0 -> 4073 bytes
 icons/bitmap.sh             |   26 ++
 icons/scalable/Makefile.am  |    3 +-
 icons/scalable/xfburn.svg   |  763 +++++++++++++++++++++++++++++++++++++++++++
 icons/xfburn-128.svg        |  763 +++++++++++++++++++++++++++++++++++++++++++
 icons/xfburn-16.svg         |  485 +++++++++++++++++++++++++++
 icons/xfburn-48.svg         |  720 ++++++++++++++++++++++++++++++++++++++++
 xfburn/xfburn-disc-usage.c  |    2 +-
 xfburn/xfburn-main-window.c |    2 +-
 xfburn/xfburn-main.c        |    2 +-
 xfburn/xfburn-stock.c       |    1 +
 xfburn/xfburn-stock.h       |    1 +
 21 files changed, 2774 insertions(+), 9 deletions(-)

diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
index 40dd771..ee66fb6 100644
--- a/icons/16x16/Makefile.am
+++ b/icons/16x16/Makefile.am
@@ -5,7 +5,8 @@ icons_DATA =  	                                    			\
 	stock_xfburn-burn-cd.png					\
 	stock_xfburn-data-copy.png					\
 	stock_xfburn-new-data-composition.png				\
-	stock_xfburn-import-session.png
+	stock_xfburn-import-session.png					\
+	xfburn.png
 		
 EXTRA_DIST = 								\
 	$(icons_DATA)
diff --git a/icons/16x16/xfburn.png b/icons/16x16/xfburn.png
new file mode 100644
index 0000000..8a0c630
Binary files /dev/null and b/icons/16x16/xfburn.png differ
diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am
index 9a3a4ca..b9262e5 100644
--- a/icons/22x22/Makefile.am
+++ b/icons/22x22/Makefile.am
@@ -5,7 +5,8 @@ icons_DATA =  	                                    			\
 	stock_xfburn-burn-cd.png					\
 	stock_xfburn-data-copy.png					\
 	stock_xfburn-new-data-composition.png				\
-	stock_xfburn-import-session.png
+	stock_xfburn-import-session.png					\
+	xfburn.png
 		
 EXTRA_DIST = 								\
 	$(icons_DATA)
diff --git a/icons/22x22/xfburn.png b/icons/22x22/xfburn.png
new file mode 100644
index 0000000..19cf31e
Binary files /dev/null and b/icons/22x22/xfburn.png differ
diff --git a/icons/24x24/Makefile.am b/icons/24x24/Makefile.am
index c75a836..1b71806 100644
--- a/icons/24x24/Makefile.am
+++ b/icons/24x24/Makefile.am
@@ -7,7 +7,8 @@ icons_DATA =  	                                    			\
 	stock_xfburn-burn-cd.png					\
 	stock_xfburn-data-copy.png					\
 	stock_xfburn-new-data-composition.png				\
-	stock_xfburn-import-session.png					
+	stock_xfburn-import-session.png					\
+	xfburn.png
 		
 EXTRA_DIST = 								\
 	$(icons_DATA)
diff --git a/icons/24x24/xfburn.png b/icons/24x24/xfburn.png
new file mode 100644
index 0000000..569eef2
Binary files /dev/null and b/icons/24x24/xfburn.png differ
diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am
index aa58060..756bc2b 100644
--- a/icons/32x32/Makefile.am
+++ b/icons/32x32/Makefile.am
@@ -5,7 +5,8 @@ icons_DATA =								\
 	stock_xfburn-burn-cd.png					\
 	stock_xfburn-data-copy.png					\
 	stock_xfburn-new-data-composition.png				\
-	stock_xfburn-import-session.png
+	stock_xfburn-import-session.png					\
+	xfburn.png
 
 EXTRA_DIST =								\
 	$(icons_DATA)
diff --git a/icons/32x32/xfburn.png b/icons/32x32/xfburn.png
new file mode 100644
index 0000000..176054c
Binary files /dev/null and b/icons/32x32/xfburn.png differ
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
index 0627d32..e5c3fa2 100644
--- a/icons/48x48/Makefile.am
+++ b/icons/48x48/Makefile.am
@@ -5,7 +5,8 @@ icons_DATA =								\
 	stock_xfburn-burn-cd.png					\
 	stock_xfburn-data-copy.png					\
 	stock_xfburn-new-data-composition.png				\
-	stock_xfburn-import-session.png
+	stock_xfburn-import-session.png					\
+	xfburn.png
 
 EXTRA_DIST =								\
 	$(icons_DATA)
diff --git a/icons/48x48/xfburn.png b/icons/48x48/xfburn.png
new file mode 100644
index 0000000..efa685c
Binary files /dev/null and b/icons/48x48/xfburn.png differ
diff --git a/icons/bitmap.sh b/icons/bitmap.sh
new file mode 100755
index 0000000..ce7bcd8
--- /dev/null
+++ b/icons/bitmap.sh
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+cd "`dirname $0`"
+
+if [ ! -x "`which inkscape`" ]; then
+  echo "Could not find inkscape"
+  exit 1
+fi
+
+convert() {
+    in=$1
+    w=$2
+    h=$3
+    out=${w}x${h}/xfburn.png
+
+    echo "Converting $in to $out"
+
+    inkscape -z -f $in -e $out -w $w -h $h
+}
+
+convert xfburn-16.svg 16 16
+convert xfburn-48.svg 22 22
+convert xfburn-48.svg 24 24
+convert xfburn-48.svg 32 32
+convert xfburn-48.svg 48 48
+cp xfburn-128.svg scalable/xfburn.svg
diff --git a/icons/scalable/Makefile.am b/icons/scalable/Makefile.am
index c6a5cc9..fd8408d 100644
--- a/icons/scalable/Makefile.am
+++ b/icons/scalable/Makefile.am
@@ -5,7 +5,8 @@ icons_DATA =								\
 	stock_xfburn-burn-cd.svg					\
 	stock_xfburn-data-copy.svg					\
 	stock_xfburn-new-data-composition.svg				\
-	stock_xfburn-import-session.svg
+	stock_xfburn-import-session.svg					\
+	xfburn.svg
 
 EXTRA_DIST =								\
 	$(icons_DATA)
diff --git a/icons/scalable/xfburn.svg b/icons/scalable/xfburn.svg
new file mode 100644
index 0000000..defaa6e
--- /dev/null
+++ b/icons/scalable/xfburn.svg
@@ -0,0 +1,763 @@
+<?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="128"
+   height="128"
+   id="svg4201"
+   version="1.1"
+   inkscape:version="0.48.2 r9819"
+   sodipodi:docname="xfburn-mod1.svg"
+   inkscape:export-filename="/home/ochosi/xfburn.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4203">
+    <linearGradient
+       id="linearGradient3889">
+      <stop
+         id="stop3891"
+         offset="0"
+         style="stop-color:#cc4418;stop-opacity:1;" />
+      <stop
+         style="stop-color:#d76519;stop-opacity:0.8429752;"
+         offset="0.36476627"
+         id="stop3893" />
+      <stop
+         id="stop3895"
+         offset="0.54846799"
+         style="stop-color:#e2a834;stop-opacity:0.6280992;" />
+      <stop
+         id="stop3897"
+         offset="1"
+         style="stop-color:#f1f76b;stop-opacity:0.14876033;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3975">
+      <stop
+         id="stop3977"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.92561984;"
+         offset="0.5"
+         id="stop3999" />
+      <stop
+         id="stop3981"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3965">
+      <stop
+         style="stop-color:#cc4418;stop-opacity:1;"
+         offset="0"
+         id="stop3967" />
+      <stop
+         id="stop3969"
+         offset="0.43294808"
+         style="stop-color:#d76519;stop-opacity:0.8429752;" />
+      <stop
+         style="stop-color:#e2a834;stop-opacity:0.6280992;"
+         offset="0.62801343"
+         id="stop3971" />
+      <stop
+         style="stop-color:#f1f76b;stop-opacity:0.14876033;"
+         offset="1"
+         id="stop3973" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3903">
+      <stop
+         style="stop-color:#efdc44;stop-opacity:1;"
+         offset="0"
+         id="stop3905" />
+      <stop
+         id="stop3917"
+         offset="0.33333334"
+         style="stop-color:#de876b;stop-opacity:1;" />
+      <stop
+         style="stop-color:#cc4418;stop-opacity:1;"
+         offset="1"
+         id="stop3909" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3873">
+      <stop
+         id="stop3875"
+         offset="0"
+         style="stop-color:#cc4418;stop-opacity:1;" />
+      <stop
+         style="stop-color:#d76519;stop-opacity:0.8429752;"
+         offset="0.50009006"
+         id="stop3877" />
+      <stop
+         id="stop3880"
+         offset="0.68891644"
+         style="stop-color:#e2a834;stop-opacity:0.6280992;" />
+      <stop
+         id="stop3882"
+         offset="1"
+         style="stop-color:#f1f76b;stop-opacity:0.14876033;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3877">
+      <stop
+         id="stop3879"
+         offset="0"
+         style="stop-color:#cc4418;stop-opacity:1;" />
+      <stop
+         style="stop-color:#d76519;stop-opacity:1;"
+         offset="0.5"
+         id="stop3881" />
+      <stop
+         id="stop3885"
+         offset="1"
+         style="stop-color:#f1f76b;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3843">
+      <stop
+         style="stop-color:#cc4418;stop-opacity:1;"
+         offset="0"
+         id="stop3845" />
+      <stop
+         id="stop3851"
+         offset="0.5"
+         style="stop-color:#d76519;stop-opacity:0.8429752;" />
+      <stop
+         style="stop-color:#e2a834;stop-opacity:0.6280992;"
+         offset="0.75"
+         id="stop3853" />
+      <stop
+         style="stop-color:#f1f76b;stop-opacity:0.14876033;"
+         offset="1"
+         id="stop3847" />
+    </linearGradient>
+    <linearGradient
+       x1="18.775953"
+       y1="4.0378027"
+       x2="18.203465"
+       y2="45.962208"
+       id="linearGradient2651"
+       xlink:href="#linearGradient6036"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0859888,0,0,-1.0859883,37.559418,27.149721)" />
+    <linearGradient
+       id="linearGradient6036">
+      <stop
+         id="stop6038"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6040"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4011"
+       id="linearGradient4064"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.9459458,0,0,2.9459459,-147.32304,-74.701047)"
+       x1="71.204407"
+       y1="6.2375584"
+       x2="71.204407"
+       y2="44.340794" />
+    <linearGradient
+       id="linearGradient4011">
+      <stop
+         id="stop4013"
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.507761"
+         style="stop-color:#ffffff;stop-opacity:0.23529412;"
+         id="stop4015" />
+      <stop
+         id="stop4017"
+         style="stop-color:#ffffff;stop-opacity:0.15686275;"
+         offset="0.83456558" />
+      <stop
+         id="stop4019"
+         style="stop-color:#ffffff;stop-opacity:0.39215687;"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="20.580074"
+       y1="10.774516"
+       x2="24.27351"
+       y2="9.8622112"
+       id="linearGradient2682"
+       xlink:href="#linearGradient3487"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3487">
+      <stop
+         id="stop3489"
+         style="stop-color:#e6cde2;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3491"
+         style="stop-color:#e6cde2;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="17.494959"
+       y1="11.200086"
+       x2="21.047453"
+       y2="9.7956104"
+       id="linearGradient2684"
+       xlink:href="#linearGradient3495"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3495">
+      <stop
+         id="stop3497"
+         style="stop-color:#c1cbe4;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3499"
+         style="stop-color:#c1cbe4;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="14.084608"
+       y1="13.045606"
+       x2="16.994024"
+       y2="10.732353"
+       id="linearGradient2686"
+       xlink:href="#linearGradient3503"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3503">
+      <stop
+         id="stop3505"
+         style="stop-color:#c4ebdd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3507"
+         style="stop-color:#c4ebdd;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="12.371647"
+       y1="16.188046"
+       x2="14.609327"
+       y2="13.461712"
+       id="linearGradient2688"
+       xlink:href="#linearGradient3511"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3511">
+      <stop
+         id="stop3513"
+         style="stop-color:#ebeec7;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3515"
+         style="stop-color:#ebeec7;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="10.609375"
+       y1="17.886322"
+       x2="9.7297754"
+       y2="20.612656"
+       id="linearGradient2690"
+       xlink:href="#linearGradient3519"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3519">
+      <stop
+         id="stop3521"
+         style="stop-color:#fcd9cd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3523"
+         style="stop-color:#fcd9cd;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="20.580074"
+       y1="10.774516"
+       x2="24.27351"
+       y2="9.8622112"
+       id="linearGradient2672"
+       xlink:href="#linearGradient3487"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="17.494959"
+       y1="11.200086"
+       x2="21.047453"
+       y2="9.7956104"
+       id="linearGradient2674"
+       xlink:href="#linearGradient3495"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="14.084608"
+       y1="13.045606"
+       x2="16.994024"
+       y2="10.732353"
+       id="linearGradient2676"
+       xlink:href="#linearGradient3503"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="12.371647"
+       y1="16.188046"
+       x2="14.609327"
+       y2="13.461712"
+       id="linearGradient2678"
+       xlink:href="#linearGradient3511"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="10.609375"
+       y1="17.886322"
+       x2="9.7297754"
+       y2="20.612656"
+       id="linearGradient2680"
+       xlink:href="#linearGradient3519"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="21.448364"
+       y1="15.5"
+       x2="21.448364"
+       y2="32.509201"
+       id="linearGradient2654"
+       xlink:href="#linearGradient3428"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.5381093,0,0,2.5381093,3.0853666,-60.914613)" />
+    <linearGradient
+       id="linearGradient3428">
+      <stop
+         id="stop3430"
+         style="stop-color:#aaaaaa;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3432"
+         style="stop-color:#d4d4d4;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="12.2744"
+       y1="32.4165"
+       x2="35.391201"
+       y2="14.2033"
+       id="linearGradient2658"
+       xlink:href="#linearGradient3263-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,3.1714559,-3.1714559,0,137.26064,-76.11495)" />
+    <linearGradient
+       x1="12.2744"
+       y1="32.4165"
+       x2="35.391201"
+       y2="14.2033"
+       id="linearGradient3263-6"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop3265-8"
+         style="stop-color:#dedcde;stop-opacity:1;"
+         offset="0" />
+      <stop
+         id="stop3267-9"
+         style="stop-color:#f0f0f0;stop-opacity:1;"
+         offset="0.5" />
+      <stop
+         id="stop3269-2"
+         style="stop-color:#d2d2d2;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="-21.915663"
+       y1="3"
+       x2="-21.915663"
+       y2="45.032898"
+       id="linearGradient2660"
+       xlink:href="#linearGradient3772-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.7073165,0,0,2.7073165,135.10782,-64.975588)" />
+    <linearGradient
+       id="linearGradient3772-6">
+      <stop
+         id="stop3774-6"
+         style="stop-color:#b4b4b4;stop-opacity:1;"
+         offset="0" />
+      <stop
+         id="stop3776-4"
+         style="stop-color:#969696;stop-opacity:1;"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient23419">
+      <stop
+         id="stop23421"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop23423"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       r="22.627417"
+       fy="41.63604"
+       fx="23.334524"
+       cy="41.63604"
+       cx="23.334524"
+       gradientTransform="matrix(2.6516504,0,0,0.7954211,2.1249955,8.881818)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4199"
+       xlink:href="#linearGradient23419"
+       inkscape:collect="always" />
+    <filter
+       inkscape:collect="always"
+       id="filter3976"
+       x="-0.13075472"
+       width="1.2615094"
+       y="-0.038932584"
+       height="1.0778652">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.05"
+         id="feGaussianBlur3978" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3843"
+       id="linearGradient3890"
+       gradientUnits="userSpaceOnUse"
+       x1="92.727273"
+       y1="40.909091"
+       x2="116"
+       y2="40.909091"
+       gradientTransform="translate(3.4375,-65.75)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3843"
+       id="linearGradient3893"
+       gradientUnits="userSpaceOnUse"
+       x1="92.727273"
+       y1="40.909091"
+       x2="116"
+       y2="40.909091"
+       gradientTransform="translate(3.4375,-65.75)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3873"
+       id="radialGradient3921"
+       cx="124.97068"
+       cy="24.274097"
+       fx="124.97068"
+       fy="24.274097"
+       r="1.6651577"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3873"
+       id="radialGradient3923"
+       gradientUnits="userSpaceOnUse"
+       cx="124.97068"
+       cy="24.274097"
+       fx="124.97068"
+       fy="24.274097"
+       r="1.6651577" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3873"
+       id="radialGradient3925"
+       gradientUnits="userSpaceOnUse"
+       cx="124.97068"
+       cy="24.274097"
+       fx="124.97068"
+       fy="24.274097"
+       r="1.6651577" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3975"
+       id="radialGradient3985"
+       cx="124.97068"
+       cy="24.274097"
+       fx="124.97068"
+       fy="24.274097"
+       r="1.6249884"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.79249636,0.00926304,-0.00940668,0.80478638,26.160211,3.5810269)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3903"
+       id="radialGradient3997"
+       cx="94.25"
+       cy="73"
+       fx="94.25"
+       fy="73"
+       r="1.25"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       id="filter3926"
+       x="-0.48229665"
+       width="1.9645933"
+       y="-0.48229665"
+       height="1.9645933">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.50239234"
+         id="feGaussianBlur3928" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3975"
+       id="radialGradient3903"
+       cx="132.5625"
+       cy="7.6875"
+       fx="132.5625"
+       fy="7.6875"
+       r="5.5"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3975"
+       id="radialGradient3905"
+       gradientUnits="userSpaceOnUse"
+       cx="132.5625"
+       cy="7.6875"
+       fx="132.5625"
+       fy="7.6875"
+       r="5.5" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3975"
+       id="radialGradient3907"
+       gradientUnits="userSpaceOnUse"
+       cx="132.5625"
+       cy="7.6875"
+       fx="132.5625"
+       fy="7.6875"
+       r="5.5" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3975"
+       id="radialGradient3910"
+       gradientUnits="userSpaceOnUse"
+       cx="132.5625"
+       cy="7.6875"
+       fx="132.5625"
+       fy="7.6875"
+       r="5.5"
+       gradientTransform="matrix(0.48063383,-0.38875642,0.49341866,0.61003157,30.680323,54.657406)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3975"
+       id="radialGradient3917"
+       cx="98.0625"
+       cy="7.5625"
+       fx="98.0625"
+       fy="7.5625"
+       r="4.5167222"
+       gradientTransform="matrix(1,0,0,0.76993252,0,1.9898853)"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="96.23547"
+     inkscape:cy="65.901612"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:document-units="px"
+     inkscape:grid-bbox="true"
+     inkscape:window-width="1920"
+     inkscape:window-height="1151"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata4206">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(0,64)">
+    <path
+       inkscape:connector-curvature="0"
+       d="M 124,41.999991 C 124.003,51.94084 97.139272,60 64,60 30.860727,60 3.9969077,51.94084 3.999998,41.999991 3.9969077,32.05915 30.860727,24.000001 64,24.000001 c 33.139272,0 60.00309,8.059149 60,17.99999 z"
+       id="path23417"
+       style="opacity:0.3;fill:url(#radialGradient4199);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 119.49998,9e-6 c 0,-30.763132 -24.736865,-55.499989 -55.499992,-55.499989 C 33.236854,-55.49998 8.5,-30.763121 8.5,9e-6 8.4999946,30.763139 33.236857,55.5 63.999988,55.5 94.763112,55.49999 119.49998,30.763141 119.49998,9e-6 z m -35.195118,0 c 0,11.176154 -8.905094,20.304874 -20.304874,20.304874 -11.623403,0 -20.304874,-9.354626 -20.304874,-20.304874 0,-11.173915 8.234215,-20.304874 20.304874,-20.304874 12.07066,0 20.304874,9.352343 20.304874,20.304874 z"
+       id="path2781"
+       style="fill:url(#linearGradient2658);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2660);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 63.999988,-20.999991 c -11.592,0 -21,9.408 -21,21 0,11.592001 9.408,21 21,21 11.592,0 21,-9.407999 21,-21 0,-11.592 -9.408,-21 -21,-21 z m 0,10.500001 c 5.796,0 10.5,4.703999 10.5,10.499999 0,5.796 -4.704,10.5 -10.5,10.5 -5.796,0 -10.5,-4.704 -10.5,-10.5 0,-5.796 4.704,-10.499999 10.5,-10.499999 z"
+       id="path2474"
+       style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 63.999988,-20.304865 c -11.20829,0 -20.304874,9.096584 -20.304874,20.304874 0,11.20829 9.096584,20.304874 20.304874,20.304874 11.20829,0 20.304874,-9.096584 20.304874,-20.304874 0,-11.20829 -9.096584,-20.304874 -20.304874,-20.304874 z m 0,10.152436 c 5.604145,0 10.152437,4.548293 10.152437,10.152438 0,5.604145 -4.548292,10.152436 -10.152437,10.152436 -5.604145,0 -10.152437,-4.548291 -10.152437,-10.152436 0,-5.604145 4.548292,-10.152438 10.152437,-10.152438 z"
+       id="path3418"
+       style="fill:none;stroke:url(#linearGradient2654);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <g
+       transform="matrix(2.7320403,0,0,2.7320403,-1.0900842,-65.074256)"
+       id="g3527">
+      <path
+         inkscape:connector-curvature="0"
+         d="M 15.856928,5.7307748 20.625,16.34375 C 21.660403,15.885186 22.795334,15.625 24,15.625 c 0.03206,0 0.06178,-3.6e-4 0.09375,0 L 24.10801,4.0047512 c -2.94215,-0.070687 -5.543041,0.6572865 -8.251083,1.7260236 z"
+         transform="matrix(0.9996011,0.02824295,-0.02824295,0.9996011,0.6924114,-0.6708346)"
+         id="path3296"
+         style="opacity:0.8;fill:url(#linearGradient2672);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 12.121471,7.9060109 6.931026,9.3601041 c 0.913109,-0.669755 1.965938,-1.167064 3.142629,-1.425169 0.03132,-0.0069 0.06026,-0.01359 0.09157,-0.02009 L 19.857174,4.426276 c -2.888973,0.5613244 -5.31953,1.8556038 -7.735703,3.4797349 z"
+         id="path3308"
+         style="opacity:0.8;fill:url(#linearGradient2674);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 8.2523933,11.646535 9.2137237,7.155818 c 0.70865,-0.883264 1.596891,-1.636119 2.666685,-2.18998 0.02847,-0.01474 0.05469,-0.02872 0.08325,-0.0431 L 14.86585,6.2506132 C 12.220599,7.5405321 10.165881,9.452393 8.2523933,11.646535 z"
+         id="path3310"
+         style="opacity:0.8;fill:url(#linearGradient2676);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 5.6328855,16.073974 c 7.1748065,2.242248 7.8502625,7.031463 12.7767855,1.754127 L 10.499985,9.1321388 C 8.2787249,11.062747 6.9132871,13.459349 5.6328855,16.073974 z"
+         id="path3312"
+         style="opacity:0.8;fill:url(#linearGradient2678);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="M 7.155289,13.193173 C 5.9722117,14.945185 5.2475768,16.829547 4.6301929,18.837116 L 15.96875,21.8125 C 16.184264,21.049497 16.486796,20.297733 16.9375,19.59375 16.95479,19.56675 16.98246,19.52673 17,19.5 L 7.155289,13.193173 z"
+         id="path3314"
+         style="opacity:0.8;fill:url(#linearGradient2680);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    </g>
+    <g
+       transform="matrix(-2.7073165,0,0,-2.7073165,128.97558,64.95078)"
+       id="g3297">
+      <path
+         inkscape:connector-curvature="0"
+         d="M 15.856928,5.7307748 20.625,16.34375 C 21.660403,15.885186 22.795334,15.625 24,15.625 c 0.03206,0 0.06178,-3.6e-4 0.09375,0 L 24.10801,4.0047512 c -2.94215,-0.070687 -5.543041,0.6572865 -8.251083,1.7260236 z"
+         transform="matrix(0.9996011,0.02824295,-0.02824295,0.9996011,0.6924114,-0.6708346)"
+         id="path3299"
+         style="opacity:0.8;fill:url(#linearGradient2682);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 12.121471,7.9060109 6.931026,9.3601041 c 0.913109,-0.669755 1.965938,-1.167064 3.142629,-1.425169 0.03132,-0.0069 0.06026,-0.01359 0.09157,-0.02009 L 19.857174,4.426276 c -2.888973,0.5613244 -5.31953,1.8556038 -7.735703,3.4797349 z"
+         id="path3301"
+         style="opacity:0.8;fill:url(#linearGradient2684);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 8.2523933,11.646535 9.2137237,7.155818 c 0.70865,-0.883264 1.596891,-1.636119 2.666685,-2.18998 0.02847,-0.01474 0.05469,-0.02872 0.08325,-0.0431 L 14.86585,6.2506132 C 12.220599,7.5405321 10.165881,9.452393 8.2523933,11.646535 z"
+         id="path3303"
+         style="opacity:0.8;fill:url(#linearGradient2686);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 5.6328855,16.073974 c 7.1748065,2.242248 7.8502625,7.031463 12.7767855,1.754127 L 10.499985,9.1321388 C 8.2787249,11.062747 6.9132871,13.459349 5.6328855,16.073974 z"
+         id="path3305"
+         style="opacity:0.8;fill:url(#linearGradient2688);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="M 7.155289,13.193173 C 5.9722117,14.945185 5.2475768,16.829547 4.6301929,18.837116 L 15.96875,21.8125 C 16.184264,21.049497 16.486796,20.297733 16.9375,19.59375 16.95479,19.56675 16.98246,19.52673 17,19.5 L 7.155289,13.193173 z"
+         id="path3307"
+         style="opacity:0.8;fill:url(#linearGradient2690);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.55;color:#000000;fill:none;stroke:url(#linearGradient4064);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path8655"
+       d="m 118.49999,-0.001923 c 0,30.100492 -24.402273,54.501933 -54.499313,54.501933 -30.099783,0 -54.500684,-24.401718 -54.500684,-54.501933 0,-30.099098 24.400901,-54.498065 54.500684,-54.498065 30.09704,0 54.499313,24.398967 54.499313,54.498065 l 0,0 z" />
+    <path
+       d="m 63.99999,21.500009 c -11.917147,0 -21.500003,-9.582855 -21.500003,-21.5 0,-11.917145 9.582856,-21.5 21.500003,-21.5 11.917144,0 21.499999,9.582855 21.499999,21.5 0,11.917145 -9.582855,21.5 -21.499999,21.5 l 0,0 0,0 z"
+       id="path3281"
+       style="opacity:0.4;fill:none;stroke:url(#linearGradient2651);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g3910"
+       style="opacity:0.1"
+       transform="matrix(0.99936166,-0.03572521,0.03572521,0.99936166,0.04591765,2.1447388)">
+      <path
+         transform="matrix(0.91956821,0,0,0.98046675,4.9913658,-63.969838)"
+         d="m 92.630985,65.24427 c 0,14.742292 -12.742445,26.693281 -28.461048,26.693281 -15.718603,0 -28.461048,-11.950989 -28.461048,-26.693281 0,-14.742292 12.742445,-26.693281 28.461048,-26.693281 15.718603,0 28.461048,11.950989 28.461048,26.693281 z"
+         sodipodi:ry="26.693281"
+         sodipodi:rx="28.461048"
+         sodipodi:cy="65.24427"
+         sodipodi:cx="64.169937"
+         id="path4012"
+         style="fill:none;stroke:#000000;stroke-width:15.43527794;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(0.68170517,1.5858422,1.5856521,-0.68162581,107.98569,-19.40557)"
+         d="m 14.363971,-38.609885 c 6.248048,7.700309 4.929997,19.327962 -2.745866,25.551898 -7.8790327,6.3886755 -19.7735298,5.0388444 -26.13816,-2.815688 -6.529304,-8.057755 -5.147693,-20.219099 2.88551,-26.724422 8.2364762,-6.669935 20.6646698,-5.256543 27.310684,2.955332 6.622739,8.183115 5.470995,20.477853 -2.426129,27.392756"
+         sodipodi:t0="0.8963514"
+         sodipodi:argument="-17.98468"
+         sodipodi:radius="20.039024"
+         sodipodi:revolution="12"
+         sodipodi:expansion="1"
+         sodipodi:cy="-27.5"
+         sodipodi:cx="0.25"
+         id="path3904"
+         style="fill:none;stroke:#000000;stroke-width:1.7380687;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="spiral" />
+    </g>
+    <path
+       style="opacity:0.5;fill:none;stroke:url(#linearGradient3893);stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter3976)"
+       d="m 98.164773,7.522727 19.272727,-64.727273 0,0 0,0"
+       id="path3073"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path3970"
+       d="m 98.164773,7.522727 19.272727,-64.727273 0,0 0,0"
+       style="fill:none;stroke:url(#linearGradient3890);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       transform="matrix(1.2,0,0,1.2,-14.964276,-79.85)"
+       d="m 95.5,73 c 0,0.690356 -0.559644,1.25 -1.25,1.25 C 93.559644,74.25 93,73.690356 93,73 c 0,-0.690356 0.559644,-1.25 1.25,-1.25 0.690356,0 1.25,0.559644 1.25,1.25 z"
+       sodipodi:ry="1.25"
+       sodipodi:rx="1.25"
+       sodipodi:cy="73"
+       sodipodi:cx="94.25"
+       id="path3896"
+       style="fill:url(#radialGradient3997);fill-opacity:1;stroke:none;filter:url(#filter3926)"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3997);fill-opacity:1;stroke:none"
+       id="path3994"
+       sodipodi:cx="94.25"
+       sodipodi:cy="73"
+       sodipodi:rx="1.25"
+       sodipodi:ry="1.25"
+       d="m 95.5,73 c 0,0.690356 -0.559644,1.25 -1.25,1.25 C 93.559644,74.25 93,73.690356 93,73 c 0,-0.690356 0.559644,-1.25 1.25,-1.25 0.690356,0 1.25,0.559644 1.25,1.25 z"
+       transform="matrix(1.2,0,0,1.2,-14.964276,-79.85)" />
+  </g>
+</svg>
diff --git a/icons/xfburn-128.svg b/icons/xfburn-128.svg
new file mode 100644
index 0000000..defaa6e
--- /dev/null
+++ b/icons/xfburn-128.svg
@@ -0,0 +1,763 @@
+<?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="128"
+   height="128"
+   id="svg4201"
+   version="1.1"
+   inkscape:version="0.48.2 r9819"
+   sodipodi:docname="xfburn-mod1.svg"
+   inkscape:export-filename="/home/ochosi/xfburn.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4203">
+    <linearGradient
+       id="linearGradient3889">
+      <stop
+         id="stop3891"
+         offset="0"
+         style="stop-color:#cc4418;stop-opacity:1;" />
+      <stop
+         style="stop-color:#d76519;stop-opacity:0.8429752;"
+         offset="0.36476627"
+         id="stop3893" />
+      <stop
+         id="stop3895"
+         offset="0.54846799"
+         style="stop-color:#e2a834;stop-opacity:0.6280992;" />
+      <stop
+         id="stop3897"
+         offset="1"
+         style="stop-color:#f1f76b;stop-opacity:0.14876033;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3975">
+      <stop
+         id="stop3977"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.92561984;"
+         offset="0.5"
+         id="stop3999" />
+      <stop
+         id="stop3981"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3965">
+      <stop
+         style="stop-color:#cc4418;stop-opacity:1;"
+         offset="0"
+         id="stop3967" />
+      <stop
+         id="stop3969"
+         offset="0.43294808"
+         style="stop-color:#d76519;stop-opacity:0.8429752;" />
+      <stop
+         style="stop-color:#e2a834;stop-opacity:0.6280992;"
+         offset="0.62801343"
+         id="stop3971" />
+      <stop
+         style="stop-color:#f1f76b;stop-opacity:0.14876033;"
+         offset="1"
+         id="stop3973" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3903">
+      <stop
+         style="stop-color:#efdc44;stop-opacity:1;"
+         offset="0"
+         id="stop3905" />
+      <stop
+         id="stop3917"
+         offset="0.33333334"
+         style="stop-color:#de876b;stop-opacity:1;" />
+      <stop
+         style="stop-color:#cc4418;stop-opacity:1;"
+         offset="1"
+         id="stop3909" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3873">
+      <stop
+         id="stop3875"
+         offset="0"
+         style="stop-color:#cc4418;stop-opacity:1;" />
+      <stop
+         style="stop-color:#d76519;stop-opacity:0.8429752;"
+         offset="0.50009006"
+         id="stop3877" />
+      <stop
+         id="stop3880"
+         offset="0.68891644"
+         style="stop-color:#e2a834;stop-opacity:0.6280992;" />
+      <stop
+         id="stop3882"
+         offset="1"
+         style="stop-color:#f1f76b;stop-opacity:0.14876033;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3877">
+      <stop
+         id="stop3879"
+         offset="0"
+         style="stop-color:#cc4418;stop-opacity:1;" />
+      <stop
+         style="stop-color:#d76519;stop-opacity:1;"
+         offset="0.5"
+         id="stop3881" />
+      <stop
+         id="stop3885"
+         offset="1"
+         style="stop-color:#f1f76b;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3843">
+      <stop
+         style="stop-color:#cc4418;stop-opacity:1;"
+         offset="0"
+         id="stop3845" />
+      <stop
+         id="stop3851"
+         offset="0.5"
+         style="stop-color:#d76519;stop-opacity:0.8429752;" />
+      <stop
+         style="stop-color:#e2a834;stop-opacity:0.6280992;"
+         offset="0.75"
+         id="stop3853" />
+      <stop
+         style="stop-color:#f1f76b;stop-opacity:0.14876033;"
+         offset="1"
+         id="stop3847" />
+    </linearGradient>
+    <linearGradient
+       x1="18.775953"
+       y1="4.0378027"
+       x2="18.203465"
+       y2="45.962208"
+       id="linearGradient2651"
+       xlink:href="#linearGradient6036"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0859888,0,0,-1.0859883,37.559418,27.149721)" />
+    <linearGradient
+       id="linearGradient6036">
+      <stop
+         id="stop6038"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6040"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4011"
+       id="linearGradient4064"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.9459458,0,0,2.9459459,-147.32304,-74.701047)"
+       x1="71.204407"
+       y1="6.2375584"
+       x2="71.204407"
+       y2="44.340794" />
+    <linearGradient
+       id="linearGradient4011">
+      <stop
+         id="stop4013"
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.507761"
+         style="stop-color:#ffffff;stop-opacity:0.23529412;"
+         id="stop4015" />
+      <stop
+         id="stop4017"
+         style="stop-color:#ffffff;stop-opacity:0.15686275;"
+         offset="0.83456558" />
+      <stop
+         id="stop4019"
+         style="stop-color:#ffffff;stop-opacity:0.39215687;"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="20.580074"
+       y1="10.774516"
+       x2="24.27351"
+       y2="9.8622112"
+       id="linearGradient2682"
+       xlink:href="#linearGradient3487"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3487">
+      <stop
+         id="stop3489"
+         style="stop-color:#e6cde2;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3491"
+         style="stop-color:#e6cde2;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="17.494959"
+       y1="11.200086"
+       x2="21.047453"
+       y2="9.7956104"
+       id="linearGradient2684"
+       xlink:href="#linearGradient3495"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3495">
+      <stop
+         id="stop3497"
+         style="stop-color:#c1cbe4;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3499"
+         style="stop-color:#c1cbe4;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="14.084608"
+       y1="13.045606"
+       x2="16.994024"
+       y2="10.732353"
+       id="linearGradient2686"
+       xlink:href="#linearGradient3503"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3503">
+      <stop
+         id="stop3505"
+         style="stop-color:#c4ebdd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3507"
+         style="stop-color:#c4ebdd;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="12.371647"
+       y1="16.188046"
+       x2="14.609327"
+       y2="13.461712"
+       id="linearGradient2688"
+       xlink:href="#linearGradient3511"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3511">
+      <stop
+         id="stop3513"
+         style="stop-color:#ebeec7;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3515"
+         style="stop-color:#ebeec7;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="10.609375"
+       y1="17.886322"
+       x2="9.7297754"
+       y2="20.612656"
+       id="linearGradient2690"
+       xlink:href="#linearGradient3519"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3519">
+      <stop
+         id="stop3521"
+         style="stop-color:#fcd9cd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3523"
+         style="stop-color:#fcd9cd;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="20.580074"
+       y1="10.774516"
+       x2="24.27351"
+       y2="9.8622112"
+       id="linearGradient2672"
+       xlink:href="#linearGradient3487"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="17.494959"
+       y1="11.200086"
+       x2="21.047453"
+       y2="9.7956104"
+       id="linearGradient2674"
+       xlink:href="#linearGradient3495"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="14.084608"
+       y1="13.045606"
+       x2="16.994024"
+       y2="10.732353"
+       id="linearGradient2676"
+       xlink:href="#linearGradient3503"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="12.371647"
+       y1="16.188046"
+       x2="14.609327"
+       y2="13.461712"
+       id="linearGradient2678"
+       xlink:href="#linearGradient3511"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="10.609375"
+       y1="17.886322"
+       x2="9.7297754"
+       y2="20.612656"
+       id="linearGradient2680"
+       xlink:href="#linearGradient3519"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="21.448364"
+       y1="15.5"
+       x2="21.448364"
+       y2="32.509201"
+       id="linearGradient2654"
+       xlink:href="#linearGradient3428"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.5381093,0,0,2.5381093,3.0853666,-60.914613)" />
+    <linearGradient
+       id="linearGradient3428">
+      <stop
+         id="stop3430"
+         style="stop-color:#aaaaaa;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3432"
+         style="stop-color:#d4d4d4;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="12.2744"
+       y1="32.4165"
+       x2="35.391201"
+       y2="14.2033"
+       id="linearGradient2658"
+       xlink:href="#linearGradient3263-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,3.1714559,-3.1714559,0,137.26064,-76.11495)" />
+    <linearGradient
+       x1="12.2744"
+       y1="32.4165"
+       x2="35.391201"
+       y2="14.2033"
+       id="linearGradient3263-6"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop3265-8"
+         style="stop-color:#dedcde;stop-opacity:1;"
+         offset="0" />
+      <stop
+         id="stop3267-9"
+         style="stop-color:#f0f0f0;stop-opacity:1;"
+         offset="0.5" />
+      <stop
+         id="stop3269-2"
+         style="stop-color:#d2d2d2;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="-21.915663"
+       y1="3"
+       x2="-21.915663"
+       y2="45.032898"
+       id="linearGradient2660"
+       xlink:href="#linearGradient3772-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.7073165,0,0,2.7073165,135.10782,-64.975588)" />
+    <linearGradient
+       id="linearGradient3772-6">
+      <stop
+         id="stop3774-6"
+         style="stop-color:#b4b4b4;stop-opacity:1;"
+         offset="0" />
+      <stop
+         id="stop3776-4"
+         style="stop-color:#969696;stop-opacity:1;"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient23419">
+      <stop
+         id="stop23421"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop23423"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       r="22.627417"
+       fy="41.63604"
+       fx="23.334524"
+       cy="41.63604"
+       cx="23.334524"
+       gradientTransform="matrix(2.6516504,0,0,0.7954211,2.1249955,8.881818)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4199"
+       xlink:href="#linearGradient23419"
+       inkscape:collect="always" />
+    <filter
+       inkscape:collect="always"
+       id="filter3976"
+       x="-0.13075472"
+       width="1.2615094"
+       y="-0.038932584"
+       height="1.0778652">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.05"
+         id="feGaussianBlur3978" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3843"
+       id="linearGradient3890"
+       gradientUnits="userSpaceOnUse"
+       x1="92.727273"
+       y1="40.909091"
+       x2="116"
+       y2="40.909091"
+       gradientTransform="translate(3.4375,-65.75)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3843"
+       id="linearGradient3893"
+       gradientUnits="userSpaceOnUse"
+       x1="92.727273"
+       y1="40.909091"
+       x2="116"
+       y2="40.909091"
+       gradientTransform="translate(3.4375,-65.75)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3873"
+       id="radialGradient3921"
+       cx="124.97068"
+       cy="24.274097"
+       fx="124.97068"
+       fy="24.274097"
+       r="1.6651577"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3873"
+       id="radialGradient3923"
+       gradientUnits="userSpaceOnUse"
+       cx="124.97068"
+       cy="24.274097"
+       fx="124.97068"
+       fy="24.274097"
+       r="1.6651577" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3873"
+       id="radialGradient3925"
+       gradientUnits="userSpaceOnUse"
+       cx="124.97068"
+       cy="24.274097"
+       fx="124.97068"
+       fy="24.274097"
+       r="1.6651577" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3975"
+       id="radialGradient3985"
+       cx="124.97068"
+       cy="24.274097"
+       fx="124.97068"
+       fy="24.274097"
+       r="1.6249884"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.79249636,0.00926304,-0.00940668,0.80478638,26.160211,3.5810269)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3903"
+       id="radialGradient3997"
+       cx="94.25"
+       cy="73"
+       fx="94.25"
+       fy="73"
+       r="1.25"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       id="filter3926"
+       x="-0.48229665"
+       width="1.9645933"
+       y="-0.48229665"
+       height="1.9645933">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.50239234"
+         id="feGaussianBlur3928" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3975"
+       id="radialGradient3903"
+       cx="132.5625"
+       cy="7.6875"
+       fx="132.5625"
+       fy="7.6875"
+       r="5.5"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3975"
+       id="radialGradient3905"
+       gradientUnits="userSpaceOnUse"
+       cx="132.5625"
+       cy="7.6875"
+       fx="132.5625"
+       fy="7.6875"
+       r="5.5" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3975"
+       id="radialGradient3907"
+       gradientUnits="userSpaceOnUse"
+       cx="132.5625"
+       cy="7.6875"
+       fx="132.5625"
+       fy="7.6875"
+       r="5.5" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3975"
+       id="radialGradient3910"
+       gradientUnits="userSpaceOnUse"
+       cx="132.5625"
+       cy="7.6875"
+       fx="132.5625"
+       fy="7.6875"
+       r="5.5"
+       gradientTransform="matrix(0.48063383,-0.38875642,0.49341866,0.61003157,30.680323,54.657406)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3975"
+       id="radialGradient3917"
+       cx="98.0625"
+       cy="7.5625"
+       fx="98.0625"
+       fy="7.5625"
+       r="4.5167222"
+       gradientTransform="matrix(1,0,0,0.76993252,0,1.9898853)"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="96.23547"
+     inkscape:cy="65.901612"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:document-units="px"
+     inkscape:grid-bbox="true"
+     inkscape:window-width="1920"
+     inkscape:window-height="1151"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata4206">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(0,64)">
+    <path
+       inkscape:connector-curvature="0"
+       d="M 124,41.999991 C 124.003,51.94084 97.139272,60 64,60 30.860727,60 3.9969077,51.94084 3.999998,41.999991 3.9969077,32.05915 30.860727,24.000001 64,24.000001 c 33.139272,0 60.00309,8.059149 60,17.99999 z"
+       id="path23417"
+       style="opacity:0.3;fill:url(#radialGradient4199);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 119.49998,9e-6 c 0,-30.763132 -24.736865,-55.499989 -55.499992,-55.499989 C 33.236854,-55.49998 8.5,-30.763121 8.5,9e-6 8.4999946,30.763139 33.236857,55.5 63.999988,55.5 94.763112,55.49999 119.49998,30.763141 119.49998,9e-6 z m -35.195118,0 c 0,11.176154 -8.905094,20.304874 -20.304874,20.304874 -11.623403,0 -20.304874,-9.354626 -20.304874,-20.304874 0,-11.173915 8.234215,-20.304874 20.304874,-20.304874 12.07066,0 20.304874,9.352343 20.304874,20.304874 z"
+       id="path2781"
+       style="fill:url(#linearGradient2658);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2660);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 63.999988,-20.999991 c -11.592,0 -21,9.408 -21,21 0,11.592001 9.408,21 21,21 11.592,0 21,-9.407999 21,-21 0,-11.592 -9.408,-21 -21,-21 z m 0,10.500001 c 5.796,0 10.5,4.703999 10.5,10.499999 0,5.796 -4.704,10.5 -10.5,10.5 -5.796,0 -10.5,-4.704 -10.5,-10.5 0,-5.796 4.704,-10.499999 10.5,-10.499999 z"
+       id="path2474"
+       style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 63.999988,-20.304865 c -11.20829,0 -20.304874,9.096584 -20.304874,20.304874 0,11.20829 9.096584,20.304874 20.304874,20.304874 11.20829,0 20.304874,-9.096584 20.304874,-20.304874 0,-11.20829 -9.096584,-20.304874 -20.304874,-20.304874 z m 0,10.152436 c 5.604145,0 10.152437,4.548293 10.152437,10.152438 0,5.604145 -4.548292,10.152436 -10.152437,10.152436 -5.604145,0 -10.152437,-4.548291 -10.152437,-10.152436 0,-5.604145 4.548292,-10.152438 10.152437,-10.152438 z"
+       id="path3418"
+       style="fill:none;stroke:url(#linearGradient2654);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <g
+       transform="matrix(2.7320403,0,0,2.7320403,-1.0900842,-65.074256)"
+       id="g3527">
+      <path
+         inkscape:connector-curvature="0"
+         d="M 15.856928,5.7307748 20.625,16.34375 C 21.660403,15.885186 22.795334,15.625 24,15.625 c 0.03206,0 0.06178,-3.6e-4 0.09375,0 L 24.10801,4.0047512 c -2.94215,-0.070687 -5.543041,0.6572865 -8.251083,1.7260236 z"
+         transform="matrix(0.9996011,0.02824295,-0.02824295,0.9996011,0.6924114,-0.6708346)"
+         id="path3296"
+         style="opacity:0.8;fill:url(#linearGradient2672);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 12.121471,7.9060109 6.931026,9.3601041 c 0.913109,-0.669755 1.965938,-1.167064 3.142629,-1.425169 0.03132,-0.0069 0.06026,-0.01359 0.09157,-0.02009 L 19.857174,4.426276 c -2.888973,0.5613244 -5.31953,1.8556038 -7.735703,3.4797349 z"
+         id="path3308"
+         style="opacity:0.8;fill:url(#linearGradient2674);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 8.2523933,11.646535 9.2137237,7.155818 c 0.70865,-0.883264 1.596891,-1.636119 2.666685,-2.18998 0.02847,-0.01474 0.05469,-0.02872 0.08325,-0.0431 L 14.86585,6.2506132 C 12.220599,7.5405321 10.165881,9.452393 8.2523933,11.646535 z"
+         id="path3310"
+         style="opacity:0.8;fill:url(#linearGradient2676);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 5.6328855,16.073974 c 7.1748065,2.242248 7.8502625,7.031463 12.7767855,1.754127 L 10.499985,9.1321388 C 8.2787249,11.062747 6.9132871,13.459349 5.6328855,16.073974 z"
+         id="path3312"
+         style="opacity:0.8;fill:url(#linearGradient2678);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="M 7.155289,13.193173 C 5.9722117,14.945185 5.2475768,16.829547 4.6301929,18.837116 L 15.96875,21.8125 C 16.184264,21.049497 16.486796,20.297733 16.9375,19.59375 16.95479,19.56675 16.98246,19.52673 17,19.5 L 7.155289,13.193173 z"
+         id="path3314"
+         style="opacity:0.8;fill:url(#linearGradient2680);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    </g>
+    <g
+       transform="matrix(-2.7073165,0,0,-2.7073165,128.97558,64.95078)"
+       id="g3297">
+      <path
+         inkscape:connector-curvature="0"
+         d="M 15.856928,5.7307748 20.625,16.34375 C 21.660403,15.885186 22.795334,15.625 24,15.625 c 0.03206,0 0.06178,-3.6e-4 0.09375,0 L 24.10801,4.0047512 c -2.94215,-0.070687 -5.543041,0.6572865 -8.251083,1.7260236 z"
+         transform="matrix(0.9996011,0.02824295,-0.02824295,0.9996011,0.6924114,-0.6708346)"
+         id="path3299"
+         style="opacity:0.8;fill:url(#linearGradient2682);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 12.121471,7.9060109 6.931026,9.3601041 c 0.913109,-0.669755 1.965938,-1.167064 3.142629,-1.425169 0.03132,-0.0069 0.06026,-0.01359 0.09157,-0.02009 L 19.857174,4.426276 c -2.888973,0.5613244 -5.31953,1.8556038 -7.735703,3.4797349 z"
+         id="path3301"
+         style="opacity:0.8;fill:url(#linearGradient2684);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 8.2523933,11.646535 9.2137237,7.155818 c 0.70865,-0.883264 1.596891,-1.636119 2.666685,-2.18998 0.02847,-0.01474 0.05469,-0.02872 0.08325,-0.0431 L 14.86585,6.2506132 C 12.220599,7.5405321 10.165881,9.452393 8.2523933,11.646535 z"
+         id="path3303"
+         style="opacity:0.8;fill:url(#linearGradient2686);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 5.6328855,16.073974 c 7.1748065,2.242248 7.8502625,7.031463 12.7767855,1.754127 L 10.499985,9.1321388 C 8.2787249,11.062747 6.9132871,13.459349 5.6328855,16.073974 z"
+         id="path3305"
+         style="opacity:0.8;fill:url(#linearGradient2688);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         d="M 7.155289,13.193173 C 5.9722117,14.945185 5.2475768,16.829547 4.6301929,18.837116 L 15.96875,21.8125 C 16.184264,21.049497 16.486796,20.297733 16.9375,19.59375 16.95479,19.56675 16.98246,19.52673 17,19.5 L 7.155289,13.193173 z"
+         id="path3307"
+         style="opacity:0.8;fill:url(#linearGradient2690);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.55;color:#000000;fill:none;stroke:url(#linearGradient4064);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path8655"
+       d="m 118.49999,-0.001923 c 0,30.100492 -24.402273,54.501933 -54.499313,54.501933 -30.099783,0 -54.500684,-24.401718 -54.500684,-54.501933 0,-30.099098 24.400901,-54.498065 54.500684,-54.498065 30.09704,0 54.499313,24.398967 54.499313,54.498065 l 0,0 z" />
+    <path
+       d="m 63.99999,21.500009 c -11.917147,0 -21.500003,-9.582855 -21.500003,-21.5 0,-11.917145 9.582856,-21.5 21.500003,-21.5 11.917144,0 21.499999,9.582855 21.499999,21.5 0,11.917145 -9.582855,21.5 -21.499999,21.5 l 0,0 0,0 z"
+       id="path3281"
+       style="opacity:0.4;fill:none;stroke:url(#linearGradient2651);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g3910"
+       style="opacity:0.1"
+       transform="matrix(0.99936166,-0.03572521,0.03572521,0.99936166,0.04591765,2.1447388)">
+      <path
+         transform="matrix(0.91956821,0,0,0.98046675,4.9913658,-63.969838)"
+         d="m 92.630985,65.24427 c 0,14.742292 -12.742445,26.693281 -28.461048,26.693281 -15.718603,0 -28.461048,-11.950989 -28.461048,-26.693281 0,-14.742292 12.742445,-26.693281 28.461048,-26.693281 15.718603,0 28.461048,11.950989 28.461048,26.693281 z"
+         sodipodi:ry="26.693281"
+         sodipodi:rx="28.461048"
+         sodipodi:cy="65.24427"
+         sodipodi:cx="64.169937"
+         id="path4012"
+         style="fill:none;stroke:#000000;stroke-width:15.43527794;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(0.68170517,1.5858422,1.5856521,-0.68162581,107.98569,-19.40557)"
+         d="m 14.363971,-38.609885 c 6.248048,7.700309 4.929997,19.327962 -2.745866,25.551898 -7.8790327,6.3886755 -19.7735298,5.0388444 -26.13816,-2.815688 -6.529304,-8.057755 -5.147693,-20.219099 2.88551,-26.724422 8.2364762,-6.669935 20.6646698,-5.256543 27.310684,2.955332 6.622739,8.183115 5.470995,20.477853 -2.426129,27.392756"
+         sodipodi:t0="0.8963514"
+         sodipodi:argument="-17.98468"
+         sodipodi:radius="20.039024"
+         sodipodi:revolution="12"
+         sodipodi:expansion="1"
+         sodipodi:cy="-27.5"
+         sodipodi:cx="0.25"
+         id="path3904"
+         style="fill:none;stroke:#000000;stroke-width:1.7380687;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="spiral" />
+    </g>
+    <path
+       style="opacity:0.5;fill:none;stroke:url(#linearGradient3893);stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter3976)"
+       d="m 98.164773,7.522727 19.272727,-64.727273 0,0 0,0"
+       id="path3073"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path3970"
+       d="m 98.164773,7.522727 19.272727,-64.727273 0,0 0,0"
+       style="fill:none;stroke:url(#linearGradient3890);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       transform="matrix(1.2,0,0,1.2,-14.964276,-79.85)"
+       d="m 95.5,73 c 0,0.690356 -0.559644,1.25 -1.25,1.25 C 93.559644,74.25 93,73.690356 93,73 c 0,-0.690356 0.559644,-1.25 1.25,-1.25 0.690356,0 1.25,0.559644 1.25,1.25 z"
+       sodipodi:ry="1.25"
+       sodipodi:rx="1.25"
+       sodipodi:cy="73"
+       sodipodi:cx="94.25"
+       id="path3896"
+       style="fill:url(#radialGradient3997);fill-opacity:1;stroke:none;filter:url(#filter3926)"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3997);fill-opacity:1;stroke:none"
+       id="path3994"
+       sodipodi:cx="94.25"
+       sodipodi:cy="73"
+       sodipodi:rx="1.25"
+       sodipodi:ry="1.25"
+       d="m 95.5,73 c 0,0.690356 -0.559644,1.25 -1.25,1.25 C 93.559644,74.25 93,73.690356 93,73 c 0,-0.690356 0.559644,-1.25 1.25,-1.25 0.690356,0 1.25,0.559644 1.25,1.25 z"
+       transform="matrix(1.2,0,0,1.2,-14.964276,-79.85)" />
+  </g>
+</svg>
diff --git a/icons/xfburn-16.svg b/icons/xfburn-16.svg
new file mode 100644
index 0000000..c5ce333
--- /dev/null
+++ b/icons/xfburn-16.svg
@@ -0,0 +1,485 @@
+<?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"
+   version="1.1"
+   width="16"
+   height="16"
+   id="svg4087"
+   inkscape:version="0.48.2 r9819"
+   sodipodi:docname="xfburn_16.svg"
+   inkscape:export-filename="/home/ochosi/xfburn_16_2.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="892"
+     inkscape:window-height="689"
+     id="namedview65"
+     showgrid="false"
+     inkscape:zoom="10.429825"
+     inkscape:cx="9.1847625"
+     inkscape:cy="3.8249457"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg4087" />
+  <defs
+     id="defs4089">
+    <linearGradient
+       x1="71.204407"
+       y1="6.2375584"
+       x2="71.204407"
+       y2="44.340794"
+       id="linearGradient3194"
+       xlink:href="#linearGradient4011"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.35135135,0,0,0.35135138,-17.203666,-0.9093005)" />
+    <linearGradient
+       id="linearGradient4011">
+      <stop
+         id="stop4013"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4015"
+         style="stop-color:#ffffff;stop-opacity:0.23529412"
+         offset="0.507761" />
+      <stop
+         id="stop4017"
+         style="stop-color:#ffffff;stop-opacity:0.15686275"
+         offset="0.83456558" />
+      <stop
+         id="stop4019"
+         style="stop-color:#ffffff;stop-opacity:0.39215687"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="18.775953"
+       y1="4.0378027"
+       x2="18.203465"
+       y2="45.962208"
+       id="linearGradient3054"
+       xlink:href="#linearGradient6036"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1767888,0,0,-0.1767887,3.6957217,12.41972)" />
+    <linearGradient
+       id="linearGradient6036">
+      <stop
+         id="stop6038"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6040"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="20.580074"
+       y1="10.774516"
+       x2="24.27351"
+       y2="9.8622112"
+       id="linearGradient3301"
+       xlink:href="#linearGradient3487"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3487">
+      <stop
+         id="stop3489"
+         style="stop-color:#e6cde2;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3491"
+         style="stop-color:#e6cde2;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="17.494959"
+       y1="11.200086"
+       x2="21.047453"
+       y2="9.7956104"
+       id="linearGradient3303"
+       xlink:href="#linearGradient3495"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3495">
+      <stop
+         id="stop3497"
+         style="stop-color:#c1cbe4;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3499"
+         style="stop-color:#c1cbe4;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="14.084608"
+       y1="13.045606"
+       x2="16.994024"
+       y2="10.732353"
+       id="linearGradient3305"
+       xlink:href="#linearGradient3503"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3503">
+      <stop
+         id="stop3505"
+         style="stop-color:#c4ebdd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3507"
+         style="stop-color:#c4ebdd;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="12.371647"
+       y1="16.188046"
+       x2="14.609327"
+       y2="13.461712"
+       id="linearGradient3307"
+       xlink:href="#linearGradient3511"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3511">
+      <stop
+         id="stop3513"
+         style="stop-color:#ebeec7;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3515"
+         style="stop-color:#ebeec7;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="10.609375"
+       y1="17.886322"
+       x2="9.7297754"
+       y2="20.612656"
+       id="linearGradient3309"
+       xlink:href="#linearGradient3519"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3519">
+      <stop
+         id="stop3521"
+         style="stop-color:#fcd9cd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3523"
+         style="stop-color:#fcd9cd;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="20.580074"
+       y1="10.774516"
+       x2="24.27351"
+       y2="9.8622112"
+       id="linearGradient3312"
+       xlink:href="#linearGradient3487"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="17.494959"
+       y1="11.200086"
+       x2="21.047453"
+       y2="9.7956104"
+       id="linearGradient3314"
+       xlink:href="#linearGradient3495"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="14.084608"
+       y1="13.045606"
+       x2="16.994024"
+       y2="10.732353"
+       id="linearGradient3316"
+       xlink:href="#linearGradient3503"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="12.371647"
+       y1="16.188046"
+       x2="14.609327"
+       y2="13.461712"
+       id="linearGradient3318"
+       xlink:href="#linearGradient3511"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="10.609375"
+       y1="17.886322"
+       x2="9.7297754"
+       y2="20.612656"
+       id="linearGradient3320"
+       xlink:href="#linearGradient3519"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="12.2744"
+       y1="32.4165"
+       x2="35.391201"
+       y2="14.2033"
+       id="linearGradient3263"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop3265"
+         style="stop-color:#dedbde;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3267"
+         style="stop-color:#e6e6e6;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop3269"
+         style="stop-color:#d2d2d2;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3772">
+      <stop
+         id="stop3774"
+         style="stop-color:#b4b4b4;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3776"
+         style="stop-color:#969696;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="12.2744"
+       y1="32.4165"
+       x2="35.391201"
+       y2="14.2033"
+       id="linearGradient4083"
+       xlink:href="#linearGradient3263"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.4285752,-0.4285752,0,17.900088,-2.2858061)" />
+    <linearGradient
+       x1="-21.915663"
+       y1="3"
+       x2="-21.915663"
+       y2="45.032898"
+       id="linearGradient4085"
+       xlink:href="#linearGradient3772"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3658536,0,0,0.3658536,17.609167,-0.78048667)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4011"
+       id="linearGradient3043"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.35135135,0,0,0.35135138,-17.203666,-0.9093005)"
+       x1="71.204407"
+       y1="6.2375584"
+       x2="71.204407"
+       y2="44.340794" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6036"
+       id="linearGradient3046"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1767888,0,0,-0.1767887,3.6957217,12.41972)"
+       x1="18.775953"
+       y1="4.0378027"
+       x2="18.203465"
+       y2="45.962208" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3263"
+       id="linearGradient3061"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.4285752,-0.4285752,0,17.900088,-2.2858061)"
+       x1="12.2744"
+       y1="32.4165"
+       x2="35.391201"
+       y2="14.2033" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3772"
+       id="linearGradient3063"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3658536,0,0,0.3658536,17.609167,-0.78048667)"
+       x1="-21.915663"
+       y1="3"
+       x2="-21.915663"
+       y2="45.032898" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3843"
+       id="linearGradient3890"
+       gradientUnits="userSpaceOnUse"
+       x1="92.727272"
+       y1="40.909092"
+       x2="116"
+       y2="40.909092"
+       gradientTransform="translate(3.4375,-65.75)" />
+    <linearGradient
+       id="linearGradient3843">
+      <stop
+         style="stop-color:#cc4418;stop-opacity:1;"
+         offset="0"
+         id="stop3845" />
+      <stop
+         id="stop3851"
+         offset="0.5"
+         style="stop-color:#d76519;stop-opacity:0.8429752;" />
+      <stop
+         style="stop-color:#e2a834;stop-opacity:0.6280992;"
+         offset="0.75"
+         id="stop3853" />
+      <stop
+         style="stop-color:#f1f76b;stop-opacity:0.14876033;"
+         offset="1"
+         id="stop3847" />
+    </linearGradient>
+    <linearGradient
+       y2="40.909092"
+       x2="116"
+       y1="40.909092"
+       x1="92.727272"
+       gradientTransform="matrix(0.15513788,0,0,0.15513788,-2.1907551,-0.87241146)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3947"
+       xlink:href="#linearGradient3843"
+       inkscape:collect="always" />
+    <filter
+       inkscape:collect="always"
+       id="filter3872"
+       x="-0.42049052"
+       width="1.840981"
+       y="-0.45283593"
+       height="1.9056719">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.23517761"
+         id="feGaussianBlur3874" />
+    </filter>
+  </defs>
+  <metadata
+     id="metadata4092">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:url(#linearGradient3061);fill-rule:nonzero;stroke:url(#linearGradient3063);stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1"
+     id="path2781"
+     d="m 15.5,8.0000004 c 0,-4.1571805 -3.34282,-7.49999949 -7.5000007,-7.49999949 -4.1571809,0 -7.49999939,3.34281929 -7.49999939,7.49999949 C 0.49999911,12.15718 3.8428187,15.5 7.9999993,15.5 12.157179,15.499999 15.5,12.15718 15.5,8.0000004 z m -5,0 C 10.5,9.2939445 9.5060913,10.5 7.9999993,10.5 6.4939073,10.5 5.5,9.1934915 5.5,8.0000004 c 0,-1.2270178 1.0349902,-2.5 2.4999993,-2.5 1.4985143,0 2.5000007,1.2056213 2.5000007,2.5 z" />
+  <g
+     id="g3527"
+     transform="matrix(0.3357395,0,0,0.3357395,-0.1714995,-0.39196467)">
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.8;fill:url(#linearGradient3312);fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path3296"
+       transform="matrix(0.9996011,0.02824295,-0.02824295,0.9996011,0.6924114,-0.6708346)"
+       d="M 15.856928,5.7307748 20.625,16.34375 C 21.660403,15.885186 22.795334,15.625 24,15.625 c 0.03206,0 0.06178,-3.6e-4 0.09375,0 L 24.10801,4.0047512 c -2.94215,-0.070687 -5.543041,0.6572865 -8.251083,1.7260236 l 10e-7,0 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.8;fill:url(#linearGradient3314);fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path3308"
+       d="m 12.121471,7.9060109 6.931026,9.3601041 c 0.913109,-0.669755 1.965938,-1.167064 3.142629,-1.425169 0.03132,-0.0069 0.06026,-0.01359 0.09157,-0.02009 L 19.857174,4.426276 c -2.888973,0.5613244 -5.31953,1.8556038 -7.735703,3.4797349 l 0,0 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.8;fill:url(#linearGradient3316);fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path3310"
+       d="m 8.2523933,11.646535 9.2137237,7.155818 c 0.70865,-0.883264 1.596891,-1.636119 2.666685,-2.18998 0.02847,-0.01474 0.05469,-0.02872 0.08325,-0.0431 L 14.86585,6.2506132 C 12.220599,7.5405321 10.165881,9.452393 8.2523933,11.646535 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.8;fill:url(#linearGradient3318);fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path3312"
+       d="m 5.6328855,16.073974 c 7.1748065,2.242248 7.8502625,7.031463 12.7767855,1.754127 L 10.499985,9.1321388 C 8.2787249,11.062747 6.9132871,13.459349 5.6328855,16.073974 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.8;fill:url(#linearGradient3320);fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path3314"
+       d="M 7.155289,13.193173 C 5.9722117,14.945185 5.2475768,16.829547 4.6301929,18.837116 L 15.96875,21.8125 C 16.184264,21.049497 16.486796,20.297733 16.9375,19.59375 16.95479,19.56675 16.98246,19.52673 17,19.5 L 7.155289,13.193173 z" />
+  </g>
+  <g
+     id="g3297"
+     transform="matrix(-0.3507965,0,0,-0.3507965,16.408914,16.448702)">
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.8;fill:url(#linearGradient3301);fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path3299"
+       transform="matrix(0.9996011,0.02824295,-0.02824295,0.9996011,0.6924114,-0.6708346)"
+       d="M 15.856928,5.7307748 20.625,16.34375 C 21.660403,15.885186 22.795334,15.625 24,15.625 c 0.03206,0 0.06178,-3.6e-4 0.09375,0 L 24.10801,4.0047512 c -2.94215,-0.070687 -5.543041,0.6572865 -8.251083,1.7260236 l 10e-7,0 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.8;fill:url(#linearGradient3303);fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path3301"
+       d="m 12.121471,7.9060109 6.931026,9.3601041 c 0.913109,-0.669755 1.965938,-1.167064 3.142629,-1.425169 0.03132,-0.0069 0.06026,-0.01359 0.09157,-0.02009 L 19.857174,4.426276 c -2.888973,0.5613244 -5.31953,1.8556038 -7.735703,3.4797349 l 0,0 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.8;fill:url(#linearGradient3305);fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path3303"
+       d="m 8.2523933,11.646535 9.2137237,7.155818 c 0.70865,-0.883264 1.596891,-1.636119 2.666685,-2.18998 0.02847,-0.01474 0.05469,-0.02872 0.08325,-0.0431 L 14.86585,6.2506132 C 12.220599,7.5405321 10.165881,9.452393 8.2523933,11.646535 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.8;fill:url(#linearGradient3307);fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path3305"
+       d="m 5.6328855,16.073974 c 7.1748065,2.242248 7.8502625,7.031463 12.7767855,1.754127 L 10.499985,9.1321388 C 8.2787249,11.062747 6.9132871,13.459349 5.6328855,16.073974 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.8;fill:url(#linearGradient3309);fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path3307"
+       d="M 7.155289,13.193173 C 5.9722117,14.945185 5.2475768,16.829547 4.6301929,18.837116 L 15.96875,21.8125 C 16.184264,21.049497 16.486796,20.297733 16.9375,19.59375 16.95479,19.56675 16.98246,19.52673 17,19.5 L 7.155289,13.193173 z" />
+  </g>
+  <path
+     inkscape:connector-curvature="0"
+     style="opacity:0.4;fill:none;stroke:url(#linearGradient3046);stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1"
+     id="path3281"
+     d="M 7.9999996,11.5 C 6.0599997,11.5 4.5,9.9400008 4.5,8.000001 4.5,6.0600013 6.0599997,4.5000015 7.9999996,4.5000015 9.9399998,4.5000015 11.5,6.0600013 11.5,8.000001 11.5,9.9400008 9.9399998,11.5 7.9999996,11.5 l 0,0 0,0 0,0 z" />
+  <path
+     inkscape:connector-curvature="0"
+     style="opacity:0.55;color:#000000;fill:none;stroke:url(#linearGradient3043);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     id="path8655"
+     d="M 14.5,7.9997706 C 14.5,11.589738 11.589638,14.5 8.0000825,14.5 4.4102002,14.5 1.5,11.589704 1.5,7.9997706 c 0,-3.5898007 2.9102002,-6.49977 6.5000825,-6.49977 3.5895555,0 6.4999175,2.9099693 6.4999175,6.49977 l 0,0 z" />
+  <path
+     d="m 7.9999998,11.888889 c -2.1555555,0 -3.8888885,-1.733333 -3.8888885,-3.8888885 0,-2.1555558 1.733333,-3.8888892 3.8888885,-3.8888892 2.1555552,0 3.8888892,1.7333334 3.8888892,3.8888892 0,2.1555555 -1.733334,3.8888885 -3.8888892,3.8888885 l 0,0 0,0 0,0 z"
+     id="path3065"
+     style="opacity:0.15;fill:none;stroke:#000000;stroke-width:2.22222257;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+     inkscape:connector-curvature="0" />
+  <path
+     sodipodi:type="arc"
+     style="opacity:1;fill:#f66539;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3872)"
+     id="path3858"
+     sodipodi:cx="12.272497"
+     sodipodi:cy="10.966358"
+     sodipodi:rx="0.67115217"
+     sodipodi:ry="0.62321275"
+     d="m 12.943649,10.966358 a 0.67115217,0.62321275 0 1 1 -1.342304,0 0.67115217,0.62321275 0 1 1 1.342304,0 z"
+     transform="matrix(1.4899751,0,0,1.6045885,-5.7802486,-7.1027994)" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path3970"
+     d="m 12.505035,10.494965 2.98993,-10.04165303 0,0 0,0"
+     style="fill:none;stroke:url(#linearGradient3947);stroke-width:1.01007092;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+</svg>
diff --git a/icons/xfburn-48.svg b/icons/xfburn-48.svg
new file mode 100644
index 0000000..fd6cbd0
--- /dev/null
+++ b/icons/xfburn-48.svg
@@ -0,0 +1,720 @@
+<?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="48px"
+   height="48px"
+   id="svg4033"
+   version="1.1"
+   inkscape:version="0.48.2 r9819"
+   sodipodi:docname="xfburn_48.svg"
+   inkscape:export-filename="/home/ochosi/Nerdstuff/icons/xfburn/xfburn_48.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4035">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6036"
+       id="linearGradient2462"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4293444,0,0,-0.4293442,13.546752,34.733607)"
+       x1="18.775953"
+       y1="4.0378027"
+       x2="18.203465"
+       y2="45.962208" />
+    <linearGradient
+       id="linearGradient6036">
+      <stop
+         id="stop6038"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6040"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4011"
+       id="linearGradient3903"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.054054,0,0,1.054054,-51.611003,-2.7278988)"
+       x1="71.204407"
+       y1="6.2375584"
+       x2="71.204407"
+       y2="44.340794" />
+    <linearGradient
+       id="linearGradient4011">
+      <stop
+         id="stop4013"
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.507761"
+         style="stop-color:#ffffff;stop-opacity:0.23529412;"
+         id="stop4015" />
+      <stop
+         id="stop4017"
+         style="stop-color:#ffffff;stop-opacity:0.15686275;"
+         offset="0.83456558" />
+      <stop
+         id="stop4019"
+         style="stop-color:#ffffff;stop-opacity:0.39215687;"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="20.580074"
+       y1="10.774516"
+       x2="24.27351"
+       y2="9.8622112"
+       id="linearGradient3311"
+       xlink:href="#linearGradient3487"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3487">
+      <stop
+         id="stop3489"
+         style="stop-color:#e6cde2;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3491"
+         style="stop-color:#e6cde2;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="17.494959"
+       y1="11.200086"
+       x2="21.047453"
+       y2="9.7956104"
+       id="linearGradient3313"
+       xlink:href="#linearGradient3495"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3495">
+      <stop
+         id="stop3497"
+         style="stop-color:#c1cbe4;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3499"
+         style="stop-color:#c1cbe4;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="14.084608"
+       y1="13.045606"
+       x2="16.994024"
+       y2="10.732353"
+       id="linearGradient3315"
+       xlink:href="#linearGradient3503"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3503">
+      <stop
+         id="stop3505"
+         style="stop-color:#c4ebdd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3507"
+         style="stop-color:#c4ebdd;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="12.371647"
+       y1="16.188046"
+       x2="14.609327"
+       y2="13.461712"
+       id="linearGradient3317"
+       xlink:href="#linearGradient3511"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3511">
+      <stop
+         id="stop3513"
+         style="stop-color:#ebeec7;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3515"
+         style="stop-color:#ebeec7;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="10.609375"
+       y1="17.886322"
+       x2="9.7297754"
+       y2="20.612656"
+       id="linearGradient3319"
+       xlink:href="#linearGradient3519"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       id="linearGradient3519">
+      <stop
+         id="stop3521"
+         style="stop-color:#fcd9cd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3523"
+         style="stop-color:#fcd9cd;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="20.580074"
+       y1="10.774516"
+       x2="24.27351"
+       y2="9.8622112"
+       id="linearGradient3346"
+       xlink:href="#linearGradient3487"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="17.494959"
+       y1="11.200086"
+       x2="21.047453"
+       y2="9.7956104"
+       id="linearGradient3348"
+       xlink:href="#linearGradient3495"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="14.084608"
+       y1="13.045606"
+       x2="16.994024"
+       y2="10.732353"
+       id="linearGradient3350"
+       xlink:href="#linearGradient3503"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="12.371647"
+       y1="16.188046"
+       x2="14.609327"
+       y2="13.461712"
+       id="linearGradient3352"
+       xlink:href="#linearGradient3511"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       x1="10.609375"
+       y1="17.886322"
+       x2="9.7297754"
+       y2="20.612656"
+       id="linearGradient3354"
+       xlink:href="#linearGradient3519"
+       gradientUnits="userSpaceOnUse"
+       spreadMethod="reflect" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3428"
+       id="linearGradient2465"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9375,0,0,0.9375,1.5,1.5)"
+       x1="21.448364"
+       y1="15.5"
+       x2="21.448364"
+       y2="32.509201" />
+    <linearGradient
+       id="linearGradient3428">
+      <stop
+         id="stop3430"
+         style="stop-color:#aaaaaa;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3432"
+         style="stop-color:#d4d4d4;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3263"
+       id="linearGradient2470"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,1.1714389,-1.1714389,0,51.060244,-4.11454)"
+       x1="12.2744"
+       y1="32.4165"
+       x2="35.391201"
+       y2="14.2033" />
+    <linearGradient
+       x1="12.2744"
+       y1="32.4165"
+       x2="35.391201"
+       y2="14.2033"
+       id="linearGradient3263"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop3265"
+         style="stop-color:#dedcde;stop-opacity:1;"
+         offset="0" />
+      <stop
+         id="stop3267"
+         style="stop-color:#f0f0f0;stop-opacity:1;"
+         offset="0.5" />
+      <stop
+         id="stop3269"
+         style="stop-color:#d2d2d2;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3772"
+       id="linearGradient2472"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(50.26506,0)"
+       x1="-21.915663"
+       y1="3"
+       x2="-21.915663"
+       y2="45.032898" />
+    <linearGradient
+       id="linearGradient3772">
+      <stop
+         id="stop3774"
+         style="stop-color:#b4b4b4;stop-opacity:1;"
+         offset="0" />
+      <stop
+         id="stop3776"
+         style="stop-color:#969696;stop-opacity:1;"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient23419">
+      <stop
+         id="stop23421"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop23423"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       r="22.627417"
+       fy="41.63604"
+       fx="23.334524"
+       cy="41.63604"
+       cx="23.334524"
+       gradientTransform="matrix(0.9722718,0,0,0.2872354,1.3124992,27.540524)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4023"
+       xlink:href="#linearGradient23419"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3903-5"
+       id="radialGradient3997"
+       cx="94.25"
+       cy="73"
+       fx="94.25"
+       fy="73"
+       r="1.25"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3903-5">
+      <stop
+         style="stop-color:#efdc44;stop-opacity:1;"
+         offset="0"
+         id="stop3905" />
+      <stop
+         id="stop3917"
+         offset="0.33333334"
+         style="stop-color:#de876b;stop-opacity:1;" />
+      <stop
+         style="stop-color:#cc4418;stop-opacity:1;"
+         offset="1"
+         id="stop3909" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3903-5"
+       id="radialGradient4322"
+       cx="94.25"
+       cy="73"
+       fx="94.25"
+       fy="73"
+       r="1.25"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient4324">
+      <stop
+         style="stop-color:#efdc44;stop-opacity:1;"
+         offset="0"
+         id="stop4326" />
+      <stop
+         id="stop4328"
+         offset="0.33333334"
+         style="stop-color:#de876b;stop-opacity:1;" />
+      <stop
+         style="stop-color:#cc4418;stop-opacity:1;"
+         offset="1"
+         id="stop4330" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3926"
+       x="-0.48229665"
+       width="1.9645933"
+       y="-0.48229665"
+       height="1.9645933">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.50239234"
+         id="feGaussianBlur3928" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3843"
+       id="linearGradient3890"
+       gradientUnits="userSpaceOnUse"
+       x1="92.727272"
+       y1="40.909092"
+       x2="116"
+       y2="40.909092"
+       gradientTransform="translate(3.4375,-65.75)" />
+    <linearGradient
+       id="linearGradient3843">
+      <stop
+         style="stop-color:#cc4418;stop-opacity:1;"
+         offset="0"
+         id="stop3845" />
+      <stop
+         id="stop3851"
+         offset="0.5"
+         style="stop-color:#d76519;stop-opacity:0.8429752;" />
+      <stop
+         style="stop-color:#e2a834;stop-opacity:0.6280992;"
+         offset="0.75"
+         id="stop3853" />
+      <stop
+         style="stop-color:#f1f76b;stop-opacity:0.14876033;"
+         offset="1"
+         id="stop3847" />
+    </linearGradient>
+    <linearGradient
+       y2="40.909092"
+       x2="116"
+       y1="40.909092"
+       x1="92.727272"
+       gradientTransform="matrix(0.39329111,0,0,0.39329111,-0.56376815,-1.5973072)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4343"
+       xlink:href="#linearGradient3843"
+       inkscape:collect="always" />
+    <radialGradient
+       r="1.25"
+       fy="73"
+       fx="94.25"
+       cy="73"
+       cx="94.25"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4345"
+       xlink:href="#linearGradient3903-5"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3843-1"
+       id="linearGradient3893"
+       gradientUnits="userSpaceOnUse"
+       x1="92.727272"
+       y1="40.909092"
+       x2="116"
+       y2="40.909092"
+       gradientTransform="translate(3.4375,-65.75)" />
+    <linearGradient
+       id="linearGradient3843-1">
+      <stop
+         style="stop-color:#cc4418;stop-opacity:1;"
+         offset="0"
+         id="stop3845-6" />
+      <stop
+         id="stop3851-3"
+         offset="0.5"
+         style="stop-color:#d76519;stop-opacity:0.8429752;" />
+      <stop
+         style="stop-color:#e2a834;stop-opacity:0.6280992;"
+         offset="0.75"
+         id="stop3853-6" />
+      <stop
+         style="stop-color:#f1f76b;stop-opacity:0.14876033;"
+         offset="1"
+         id="stop3847-8" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3976"
+       x="-0.13075472"
+       width="1.2615094"
+       y="-0.038932584"
+       height="1.0778652">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.05"
+         id="feGaussianBlur3978" />
+    </filter>
+    <linearGradient
+       y2="40.909092"
+       x2="116"
+       y1="40.909092"
+       x1="92.727272"
+       gradientTransform="translate(-51.431643,-31.597933)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4925"
+       xlink:href="#linearGradient3843-1"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3903-2"
+       id="radialGradient3997-6"
+       cx="94.25"
+       cy="73"
+       fx="94.25"
+       fy="73"
+       r="1.25"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3903-2">
+      <stop
+         style="stop-color:#efdc44;stop-opacity:1;"
+         offset="0"
+         id="stop3905-5" />
+      <stop
+         id="stop3917-7"
+         offset="0.33333334"
+         style="stop-color:#de876b;stop-opacity:1;" />
+      <stop
+         style="stop-color:#cc4418;stop-opacity:1;"
+         offset="1"
+         id="stop3909-1" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3926-1"
+       x="-0.48229665"
+       width="1.9645933"
+       y="-0.48229665"
+       height="1.9645933">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.50239234"
+         id="feGaussianBlur3928-0" />
+    </filter>
+    <radialGradient
+       r="1.25"
+       fy="73"
+       fx="94.25"
+       cy="73"
+       cx="94.25"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4970"
+       xlink:href="#linearGradient3903-2"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313708"
+     inkscape:cx="30.440061"
+     inkscape:cy="31.387962"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="869"
+     inkscape:window-height="736"
+     inkscape:window-x="409"
+     inkscape:window-y="39"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata4038">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.3;fill:url(#radialGradient4023);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible"
+       id="path23417"
+       d="m 46,39.499867 c 0.0011,3.589753 -9.848934,6.500001 -22,6.500001 -12.151066,0 -22.001133,-2.910248 -21.9999999,-6.500001 C 1.998867,35.910116 11.848934,32.999868 24,32.999868 c 12.151066,0 22.001133,2.910248 22,6.499999 l 0,0 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:url(#linearGradient2470);fill-rule:nonzero;stroke:url(#linearGradient2472);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
+       id="path2781"
+       d="M 44.5,24 C 44.5,12.637039 35.362959,3.5 24,3.5 12.637038,3.5 3.5000001,12.63704 3.5000001,24 3.4999981,35.36296 12.637039,44.5 24,44.5 35.362958,44.499998 44.5,35.362961 44.5,24 z m -13,0 c 0,4.12813 -3.28927,7.5 -7.5,7.5 -4.29333,0 -7.5,-3.455313 -7.5,-7.5 0,-4.127303 3.041467,-7.5 7.5,-7.5 4.458533,0 7.5,3.45447 7.5,7.5 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path2474"
+       d="m 24,16 c -4.416,0 -8,3.584 -8,8 0,4.416 3.584,8 8,8 4.416,0 8,-3.584 8,-8 0,-4.416 -3.584,-8 -8,-8 z m 0,4 c 2.208,0 4,1.792 4,4 0,2.208 -1.792,4 -4,4 -2.208,0 -4,-1.792 -4,-4 0,-2.208 1.792,-4 4,-4 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:url(#linearGradient2465);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path3418"
+       d="m 24,16.5 c -4.14,0 -7.5,3.36 -7.5,7.5 0,4.14 3.36,7.5 7.5,7.5 4.14,0 7.5,-3.36 7.5,-7.5 0,-4.14 -3.36,-7.5 -7.5,-7.5 z m 0,3.75 c 2.07,0 3.75,1.68 3.75,3.75 0,2.07 -1.68,3.75 -3.75,3.75 -2.07,0 -3.75,-1.68 -3.75,-3.75 0,-2.07 1.68,-3.75 3.75,-3.75 z" />
+    <g
+       id="g3527">
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.8;fill:url(#linearGradient3346);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3296"
+         transform="matrix(0.9996011,0.02824295,-0.02824295,0.9996011,0.6924114,-0.6708346)"
+         d="M 15.856928,5.7307748 20.625,16.34375 C 21.660403,15.885186 22.795334,15.625 24,15.625 c 0.03206,0 0.06178,-3.6e-4 0.09375,0 L 24.10801,4.0047512 c -2.94215,-0.070687 -5.543041,0.6572865 -8.251083,1.7260236 l 10e-7,0 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.8;fill:url(#linearGradient3348);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3308"
+         d="m 12.121471,7.9060109 6.931026,9.3601041 c 0.913109,-0.669755 1.965938,-1.167064 3.142629,-1.425169 0.03132,-0.0069 0.06026,-0.01359 0.09157,-0.02009 L 19.857174,4.426276 c -2.888973,0.5613244 -5.31953,1.8556038 -7.735703,3.4797349 l 0,0 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.8;fill:url(#linearGradient3350);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3310"
+         d="m 8.2523933,11.646535 9.2137237,7.155818 c 0.70865,-0.883264 1.596891,-1.636119 2.666685,-2.18998 0.02847,-0.01474 0.05469,-0.02872 0.08325,-0.0431 L 14.86585,6.2506132 C 12.220599,7.5405321 10.165881,9.452393 8.2523933,11.646535 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.8;fill:url(#linearGradient3352);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3312"
+         d="m 5.6328855,16.073974 c 7.1748065,2.242248 7.8502625,7.031463 12.7767855,1.754127 L 10.499985,9.1321388 C 8.2787249,11.062747 6.9132871,13.459349 5.6328855,16.073974 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.8;fill:url(#linearGradient3354);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3314"
+         d="M 7.155289,13.193173 C 5.9722117,14.945185 5.2475768,16.829547 4.6301929,18.837116 L 15.96875,21.8125 C 16.184264,21.049497 16.486796,20.297733 16.9375,19.59375 16.95479,19.56675 16.98246,19.52673 17,19.5 L 7.155289,13.193173 z" />
+    </g>
+    <g
+       id="g3297"
+       transform="matrix(-1,0,0,-1,47.999999,47.990833)">
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.8;fill:url(#linearGradient3311);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3299"
+         transform="matrix(0.9996011,0.02824295,-0.02824295,0.9996011,0.6924114,-0.6708346)"
+         d="M 15.856928,5.7307748 20.625,16.34375 C 21.660403,15.885186 22.795334,15.625 24,15.625 c 0.03206,0 0.06178,-3.6e-4 0.09375,0 L 24.10801,4.0047512 c -2.94215,-0.070687 -5.543041,0.6572865 -8.251083,1.7260236 l 10e-7,0 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.8;fill:url(#linearGradient3313);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3301"
+         d="m 12.121471,7.9060109 6.931026,9.3601041 c 0.913109,-0.669755 1.965938,-1.167064 3.142629,-1.425169 0.03132,-0.0069 0.06026,-0.01359 0.09157,-0.02009 L 19.857174,4.426276 c -2.888973,0.5613244 -5.31953,1.8556038 -7.735703,3.4797349 l 0,0 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.8;fill:url(#linearGradient3315);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3303"
+         d="m 8.2523933,11.646535 9.2137237,7.155818 c 0.70865,-0.883264 1.596891,-1.636119 2.666685,-2.18998 0.02847,-0.01474 0.05469,-0.02872 0.08325,-0.0431 L 14.86585,6.2506132 C 12.220599,7.5405321 10.165881,9.452393 8.2523933,11.646535 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.8;fill:url(#linearGradient3317);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3305"
+         d="m 5.6328855,16.073974 c 7.1748065,2.242248 7.8502625,7.031463 12.7767855,1.754127 L 10.499985,9.1321388 C 8.2787249,11.062747 6.9132871,13.459349 5.6328855,16.073974 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.8;fill:url(#linearGradient3319);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3307"
+         d="M 7.155289,13.193173 C 5.9722117,14.945185 5.2475768,16.829547 4.6301929,18.837116 L 15.96875,21.8125 C 16.184264,21.049497 16.486796,20.297733 16.9375,19.59375 16.95479,19.56675 16.98246,19.52673 17,19.5 L 7.155289,13.193173 z" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:0.55;color:#000000;fill:none;stroke:url(#linearGradient3903);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path8655"
+       d="M 43.5,23.99931 C 43.5,34.76921 34.76891,43.5 24.000247,43.5 13.230598,43.5 4.5,34.769111 4.5,23.99931 4.5,13.229908 13.230598,4.5000024 24.000247,4.5000024 34.76891,4.5000024 43.5,13.229908 43.5,23.99931 l 0,0 z" />
+    <path
+       style="opacity:0.4;fill:none;stroke:url(#linearGradient2462);stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1"
+       id="path3281"
+       d="m 24,32.5 c -4.711429,0 -8.5,-3.788571 -8.5,-8.5 0,-4.711429 3.788571,-8.500001 8.5,-8.500001 4.711431,0 8.5,3.788572 8.5,8.500001 0,4.711429 -3.788569,8.5 -8.5,8.5 l 0,0 0,0 0,0 z"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g3910"
+       style="opacity:0.1"
+       transform="matrix(0.37311709,-0.01338609,0.0133382,0.37445673,-0.10691905,24.673388)">
+      <path
+         transform="matrix(0.91956821,0,0,0.98046675,4.9913658,-63.969838)"
+         d="m 92.630985,65.24427 c 0,14.742292 -12.742445,26.693281 -28.461048,26.693281 -15.718603,0 -28.461048,-11.950989 -28.461048,-26.693281 0,-14.742292 12.742445,-26.693281 28.461048,-26.693281 15.718603,0 28.461048,11.950989 28.461048,26.693281 z"
+         sodipodi:ry="26.693281"
+         sodipodi:rx="28.461048"
+         sodipodi:cy="65.24427"
+         sodipodi:cx="64.169937"
+         id="path4012"
+         style="fill:none;stroke:#000000;stroke-width:15.43527794;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(0.68170517,1.5858422,1.5856521,-0.68162581,107.98569,-19.40557)"
+         d="m 14.363971,-38.609885 c 6.248048,7.700309 4.929997,19.327962 -2.745866,25.551898 -7.8790327,6.3886755 -19.7735298,5.0388444 -26.13816,-2.815688 -6.529304,-8.057755 -5.147693,-20.219099 2.88551,-26.724422 8.2364762,-6.669935 20.6646698,-5.256543 27.310684,2.955332 6.622739,8.183115 5.470995,20.477853 -2.426129,27.392756"
+         sodipodi:t0="0.8963514"
+         sodipodi:argument="-17.98468"
+         sodipodi:radius="20.039024"
+         sodipodi:revolution="12"
+         sodipodi:expansion="1"
+         sodipodi:cy="-27.5"
+         sodipodi:cx="0.25"
+         id="path3904"
+         style="fill:none;stroke:#000000;stroke-width:1.7380687;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="spiral" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path3970"
+       d="m 36.691627,27.220205 7.579792,-25.4566611 0,0 0,0"
+       style="fill:none;stroke:url(#linearGradient4343);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       transform="matrix(1.2,0,0,1.2,-76.56268,-60.308127)"
+       d="m 95.5,73 a 1.25,1.25 0 1 1 -2.5,0 1.25,1.25 0 1 1 2.5,0 z"
+       sodipodi:ry="1.25"
+       sodipodi:rx="1.25"
+       sodipodi:cy="73"
+       sodipodi:cx="94.25"
+       id="path3896-6"
+       style="opacity:0.7;fill:url(#radialGradient4970);fill-opacity:1;stroke:none;filter:url(#filter3926-1)"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(0.47194934,0,0,0.47194934,-7.8010233,-7.142712)"
+       d="m 95.5,73 a 1.25,1.25 0 1 1 -2.5,0 1.25,1.25 0 1 1 2.5,0 z"
+       sodipodi:ry="1.25"
+       sodipodi:rx="1.25"
+       sodipodi:cy="73"
+       sodipodi:cx="94.25"
+       id="path3896"
+       style="fill:url(#radialGradient4345);fill-opacity:1;stroke:none;filter:url(#filter3926)"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3997);fill-opacity:1;stroke:none"
+       id="path3994"
+       sodipodi:cx="94.25"
+       sodipodi:cy="73"
+       sodipodi:rx="1.25"
+       sodipodi:ry="1.25"
+       d="m 95.5,73 a 1.25,1.25 0 1 1 -2.5,0 1.25,1.25 0 1 1 2.5,0 z"
+       transform="matrix(0.8,0,0,0.8,-38.713794,-31.096414)" />
+    <path
+       style="opacity:0.5;fill:none;stroke:url(#linearGradient4925);stroke-width:5.46424246;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter3976)"
+       d="m 43.29563,41.674794 19.272727,-64.727273 0,0 0,0"
+       id="path3073"
+       inkscape:connector-curvature="0"
+       transform="matrix(0.36601597,0,0,0.36601597,21.295186,10.699955)" />
+  </g>
+</svg>
diff --git a/xfburn/xfburn-disc-usage.c b/xfburn/xfburn-disc-usage.c
index 8bb67b9..9610209 100644
--- a/xfburn/xfburn-disc-usage.c
+++ b/xfburn/xfburn-disc-usage.c
@@ -160,7 +160,7 @@ xfburn_disc_usage_constructor (GType type, guint n_construct_properties, GObject
   gtk_box_pack_start (GTK_BOX (disc_usage), disc_usage->combo, FALSE, FALSE, BORDER);
   gtk_widget_show (disc_usage->combo);
 
-  disc_usage->button = xfce_gtk_button_new_mixed (XFBURN_STOCK_BURN_CD, _("Proceed to Burn"));
+  disc_usage->button = xfce_gtk_button_new_mixed (XFBURN_STOCK, _("Proceed to Burn"));
   gtk_box_pack_start (GTK_BOX (disc_usage), disc_usage->button, FALSE, FALSE, BORDER);
   gtk_widget_set_sensitive (disc_usage->button, FALSE);
   gtk_widget_show (disc_usage->button);
diff --git a/xfburn/xfburn-main-window.c b/xfburn/xfburn-main-window.c
index 4b3b40c..d428f29 100644
--- a/xfburn/xfburn-main-window.c
+++ b/xfburn/xfburn-main-window.c
@@ -223,7 +223,7 @@ xfburn_main_window_init (XfburnMainWindow * mainwin)
   /* the window itself */
   gtk_window_set_position (GTK_WINDOW (mainwin), GTK_WIN_POS_CENTER_ON_PARENT);
   gtk_window_set_title (GTK_WINDOW (mainwin), "Xfburn");
-  gtk_window_set_icon_name (GTK_WINDOW (mainwin), GTK_STOCK_CDROM);
+  gtk_window_set_icon_name (GTK_WINDOW (mainwin), XFBURN_STOCK);
   gtk_window_resize (GTK_WINDOW (mainwin), xfburn_settings_get_int ("main-window-width", 850),
 		     xfburn_settings_get_int ("main-window-height", 700));
 
diff --git a/xfburn/xfburn-main.c b/xfburn/xfburn-main.c
index d11abb0..9e6c250 100644
--- a/xfburn/xfburn-main.c
+++ b/xfburn/xfburn-main.c
@@ -274,7 +274,7 @@ main (int argc, char **argv)
 #ifdef HAVE_GUDEV
   error_msg = xfburn_udev_manager_create_global ();
   if (error_msg) {
-    xfce_dialog_show_error (NULL, NULL, error_msg);
+    xfce_dialog_show_error (NULL, NULL, "%s", error_msg);
     gdk_threads_leave ();
     burn_finish ();
     return EXIT_FAILURE;
diff --git a/xfburn/xfburn-stock.c b/xfburn/xfburn-stock.c
index 5850ce0..78cd0f1 100644
--- a/xfburn/xfburn-stock.c
+++ b/xfburn/xfburn-stock.c
@@ -38,6 +38,7 @@ static const gchar *xfburn_stock_icons[] = {
   XFBURN_STOCK_DATA_COPY,
   XFBURN_STOCK_IMPORT_SESSION,
   XFBURN_STOCK_NEW_DATA_COMPOSITION,
+  XFBURN_STOCK,
 };
 
 void
diff --git a/xfburn/xfburn-stock.h b/xfburn/xfburn-stock.h
index ce6ee75..0cb537d 100644
--- a/xfburn/xfburn-stock.h
+++ b/xfburn/xfburn-stock.h
@@ -30,6 +30,7 @@ G_BEGIN_DECLS;
 #define XFBURN_STOCK_DATA_COPY            "xfburn-data-copy"
 #define XFBURN_STOCK_IMPORT_SESSION       "xfburn-import-session"
 #define XFBURN_STOCK_NEW_DATA_COMPOSITION "xfburn-new-data-composition"
+#define XFBURN_STOCK                      "xfburn"
 
 void xfburn_stock_init (void);
 


More information about the Xfce4-commits mailing list