[X2go-Commits] x2goclient.git - master (branch) updated: 3.99.2.2-68-gee63192

X2Go dev team git-admin at x2go.org
Sun Oct 21 17:55:47 CEST 2012


The branch, master has been updated
       via  ee631920b8c647be9082f0689f688fbdf9513c9a (commit)
      from  474c7ce3ea1bcffd432879e1219e5f6a7f3b5cc5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ee631920b8c647be9082f0689f688fbdf9513c9a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Oct 21 17:55:43 2012 +0200

    Add XFCE as possible session type (closes upstream issue: #51).

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog     |    1 +
 icons/16x16/xfce.png |  Bin 0 -> 639 bytes
 onmainwindow.cpp     |    4 ++
 resources.rcc        |    1 +
 sessionbutton.cpp    |   16 ++++++
 sessionbutton.h      |    2 +-
 sessionwidget.cpp    |    6 +++
 sessionwidget.h      |    2 +-
 svg/xfce.svg         |  135 ++++++++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 165 insertions(+), 2 deletions(-)
 create mode 100644 icons/16x16/xfce.png
 create mode 100644 svg/xfce.svg

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 6da5992..4a13ae0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ x2goclient (3.99.3.0-0~x2go1) UNRELEASED; urgency=low
       uses a slash as separator character for submenu cascades.
     - Use ,,printf'' instead of ,,echo -e'' (Bashism). Fixes occurences of
       xinerama.conf files.
+    - Add XFCE as possible session type (closes upstream issue: #51).
   * /debian/control:
     + Maintainer change in package: X2Go Developers <x2go-dev at lists.berlios.de>.
     + Add rdesktop and xfreerdp to Recommends.
diff --git a/icons/16x16/xfce.png b/icons/16x16/xfce.png
new file mode 100644
index 0000000..7cca725
Binary files /dev/null and b/icons/16x16/xfce.png differ
diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index be261cc..a7ff8f3 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -5769,6 +5769,10 @@ void ONMainWindow::runCommand()
     {
         command="unity";
     }
+    else if ( command=="XFCE" )
+    {
+	command="xfce4-session";
+    }
     else if ( command=="LXDE" )
     {
         command="startlxde";
diff --git a/resources.rcc b/resources.rcc
index 1d9aa97..50782f8 100644
--- a/resources.rcc
+++ b/resources.rcc
@@ -55,6 +55,7 @@
        <file>icons/16x16/edit.png</file>
        <file>icons/16x16/gnome.png</file>
        <file>icons/16x16/unity.png</file>
+       <file>icons/16x16/xfce.png</file>
        <file>icons/16x16/kde.png</file>
        <file>icons/16x16/new_file.png</file>
        <file>icons/16x16/resolution.png</file>
diff --git a/sessionbutton.cpp b/sessionbutton.cpp
index 4ece426..04488d8 100644
--- a/sessionbutton.cpp
+++ b/sessionbutton.cpp
@@ -338,6 +338,7 @@ void SessionButton::redraw()
     cmdBox->addItem ( "GNOME" );
     cmdBox->addItem ( "LXDE" );
     cmdBox->addItem ( "UNITY" );
+    cmdBox->addItem ( "XFCE" );
     cmdBox->addItem ( tr ( "RDP connection" ) );
     cmdBox->addItem ( tr ( "XDMCP" ) );
     cmdBox->addItem ( tr ( "Connection to local desktop" ) );
@@ -362,6 +363,11 @@ void SessionButton::redraw()
         cmdpix.load ( par->iconsPath ( "/16x16/unity.png" ) );
         cmdBox->setCurrentIndex ( UNITY );
     }
+    else if ( command == "XFCE" )
+    {
+        cmdpix.load ( par->iconsPath ( "/16x16/xfce.png" ) );
+        cmdBox->setCurrentIndex ( XFCE );
+    }
     else if ( command =="LXDE" )
     {
         cmdpix.load ( par->iconsPath ( "/16x16/lxde.png" ) );
@@ -658,6 +664,11 @@ void SessionButton::slot_cmd_change ( const QString& command )
         newRootless=false;
         pix.load ( par->iconsPath ( "/16x16/unity.png" ) );
     }
+    else if ( command == "XFCE" )
+    {
+        newRootless=false;
+        pix.load ( par->iconsPath ( "/16x16/xfce.png" ) );
+    }
     else if ( command ==tr ( "Connection to local desktop" ) )
     {
         newRootless=false;
@@ -701,6 +712,11 @@ void SessionButton::slot_cmd_change ( const QString& command )
         cmd="UNITY";
         newRootless=false;
     }
+    if ( command=="xfce4-session" )
+    {
+        cmd="XFCE";
+        newRootless=false;
+    }
     if (command== tr("Published applications"))
     {
         published=true;
diff --git a/sessionbutton.h b/sessionbutton.h
index c5eea1e..bac2075 100644
--- a/sessionbutton.h
+++ b/sessionbutton.h
@@ -26,7 +26,7 @@ class SessionButton : public SVGFrame
 {
     Q_OBJECT
 public:
-    enum {KDE,GNOME,UNITY,LXDE,RDP,XDMCP,SHADOW,PUBLISHED,OTHER,APPLICATION};
+    enum {KDE,GNOME,UNITY,XFCE,LXDE,RDP,XDMCP,SHADOW,PUBLISHED,OTHER,APPLICATION};
     SessionButton ( ONMainWindow* mw, QWidget* parent,QString id );
     ~SessionButton();
     QString id() {
diff --git a/sessionwidget.cpp b/sessionwidget.cpp
index c16120a..00643ed 100644
--- a/sessionwidget.cpp
+++ b/sessionwidget.cpp
@@ -182,6 +182,7 @@ SessionWidget::SessionWidget ( QString id, ONMainWindow * mw,
     sessBox->addItem ( "GNOME" );
     sessBox->addItem ( "LXDE" );
     sessBox->addItem ( "UNITY" );
+    sessBox->addItem ( "XFCE" );
     sessBox->addItem ( tr ( "Connect to Windows terminal server" ) );
     sessBox->addItem ( tr ( "XDMCP" ) );
     sessBox->addItem ( tr ( "Connect to local desktop" ) );
@@ -658,6 +659,11 @@ void SessionWidget::readConfig()
             sessBox->setCurrentIndex ( UNITY );
             cmd->setEnabled ( false );
         }
+        else if ( command=="XFCE" )
+        {
+            sessBox->setCurrentIndex ( XFCE );
+            cmd->setEnabled ( false );
+        }
         else if ( command=="SHADOW" )
         {
             sessBox->setCurrentIndex ( SHADOW );
diff --git a/sessionwidget.h b/sessionwidget.h
index b050ffc..e289a30 100644
--- a/sessionwidget.h
+++ b/sessionwidget.h
@@ -51,7 +51,7 @@ public slots:
 #endif
 
 private:
-    enum {KDE,GNOME,LXDE,UNITY,RDP,XDMCP,SHADOW,OTHER,APPLICATION,PUBLISHED};
+    enum {KDE,GNOME,LXDE,XFCE,UNITY,RDP,XDMCP,SHADOW,OTHER,APPLICATION,PUBLISHED};
     QLineEdit* sessName;
     QLineEdit* uname;
     QLineEdit* server;
diff --git a/svg/xfce.svg b/svg/xfce.svg
new file mode 100644
index 0000000..feab01a
--- /dev/null
+++ b/svg/xfce.svg
@@ -0,0 +1,135 @@
+<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="64px"
+   height="64px"
+   id="svg2816"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="Neues Dokument 2">
+  <defs
+     id="defs2818">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 32 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="64 : 32 : 1"
+       inkscape:persp3d-origin="32 : 21.333333 : 1"
+       id="perspective2824" />
+    <inkscape:perspective
+       id="perspective2915"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.5"
+     inkscape:cx="32"
+     inkscape:cy="17.373918"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:document-units="px"
+     inkscape:grid-bbox="true"
+     inkscape:window-width="1598"
+     inkscape:window-height="879"
+     inkscape:window-x="0"
+     inkscape:window-y="19"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata2821">
+    <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">
+    <g
+       id="g2921"
+       transform="translate(-0.18181812,-0.18181845)">
+      <path
+         style="fill:#e7e7e7"
+         d="m 19.45353,49.141849 c -0.319516,-0.384995 -0.425935,-1.192029 -0.277667,-2.105698 0.197166,-1.214989 0.126977,-1.437929 -0.390227,-1.239458 -0.865603,0.332161 -2.225979,-0.461825 -2.225979,-1.299198 0,-0.378067 0.484937,-1.387156 1.077639,-2.242426 0.905608,-1.306791 1.092575,-2.070055 1.1712,-4.781239 0.06683,-2.304413 0.36702,-3.852403 1.050649,-5.417853 l 0.95709,-2.191647 -1.197181,-1.255401 C 17.67082,26.565952 13.435034,23.969563 6.9935962,20.869965 3.6668981,19.269169 0.82641495,17.650258 0.68141166,17.272385 0.06943752,15.677605 1.6227985,15.374548 4.0579149,16.613635 c 0.8444482,0.42969 3.1932998,1.36562 5.2196698,2.079845 4.8476563,1.708629 8.5639263,3.694653 11.7745013,6.29245 2.355372,1.90582 2.719874,2.071827 3.634309,1.655183 1.380436,-0.628969 3.819231,-0.580985 8.012464,0.157649 1.934635,0.340783 4.304177,0.619861 5.265651,0.620172 1.530865,4.97e-4 1.829341,-0.156475 2.401542,-1.262991 0.460746,-0.89098 0.574138,-1.792191 0.384564,-3.056364 -0.26
 5618,-1.
 771269 0.219895,-3.387382 1.217815,-4.053713 0.767378,-0.512389 2.224201,-0.350935 2.896101,0.320964 0.574341,0.574343 0.697859,0.493611 1.243766,-0.812923 1.546239,-3.700671 5.626544,-1.363263 5.626544,3.223173 l 0,1.419201 2.683626,0.467332 c 1.475993,0.257034 3.105431,0.624521 3.620975,0.816639 0.86034,0.320608 0.971493,0.192643 1.35297,-1.55755 0.458383,-2.103046 1.733599,-2.905672 2.141052,-1.347582 0.197883,0.756705 0.289723,0.781059 0.846352,0.22443 0.343413,-0.343411 0.835547,-0.554084 1.093634,-0.468161 0.850821,0.283256 0.754272,1.52288 -0.259949,3.337516 l -0.999381,1.788084 0.967748,1.125071 c 0.624302,0.725792 0.967744,1.650276 0.967744,2.604977 0,2.025533 -1.795217,3.642625 -6.802831,6.127837 -2.176148,1.079998 -3.956637,2.125843 -3.956637,2.324107 0,0.198264 0.651775,1.214351 1.44839,2.25797 1.569831,2.056594 1.793177,3.101913 0.833027,3.898768 -0.577051,0.478908 -1.611061,0.394525 -3.352038,-0.273551 -0.693357,-0.266065 -0.695472,-0.22698 -0.03845,0.711052 1.
 16835,1.
 668056 0.683525,3.705217 -0.881804,3.705217 -0.321125,0 -2.243093,-0.671772 -4.271042,-1.492827 -2.86849,-1.161364 -4.007976,-1.432639 -5.132001,-1.22177 -2.356498,0.442077 -11.39979,0.311648 -13.76117,-0.198479 -2.112286,-0.456318 -2.237962,-0.432068 -3.64312,0.702945 -2.244209,1.812755 -3.985657,3.037782 -4.318381,3.037782 -0.166076,0 -0.535091,-0.280909 -0.820031,-0.624239 z"
+         id="path2951" />
+      <path
+         style="fill:#d7d7d7"
+         d="m 19.656957,48.928095 c -0.144183,-0.233294 -0.202971,-1.111072 -0.13064,-1.950617 0.124577,-1.445965 0.0662,-1.52724 -1.107205,-1.5415 -1.657992,-0.02015 -1.876873,-1.440677 -0.500114,-3.245702 0.835204,-1.095007 1.04198,-1.928787 1.200233,-4.8397 0.129814,-2.387809 0.482658,-4.169969 1.099122,-5.551494 l 0.90793,-2.034716 -0.93838,-1.010324 C 18.2828,26.702876 14.114567,24.108953 7.7373813,21.005988 4.1369523,19.254118 1.0861249,17.547086 0.95776447,17.212584 0.42699907,15.829431 1.5643353,15.759626 4.4081344,17.000813 c 1.5622442,0.681847 4.0046212,1.618995 5.427505,2.08255 3.7538946,1.222966 7.8836086,3.507999 11.0291796,6.102613 1.513111,1.248084 2.954519,2.143532 3.203128,1.989883 1.39673,-0.863226 3.664504,-0.886254 8.661117,-0.08795 2.916062,0.465898 5.754619,0.733468 6.307908,0.594602 1.334559,-0.334953 2.09902,-2.276708 1.986947,-5.046901 -0.07095,-1.753629 0.08579,-2.385486 0.758667,-3.058361 1.067327,-1.067328 1.864744,-1.072915 2.917219,-0.02044 1.01
 8131,1.0
 18131 1.241477,1.034696 1.241477,0.09208 0,-1.298938 1.210308,-2.575033 2.442283,-2.575033 1.623314,0 2.609867,1.288423 2.842805,3.712661 0.109171,1.136158 0.407904,2.223556 0.663851,2.41644 0.397041,0.299215 6.525104,1.733588 7.406396,1.733588 0.165501,0 0.300913,-0.628974 0.300913,-1.397719 0,-1.747407 1.157802,-2.942985 1.517603,-1.567115 0.281335,1.075838 0.506282,1.115768 1.170257,0.207728 0.301766,-0.412691 0.779172,-0.582022 1.193105,-0.423182 0.635645,0.243921 0.638836,0.387867 0.04043,1.825998 -0.35728,0.858662 -0.918469,1.832153 -1.247093,2.163314 -0.521188,0.525219 -0.469634,0.736607 0.403712,1.655303 2.382564,2.506291 1.445067,4.845658 -2.947924,7.356015 -1.550982,0.886305 -3.600441,1.949076 -4.554355,2.361718 -0.95391,0.412638 -1.826689,0.990798 -1.93951,1.284801 -0.112817,0.294002 0.449551,1.374853 1.249712,2.401894 1.822315,2.339026 1.799571,3.797525 -0.05877,3.768727 -0.682813,-0.01059 -1.697898,-0.174671 -2.255744,-0.364651 l -1.01427,-0.345412 0.729082,1.11
 2724 c 0
 .400997,0.611994 0.671197,1.614082 0.600445,2.226862 -0.188547,1.632986 -1.638191,1.616689 -5.621338,-0.06319 -3.332307,-1.405389 -3.420501,-1.418644 -6.804375,-1.022712 -3.461957,0.405073 -9.590487,0.177879 -12.406429,-0.459922 -1.680295,-0.380579 -2.228763,-0.125646 -4.989687,2.319261 -1.586336,1.404761 -2.538779,1.706175 -3.005436,0.951108 z"
+         id="path2949" />
+      <path
+         style="fill:#c7c7c7"
+         d="m 19.604891,48.728408 c -0.131668,-0.343119 -0.112664,-1.299388 0.04223,-2.125041 0.264603,-1.410458 0.224884,-1.486346 -0.657191,-1.255679 -1.015959,0.26568 -2.016447,-0.323351 -2.016447,-1.187167 0,-0.296076 0.438819,-1.064715 0.975153,-1.708086 0.803524,-0.963891 1.012943,-1.790665 1.189867,-4.697518 0.142272,-2.337534 0.527364,-4.254518 1.141402,-5.681888 0.509679,-1.184781 0.817931,-2.437564 0.685006,-2.783963 C 20.479643,28.024483 15.236413,24.646473 8.4281441,21.212115 3.8982697,18.927068 1.4081372,17.440852 1.3212185,16.970401 c -0.1872801,-1.013659 0.4356231,-0.919777 4.4633921,0.672708 1.943203,0.768297 4.6504254,1.821385 6.0160504,2.340196 3.364031,1.278022 5.588773,2.602791 8.82303,5.253857 2.085913,1.709788 2.925084,2.166799 3.572818,1.945748 1.83994,-0.627912 5.250728,-0.630093 8.584025,-0.0055 1.925188,0.360748 4.280011,0.655906 5.232936,0.655906 1.505986,0 1.83806,-0.173428 2.538982,-1.326001 0.648713,-1.066725 0.758815,-1.781167 0.563084,-3.65382
 9 -0.227
 67,-2.17821 -0.170657,-2.384976 0.887056,-3.216972 1.264892,-0.994963 2.171667,-0.763032 3.29673,0.84322 l 0.64196,0.916528 0,-1.103566 c 0,-0.606962 0.43364,-1.607703 0.963643,-2.22387 0.76674,-0.891386 1.187092,-1.064221 2.057185,-0.845842 1.3529,0.339557 1.978203,1.459674 2.309677,4.137377 l 0.256142,2.069143 3.103693,0.676438 c 1.707031,0.372042 3.522691,0.816783 4.0348,0.988316 0.840497,0.281527 0.931725,0.178283 0.937444,-1.060943 0.0033,-0.755052 0.168886,-1.629455 0.36756,-1.94312 0.437691,-0.691033 1.281407,-0.257222 1.281407,0.65886 0,0.595818 0.07406,0.593428 0.75678,-0.02442 0.855775,-0.774465 1.726174,-0.900776 1.726174,-0.250499 0,0.622647 -1.278866,3.032802 -1.780998,3.356474 -0.256576,0.16539 0.01138,0.790772 0.678484,1.583598 0.713311,0.847726 1.102514,1.798972 1.102514,2.694657 0,1.800659 -2.090196,3.631559 -7.09944,6.218732 -2.013014,1.039684 -3.660028,2.143278 -3.660028,2.452435 0,0.309153 0.651775,1.342227 1.44839,2.295711 2.324653,2.782427 1.750772,4.29
 8138 -1.
 252137,3.307088 -1.834221,-0.605349 -2.120588,-0.37796 -1.231968,0.978251 0.918631,1.402004 0.674342,2.919714 -0.496769,3.086312 -0.501461,0.07133 -2.44962,-0.536745 -4.329245,-1.35129 l -3.417501,-1.480991 -4.024124,0.412952 c -3.732405,0.383017 -10.564966,0.0524 -12.992796,-0.628713 -0.608822,-0.170798 -1.580357,0.349828 -3.466807,1.8578 -2.82636,2.259311 -3.241165,2.428437 -3.608471,1.47125 z"
+         id="path2947" />
+      <path
+         style="fill:#b7b7b7"
+         d="m 19.6677,48.53165 c -0.138274,-0.22373 -0.12854,-1.061727 0.02163,-1.862215 0.265244,-1.413865 0.2359,-1.455429 -1.027479,-1.455429 -1.790651,0 -2.014023,-0.943312 -0.647587,-2.734805 0.99266,-1.301444 1.144577,-1.901608 1.229746,-4.858227 0.07039,-2.443533 0.360865,-3.985281 1.053838,-5.593419 1.157147,-2.685314 1.078913,-2.855078 -2.602175,-5.646578 -2.678001,-2.030825 -3.763877,-2.631299 -12.0436805,-6.659979 -3.7799651,-1.839207 -4.88958621,-2.71321 -4.2529332,-3.349863 0.1392607,-0.139261 1.4192621,0.239343 2.8444468,0.841342 1.4251851,0.602 3.963868,1.558533 5.6415174,2.125631 3.8888685,1.314557 7.6761025,3.434769 10.8428585,6.07017 l 2.495531,2.076803 2.062844,-0.528692 c 1.684043,-0.431607 2.687016,-0.428346 5.461917,0.01776 1.869491,0.300546 4.706023,0.634986 6.303407,0.743201 l 2.904328,0.196755 0.734333,-1.539911 c 0.537254,-1.126632 0.661414,-2.026168 0.462633,-3.351747 -0.535122,-3.56845 1.911845,-5.121117 4.022828,-2.552594 l 1.096638,1.334326 0,-1
 .624335 
 c 0,-1.620924 1.115244,-3.105985 2.332517,-3.105985 1.15968,0 2.352586,1.976652 2.591827,4.294664 0.190745,1.848145 0.388996,2.326548 0.964127,2.326548 0.3982,0 2.464887,0.452163 4.59263,1.004808 3.391322,0.880836 4.06071,1.21073 5.425487,2.673842 2.863152,3.069452 1.771174,4.966344 -4.855157,8.433951 -4.551698,2.381938 -5.025334,3.049116 -3.401676,4.791711 1.68055,1.80366 2.135125,2.952552 1.442331,3.645345 -0.454107,0.454108 -0.849679,0.490533 -1.72264,0.158636 -0.623246,-0.23696 -1.478024,-0.430834 -1.899506,-0.430834 -0.723946,0 -0.716737,0.09067 0.130397,1.639441 0.843741,1.542569 0.855191,1.681043 0.193782,2.343471 -0.66174,0.662754 -0.915113,0.621996 -4.322575,-0.695352 l -3.619634,-1.399376 -7.885281,-0.02831 c -4.336905,-0.0156 -8.537057,-0.172768 -9.333672,-0.349281 -1.329336,-0.294557 -1.623955,-0.165737 -3.58429,1.567187 -2.100417,1.856757 -3.156606,2.285021 -3.653309,1.481338 z M 60.247828,25.1139 c -0.693431,-0.693431 -0.804079,-1.364219 -0.39911,-2.41955 0.355
 841,-0.9
 27307 0.959062,-0.811092 1.355726,0.261192 l 0.338771,0.915776 0.490106,-0.915776 c 0.524491,-0.980016 1.703484,-1.256233 1.700919,-0.398494 -0.0025,0.897038 -1.615328,3.207149 -2.238851,3.207149 -0.328495,0 -0.889899,-0.292634 -1.247561,-0.650297 z"
+         id="path2945" />
+      <path
+         style="fill:#a7a7a7"
+         d="m 19.729711,48.341411 c -0.126005,-0.328367 -0.06582,-1.166364 0.133751,-1.862216 0.391476,-1.364996 0.365125,-1.390161 -1.338133,-1.277852 -0.923834,0.06092 -1.138021,-0.09872 -1.138021,-0.848194 0,-0.507781 0.487308,-1.56213 1.082906,-2.342999 0.859884,-1.127364 1.034543,-1.71779 0.848074,-2.86686 -0.305324,-1.881492 0.408379,-5.681732 1.450801,-7.725048 l 0.823484,-1.614163 -1.378437,-1.430437 C 18.068135,26.146686 13.907168,23.559347 7.8428989,20.681057 2.6149461,18.19971 0.7701541,16.988403 1.5383801,16.541454 c 0.1817552,-0.105744 2.1926796,0.536164 4.468721,1.426463 2.2760414,0.890299 5.1624759,2.015636 6.4142989,2.500749 2.691738,1.043118 6.057009,3.107698 8.819381,5.410657 l 1.991258,1.66009 2.188052,-0.524906 c 1.846811,-0.443043 2.802761,-0.420124 6.129602,0.146957 2.167853,0.369524 4.984476,0.671862 6.259165,0.671862 2.183965,0 2.356708,-0.07561 2.995667,-1.311216 0.473645,-0.915926 0.604054,-1.851102 0.432589,-3.102081 -0.554357,-4.044476 2.171989,-5
 .709735 
 4.101667,-2.505306 l 0.802089,1.331956 0.22131,-1.862216 c 0.262854,-2.211795 0.53931,-2.726696 1.615009,-3.007998 1.733801,-0.453399 3.335042,2.020126 3.341518,5.161831 0.0021,0.969518 0.209938,1.154928 1.554156,1.385785 2.765357,0.474925 6.453736,1.47893 7.588131,2.065549 1.599209,0.826983 3.274793,2.979071 3.274793,4.206081 0,1.542084 -2.146663,3.353047 -6.765835,5.707779 -4.517056,2.302675 -4.768923,2.777486 -2.735338,5.156628 1.546971,1.809838 1.645917,3.326236 0.217035,3.326236 -0.554195,0 -1.51113,-0.191431 -2.126522,-0.425404 -1.508883,-0.573675 -1.610246,-0.344233 -0.644211,1.458185 1.555732,2.902656 0.110955,3.444726 -4.200256,1.575894 -2.485806,-1.077549 -2.843173,-1.116808 -10.436631,-1.146492 -4.324478,-0.01693 -8.700685,-0.182025 -9.724904,-0.366931 -1.806252,-0.326091 -1.928523,-0.2792 -4.068592,1.560317 -2.312303,1.987564 -3.139609,2.292913 -3.520822,1.299488 z m 41.00584,-23.153278 c -0.754959,-0.573094 -0.993778,-2.519085 -0.357417,-2.912377 0.201727,-0.124
 675 0.47
 388,0.182875 0.604781,0.683443 l 0.238004,0.910124 1.050521,-0.986914 c 0.888695,-0.834887 1.050522,-0.877016 1.050522,-0.27349 0,0.862165 -1.142908,3.16054 -1.562474,3.142117 -0.16486,-0.0072 -0.62563,-0.260545 -1.023937,-0.562903 z"
+         id="path2943" />
+      <path
+         style="fill:#989898"
+         d="m 19.936446,46.972765 c 0.138641,-1.93651 0.122445,-1.965672 -1.091755,-1.965672 -1.60834,0 -1.866671,-1.166294 -0.565186,-2.551662 0.818114,-0.870838 1.004988,-1.614251 1.213014,-4.825531 0.165521,-2.555127 0.539754,-4.459802 1.144768,-5.826337 1.134588,-2.562676 0.875065,-3.024749 -3.308967,-5.891526 C 14.034303,23.655072 12.318242,22.708231 6.0918195,19.712273 3.8623732,18.639534 1.9349547,17.594653 1.8086675,17.390315 1.23147,16.456391 2.3677643,16.659688 6.3089037,18.195466 c 2.3376543,0.910933 5.1225103,1.97303 6.1885703,2.360215 2.33953,0.8497 6.026303,3.192794 8.770601,5.574075 1.357704,1.178106 2.238331,1.660329 2.689867,1.472946 2.140544,-0.888307 3.744024,-0.914257 8.498823,-0.137541 6.548301,1.069692 7.232782,0.98792 8.342269,-0.99662 0.678844,-1.214246 0.833648,-2.040377 0.680669,-3.63245 -0.153132,-1.593711 -0.03062,-2.245727 0.540618,-2.876928 1.082547,-1.1962 1.702251,-1.015501 3.090715,0.901215 l 1.244072,1.717393 0,-1.625313 c 0,-2.012329 0.9595
 04,-3.46
 4775 2.288878,-3.464775 1.265156,0 2.263204,1.805092 2.263204,4.093284 0,0.908287 0.232777,1.79862 0.517283,1.978518 0.284505,0.179899 2.058522,0.641626 3.942256,1.02606 5.359867,1.093846 8.91626,3.768551 8.163668,6.139757 -0.413424,1.302588 -2.952596,3.230453 -6.799367,5.162419 -2.006935,1.007941 -3.769046,2.145535 -3.915809,2.527989 -0.174461,0.454641 0.237018,1.310251 1.188607,2.471541 1.554966,1.897635 1.911622,3.499103 0.779262,3.499103 -0.371901,0 -1.397319,-0.216058 -2.27871,-0.480129 -2.007684,-0.601516 -2.348875,-0.286847 -1.23054,1.134884 0.481155,0.611688 0.874828,1.552604 0.874828,2.090921 0,1.362856 -1.114491,1.271641 -5.242965,-0.429108 -3.376619,-1.391018 -3.385467,-1.392214 -7.24195,-0.978293 -3.642905,0.390995 -11.444117,-0.03224 -13.230654,-0.717801 -0.411351,-0.15785 -1.558181,0.51302 -3.148258,1.841657 -1.37566,1.149471 -2.723484,2.089952 -2.995162,2.089952 -0.333156,0 -0.448148,-0.639915 -0.353233,-1.965672 z M 60.528638,24.737989 c -0.622348,-0.714845 -
 0.672686
 ,-1.72568 -0.103456,-2.077484 0.227604,-0.140668 0.413825,0.127675 0.413825,0.596315 0,1.116074 0.571672,1.082672 1.352681,-0.07903 0.858489,-1.276959 1.465754,-0.531775 0.6912,0.848187 -0.723036,1.28818 -1.617197,1.55861 -2.35425,0.712015 z"
+         id="path2941" />
+      <path
+         style="fill:#888888"
+         d="m 20.071961,48.516173 c -0.148124,-0.239667 -0.144117,-1.176808 0.0089,-2.082536 l 0.278221,-1.646778 -1.366382,0.110115 c -1.757286,0.141623 -2.007819,-0.792961 -0.649026,-2.421108 0.840458,-1.007062 1.029087,-1.774224 1.20915,-4.917636 0.157365,-2.747148 0.467969,-4.244656 1.183716,-5.70701 0.733518,-1.498662 0.864964,-2.155217 0.538529,-2.689867 C 20.28359,27.537457 14.707126,23.877377 8.8850925,21.029259 5.4606968,19.354057 2.4117945,17.685671 2.1097539,17.321734 1.8077136,16.957798 1.6578144,16.660032 1.7766449,16.660032 c 0.202278,0 4.4349237,1.569968 10.6447551,3.948339 1.479426,0.566623 4.179639,2.137195 6.000472,3.490162 1.820833,1.352967 3.730703,2.76892 4.244156,3.146561 0.793184,0.583382 1.121518,0.608761 2.1837,0.168791 1.355387,-0.56142 4.476056,-0.420353 10.129325,0.457888 1.823117,0.283222 3.801426,0.392804 4.396238,0.243515 1.416989,-0.35564 2.205795,-2.279588 2.214245,-5.40068 0.0055,-2.039475 0.152793,-2.526518 0.918656,-3.038077 0.837538,-0.55
 9438 0.9
 89722,-0.525317 1.862216,0.417528 0.522575,0.564715 1.28233,1.466295 1.688347,2.003513 l 0.738211,0.976758 -0.259605,-1.772372 c -0.188018,-1.283661 -0.07515,-2.053889 0.409352,-2.793324 1.388331,-2.118865 3.505269,-0.700908 3.856632,2.583231 0.272819,2.55003 0.557883,2.867028 2.893118,3.217218 5.81579,0.872132 9.625499,3.192993 9.625499,5.863821 0,1.691088 -1.366142,2.859832 -6.697807,5.730023 -2.113987,1.138021 -3.90101,2.367414 -3.971166,2.731991 -0.07016,0.364572 0.532556,1.452966 1.339363,2.418649 2.298045,2.75058 1.915901,3.671057 -1.180268,2.842958 -1.033062,-0.276303 -1.993787,-0.386873 -2.134943,-0.245713 -0.141161,0.14116 0.150256,0.807031 0.647591,1.479713 1.01072,1.367077 0.968609,2.694303 -0.09197,2.898551 -0.384718,0.07409 -2.220974,-0.524632 -4.080566,-1.330495 l -3.38108,-1.465208 -4.087738,0.419482 c -3.810667,0.391049 -10.417143,0.04782 -13.031401,-0.677023 -0.634802,-0.176008 -1.484387,0.253444 -3.103693,1.568872 -2.876882,2.33701 -3.153464,2.493866 -3.476
 321,1.97
 1469 z m 41.19464,-23.683084 c 0.01792,-0.672498 1.593581,-2.565395 1.889309,-2.269665 0.318857,0.318858 -1.009416,2.786948 -1.499878,2.786948 -0.221761,0 -0.397004,-0.232777 -0.389431,-0.517283 z m -1.255245,-1.344933 c 0,-0.341406 0.186222,-0.620739 0.413826,-0.620739 0.227604,0 0.413825,0.279333 0.413825,0.620739 0,0.341406 -0.186221,0.620738 -0.413825,0.620738 -0.227604,0 -0.413826,-0.279332 -0.413826,-0.620738 z"
+         id="path2939" />
+      <path
+         style="fill:#777777"
+         d="m 20.104278,46.625904 c 0.272496,-1.817133 0.242473,-1.895168 -0.698838,-1.816409 -2.394864,0.200383 -2.571859,-0.239783 -0.950951,-2.364902 0.917728,-1.203207 1.08195,-1.875148 1.172636,-4.798057 0.07689,-2.478154 0.367652,-4.000324 1.073335,-5.618981 1.148154,-2.633572 1.078065,-2.805205 -2.245771,-5.499399 C 15.906276,24.462494 12.537555,22.5174 8.3867636,20.714951 5.0183518,19.252244 1.8165906,17.367159 2.3810596,17.179003 c 0.2446509,-0.08155 1.5330381,0.30296 2.8630822,0.854468 1.3300441,0.551508 3.4424807,1.329028 4.6943035,1.727822 3.4074857,1.085524 7.3169797,3.260205 10.4854237,5.832581 l 2.829647,2.297318 2.047793,-0.524834 c 1.657098,-0.424702 2.696295,-0.42365 5.446866,0.0055 1.869491,0.291692 4.733418,0.631436 6.364284,0.754987 l 2.965206,0.224638 0.884189,-1.733146 c 0.685779,-1.344244 0.823976,-2.134632 0.615876,-3.522363 -0.573637,-3.825287 1.868241,-4.913008 3.764692,-1.676961 0.60023,1.024218 1.191264,1.862215 1.313409,1.862215 0.122144,0 0.118
 751,-0.7
 70378 -0.0075,-1.711951 -0.284753,-2.123018 0.210443,-3.509167 1.387057,-3.882609 1.446975,-0.459253 2.514918,0.970111 2.81867,3.772583 l 0.26009,2.399643 3.548348,0.697547 c 7.144345,1.404462 10.280743,4.414798 7.836775,7.521797 -0.452502,0.575266 -2.547495,1.92872 -4.655539,3.007677 -5.959397,3.050187 -6.164932,3.377412 -3.832804,6.101978 2.304901,2.692764 1.891105,3.541185 -1.26401,2.591633 -1.089537,-0.327903 -2.136148,-0.500282 -2.325808,-0.383066 -0.189657,0.117212 0.121466,0.824465 0.691387,1.571669 1.157611,1.517706 1.329179,2.642372 0.45431,2.978088 -0.320045,0.122815 -2.042594,-0.37212 -3.827888,-1.099858 -3.239047,-1.320323 -3.263231,-1.323302 -11.315584,-1.392833 -4.438281,-0.03832 -8.721377,-0.21267 -9.517991,-0.387432 -1.327762,-0.291284 -1.626277,-0.160494 -3.58429,1.570377 -2.843878,2.513975 -3.594941,2.511504 -3.216731,-0.01059 z M 61.52513,25.042343 c -0.147322,-0.238376 0.09739,-0.871807 0.543805,-1.407625 0.6008,-0.721118 0.81524,-0.80662 0.825433,-0.3291
 13 0.019
 74,0.925544 -1.039903,2.26961 -1.369238,1.736738 z"
+         id="path2937" />
+      <path
+         style="fill:#676767"
+         d="m 20.047297,47.975237 c -0.115948,-0.302155 -0.02888,-1.027893 0.193481,-1.612753 0.487097,-1.281163 0.263466,-1.562304 -1.242715,-1.562304 -1.632727,0 -1.726629,-0.467718 -0.453213,-2.257411 0.974165,-1.369118 1.120934,-1.979055 1.137363,-4.726643 0.01516,-2.535178 0.240841,-3.636582 1.149241,-5.608691 L 21.961832,29.75342 20.414596,28.168905 C 18.082477,25.780599 13.982231,23.191911 8.2111707,20.464279 2.4933761,17.761822 0.86511055,16.492497 5.2660158,18.168363 c 1.5456175,0.588572 4.0761464,1.506141 5.6233972,2.039043 3.243785,1.117219 6.741907,3.150761 10.036241,5.834308 1.912309,1.557756 2.495867,1.829984 3.418595,1.594765 2.559796,-0.652534 4.206482,-0.661948 7.733872,-0.04421 2.048437,0.358732 4.704831,0.652836 5.903099,0.653563 2.009223,0.0012 2.244446,-0.103279 3.024433,-1.343611 0.675223,-1.073739 0.799474,-1.774159 0.616203,-3.473586 -0.181934,-1.687039 -0.07155,-2.323788 0.532085,-3.069245 0.982699,-1.213579 1.806539,-0.887925 3.154121,1.246784 0.581
 587,0.92
 129 1.199681,1.675072 1.373542,1.675072 0.173864,0 0.244906,-0.7467 0.15787,-1.659332 -0.300073,-3.146565 0.681182,-4.646928 2.427804,-3.712166 0.791855,0.42379 1.545664,2.479348 1.740509,4.746197 0.103262,1.201376 0.20585,1.257491 3.570567,1.953051 4.038993,0.83495 6.748583,2.041164 7.914346,3.52319 1.92434,2.4464 0.49045,4.316577 -5.778492,7.536712 -3.464458,1.779572 -4.151715,2.292451 -4.151715,3.098314 0,0.531146 0.277081,1.195679 0.61574,1.476737 0.338654,0.281063 1.017328,1.160802 1.508159,1.954983 1.164633,1.884422 0.538747,2.301132 -2.160013,1.438103 -1.109811,-0.354901 -2.142024,-0.521085 -2.293811,-0.369298 -0.151788,0.151787 0.248531,1.032847 0.889601,1.957913 1.00421,1.449072 1.084335,1.761784 0.57876,2.258689 -0.502509,0.493881 -1.032785,0.394198 -3.690519,-0.693758 -3.068091,-1.255936 -3.193886,-1.27109 -10.966381,-1.321399 -4.324478,-0.02797 -8.700685,-0.205403 -9.724904,-0.394244 -1.809599,-0.333651 -1.924556,-0.289765 -4.068592,1.553163 -2.337434,2.009165 -2
 .864184,
 2.230694 -3.203236,1.347139 z M 61.666659,24.573391 c 0,-0.199735 0.309819,-0.618734 0.68849,-0.931108 0.624297,-0.515 0.642233,-0.481141 0.192354,0.363155 -0.513106,0.962955 -0.880844,1.200065 -0.880844,0.567953 z"
+         id="path2935" />
+      <path
+         style="fill:#585858"
+         d="m 20.187209,48.28979 c -0.129151,-0.129151 -0.05763,-0.876541 0.158929,-1.66086 0.503853,-1.824806 0.202494,-2.274792 -1.319572,-1.970382 -0.99705,0.19941 -1.225432,0.105451 -1.225432,-0.504164 0,-0.412087 0.418998,-1.195149 0.931108,-1.740137 0.786856,-0.837376 0.968835,-1.61085 1.174631,-4.992579 0.180661,-2.968712 0.481025,-4.464375 1.163584,-5.794077 0.854055,-1.663794 0.873365,-1.863649 0.269169,-2.785769 C 20.271208,27.21121 15.048828,23.781136 9.3325519,20.955543 6.3818629,19.496997 3.7943767,18.130356 3.5825827,17.918562 c -0.6441371,-0.644137 8.8612603,2.843154 11.3162343,4.151642 1.262878,0.673107 3.389464,2.105505 4.725747,3.183107 1.336284,1.077602 2.664898,2.133055 2.952475,2.345451 0.330691,0.244239 1.362542,0.18474 2.807428,-0.161883 1.969077,-0.472374 2.797198,-0.45427 5.996812,0.131108 2.041738,0.37354 4.852181,0.679165 6.245429,0.679165 2.413043,0 2.572254,-0.06378 3.357145,-1.344934 0.611713,-0.998484 0.800885,-1.958264 0.734367,-3.725907 -0.06
 742,-1.7
 91646 0.08755,-2.558122 0.626105,-3.096679 0.939029,-0.939027 1.830252,-0.396306 3.110679,1.894286 1.317761,2.357378 1.789076,2.181393 1.468261,-0.548235 -0.3009,-2.560228 0.176121,-3.524174 1.743994,-3.524174 1.201411,0 1.793438,1.050238 2.112995,3.748366 0.134795,1.138152 0.429621,2.183418 0.655168,2.322812 0.225544,0.139396 1.730698,0.505078 3.344788,0.812629 3.863295,0.736118 7.133606,2.352982 7.949178,3.930128 1.193461,2.307897 0.09497,3.55963 -5.877968,6.69798 -4.791588,2.517634 -5.222567,3.328691 -3.070963,5.77923 1.691823,1.926885 1.701208,2.974211 0.02351,2.62469 -0.682812,-0.142253 -1.800142,-0.37503 -2.482954,-0.517282 -1.474639,-0.307216 -1.65772,0.37692 -0.449684,1.68036 1.098757,1.185528 1.253011,2.442176 0.323186,2.632862 -0.410983,0.08428 -1.993866,-0.366927 -3.517519,-1.002679 -2.68354,-1.119725 -3.009998,-1.156688 -10.426057,-1.180512 -4.210677,-0.01353 -8.621576,-0.185328 -9.801999,-0.381775 -2.144929,-0.356962 -2.147576,-0.356022 -4.389786,1.559556 -2.320
 788,1.98
 2714 -2.478683,2.075183 -2.871948,1.681916 z"
+         id="path2933" />
+      <path
+         style="fill:#474747"
+         d="m 20.491253,46.453649 0.299387,-2.176801 -1.494753,0.280416 c -1.82025,0.341481 -1.988887,-0.342875 -0.518665,-2.104829 0.822068,-0.985191 1.009449,-1.768228 1.187513,-4.962445 0.149677,-2.68497 0.468915,-4.324573 1.093041,-5.613847 0.484888,-1.001645 0.881615,-2.020041 0.881615,-2.263103 0,-1.366376 -7.074082,-6.265223 -13.0571278,-9.042144 -2.1503497,-0.998045 -3.9097264,-1.901516 -3.9097264,-2.007712 0,-0.422291 8.4368542,2.680489 10.4617962,3.847482 1.187938,0.684621 3.450111,2.277902 5.02705,3.540625 1.576938,1.262724 2.880489,2.287642 2.896779,2.277597 0.837854,-0.516638 4.48518,-1.000201 5.952119,-0.789131 1.067104,0.153539 3.526353,0.522174 5.464999,0.819189 1.938645,0.297015 4.042758,0.41003 4.675804,0.251145 1.609935,-0.404067 2.731233,-3.082377 2.462283,-5.881362 -0.344129,-3.581453 1.517669,-4.022479 3.340137,-0.791217 1.401139,2.484242 2.110639,2.421116 1.768595,-0.157357 -0.318877,-2.40381 0.188043,-3.778646 1.393232,-3.778646 1.15538,0 2.078034,1.5
 89545 2.
 078034,3.580038 0,0.957318 0.262576,2.003154 0.583502,2.324079 0.320926,0.320926 1.88539,0.798504 3.476587,1.061285 3.775845,0.623568 6.278928,1.726524 7.669978,3.379692 1.931602,2.295578 0.627604,4.040532 -5.298794,7.090613 -3.648908,1.877948 -4.77597,2.700944 -4.77597,3.487474 0,0.284596 0.651775,1.297575 1.44839,2.251059 1.801834,2.156656 1.908601,3.09758 0.310369,2.735313 -4.19354,-0.950541 -4.618825,-0.76768 -3.000237,1.290023 0.987161,1.254968 1.081939,2.595875 0.183487,2.595875 -0.354289,0 -2.197055,-0.64282 -4.095033,-1.428493 l -3.450872,-1.428489 -4.059432,0.441117 c -3.754245,0.407954 -11.290856,-0.01217 -13.172743,-0.734334 -0.304141,-0.116707 -1.552199,0.599497 -2.773464,1.59157 -3.470486,2.819187 -3.391121,2.810977 -3.04788,0.315318 z"
+         id="path2931" />
+      <path
+         style="fill:#363636"
+         d="m 20.520891,46.193494 0.287516,-1.917296 -1.314944,0.192996 c -1.77883,0.261074 -1.942727,-0.223598 -0.649128,-1.919597 0.946192,-1.240521 1.102455,-1.878624 1.191346,-4.864885 0.07332,-2.463211 0.357518,-4.008954 1.00301,-5.455364 0.495385,-1.110053 0.9007,-2.236145 0.9007,-2.502426 0,-0.560073 -2.37491,-2.883723 -4.726063,-4.624056 C 16.321025,24.44238 13.527701,22.837767 11.005943,21.53706 8.484184,20.236352 6.5279756,19.165578 6.6588137,19.157562 c 0.1308376,-0.008 1.6038556,0.45002 3.2733729,1.01786 3.8798004,1.319605 6.9341154,3.036769 10.5111874,5.909487 2.724716,2.188198 2.906737,2.267309 4.167638,1.811361 1.773494,-0.641303 3.741993,-0.60049 8.270848,0.171482 2.09167,0.356538 4.624011,0.589315 5.627418,0.517282 1.639239,-0.117678 1.921041,-0.298958 2.776787,-1.786272 0.749393,-1.302461 0.900419,-2.031352 0.708516,-3.419477 -0.325594,-2.355159 0.05114,-3.408648 1.218952,-3.408648 0.703053,0 1.225595,0.523065 2.067068,2.069129 1.58304,2.908566 2.541717,2.6
 49187 1.
 836575,-0.496903 -0.4692,-2.093382 0.178384,-3.742171 1.400825,-3.566592 1.174611,0.168708 1.961484,1.730802 1.969264,3.909368 0.0033,0.939449 0.238877,1.894203 0.523382,2.121677 0.284505,0.227473 1.820833,0.635499 3.414062,0.906724 7.154583,1.217969 10.414892,4.471007 7.345406,7.329033 -0.625911,0.582792 -2.950109,1.970467 -5.164884,3.083723 -4.936072,2.481116 -5.302949,3.180187 -3.050177,5.812044 1.4154,1.653573 1.894445,2.833688 1.150287,2.833688 -0.187058,0 -1.226,-0.301852 -2.308759,-0.670786 -2.651406,-0.903427 -3.269715,-0.320715 -1.75998,1.658651 1.171797,1.536307 1.428344,2.7414 0.580958,2.728994 -0.284505,-0.0042 -2.079698,-0.651109 -3.989317,-1.43766 l -3.472035,-1.430086 -4.390654,0.336043 c -4.094305,0.313361 -8.323917,0.126718 -12.253342,-0.540717 -1.545335,-0.262486 -1.797197,-0.155772 -3.791203,1.606326 -2.748547,2.428888 -3.168151,2.424423 -2.800118,-0.0298 z M 52.562493,27.4195 c 0,-0.227604 -0.186221,-0.413826 -0.413825,-0.413826 -0.227605,0 -0.413826,0.18
 6222 -0.
 413826,0.413826 0,0.227604 0.186221,0.413826 0.413826,0.413826 0.227604,0 0.413825,-0.186222 0.413825,-0.413826 z"
+         id="path2929" />
+      <path
+         style="fill:#262626"
+         d="m 20.504514,46.972765 c 0.678838,-2.490829 0.538967,-2.804323 -1.189991,-2.667156 -1.726267,0.136951 -1.741263,-0.105071 -0.118121,-1.906313 0.713605,-0.791906 0.864143,-1.524493 0.89288,-4.34517 0.02816,-2.763672 0.242358,-3.845577 1.155348,-5.835504 1.051739,-2.292337 1.080276,-2.504651 0.463231,-3.446381 -0.910172,-1.389097 -5.267339,-4.491348 -9.592982,-6.830088 -1.993653,-1.077906 -3.5143107,-1.962459 -3.3792388,-1.965672 0.1350714,-0.0032 1.2899468,0.35347 2.5663898,0.792631 3.023512,1.04024 5.547556,2.541337 8.91653,5.302828 2.272355,1.862612 2.929151,2.201157 3.883187,2.001585 0.631538,-0.13211 1.71986,-0.356346 2.418494,-0.498303 0.698635,-0.141957 3.259181,0.05954 5.690104,0.447778 2.430922,0.388235 5.251776,0.644048 6.268567,0.568473 1.578882,-0.117353 1.992136,-0.348806 2.831428,-1.585799 0.827892,-1.220192 0.944889,-1.77928 0.742598,-3.548574 -0.264558,-2.313872 0.398262,-3.802684 1.504042,-3.378356 0.347688,0.13342 1.07658,1.04823 1.619759,2.03291 1
 .469954,
 2.66474 2.246689,2.396705 2.073436,-0.715503 -0.101648,-1.825991 0.02446,-2.641902 0.464834,-3.007376 1.335677,-1.108514 2.778356,0.900481 2.778356,3.868986 0,1.717782 0.494563,2.089488 3.517518,2.643711 3.82106,0.700546 6.267846,1.635332 7.643113,2.920023 2.546861,2.379125 1.410682,4.038582 -5.160159,7.536744 -4.945631,2.632935 -5.263635,3.298396 -2.917905,6.10605 0.808375,0.967562 1.371774,1.917772 1.251996,2.111575 -0.119777,0.193807 -0.981247,0.08301 -1.914374,-0.246218 -3.325119,-1.173171 -4.198659,-0.399664 -2.213276,1.959829 2.011615,2.390671 1.264705,2.69115 -2.698678,1.085668 -3.055486,-1.237716 -3.200238,-1.254691 -11.371397,-1.333641 -4.552082,-0.04398 -8.935667,-0.227393 -9.741299,-0.407577 -1.341475,-0.300027 -1.66137,-0.167471 -3.799977,1.574628 -1.284355,1.046226 -2.46105,1.902233 -2.614877,1.902233 -0.153828,0 -0.140118,-0.51211 0.03047,-1.138021 z M 52.791691,27.797268 c 0.426455,-0.69002 -0.532681,-1.481293 -1.103558,-0.910416 -0.477521,0.477523 -0.178657,1
 .3603 0.
 460535,1.3603 0.200738,0 0.490097,-0.202448 0.643023,-0.449884 z"
+         id="path2927" />
+      <path
+         style="fill:#171717"
+         d="m 20.774831,46.200421 0.129996,-2.02098 -1.344934,0.06102 c -1.605185,0.07283 -1.666358,-0.236266 -0.355163,-1.79453 0.84931,-1.00935 1.011113,-1.703895 1.140161,-4.894205 0.112993,-2.793407 0.381392,-4.187758 1.079358,-5.60734 0.510932,-1.039178 0.928968,-2.098303 0.928968,-2.353611 0,-0.79736 -4.352558,-4.349395 -8.154044,-6.654351 -2.001994,-1.21387 -3.174435,-2.078996 -2.605425,-1.922501 1.807696,0.497169 5.903783,2.967896 8.881136,5.357028 1.855703,1.489082 3.107261,2.218128 3.517519,2.048994 2.202555,-0.908033 3.586279,-1.040161 6.171194,-0.589272 4.889037,0.8528 8.860688,1.178768 9.837469,0.807396 1.261209,-0.479512 2.316319,-3.06168 2.104316,-5.149912 -0.20402,-2.009639 0.282921,-3.517519 1.135911,-3.517519 0.347104,0 1.143156,0.928425 1.769001,2.063167 0.722089,1.309243 1.416728,2.065344 1.900929,2.069128 0.676932,0.0053 0.731292,-0.224784 0.48176,-2.039105 -0.343695,-2.498961 0.0045,-3.748492 1.044578,-3.748492 1.020747,0 1.624498,1.17847 1.93142,3.7699
 53 0.276
 266,2.332618 0.531261,2.524534 4.039465,3.0402 4.486731,0.659497 8.49969,3.04683 8.49969,5.056512 0,1.085478 -2.342427,2.882121 -6.627166,5.083042 -2.669209,1.371077 -4.149662,2.372593 -4.181333,2.828641 -0.0946,1.362112 0.138669,1.94033 1.330256,3.297475 1.453852,1.655845 1.550807,2.367828 0.270621,1.987328 -1.893559,-0.562807 -3.934705,-0.730361 -4.174314,-0.342664 -0.135747,0.219646 0.212554,1.021992 0.773999,1.782992 1.081194,1.465473 1.313893,2.46432 0.574117,2.46432 -0.245688,0 -1.688905,-0.511228 -3.207149,-1.136063 -2.65756,-1.093717 -3.038089,-1.136237 -10.209312,-1.140835 -4.096875,-0.0025 -8.566192,-0.157965 -9.931817,-0.345201 l -2.482954,-0.340429 -2.199124,1.950397 -2.199124,1.950394 0.129995,-2.020976 z M 55.666186,34.454537 c 0.447288,-0.723725 -0.215996,-1.33528 -0.864494,-0.797075 -0.321141,0.266525 -0.583896,0.648011 -0.583896,0.847746 0,0.498901 1.133237,0.459255 1.44839,-0.05067 z m -3.931344,-4.978896 c 0,-0.495418 -1.167245,-1.026836 -1.507675,-0.68640
 7 -0.362
 391,0.362392 0.252289,1.11322 0.91136,1.11322 0.327974,0 0.596315,-0.192066 0.596315,-0.426813 z m 1.241477,-1.435402 c 0.400592,-0.482682 0.405131,-0.753325 0.0204,-1.216879 -0.617875,-0.74451 -1.675705,-0.383775 -1.675705,0.571444 0,1.32431 0.824933,1.645968 1.655303,0.645435 z"
+         id="path2925" />
+      <path
+         style="fill:#000000"
+         d="m 20.697914,47.595535 c 0,-0.06102 0.182417,-0.747001 0.40537,-1.524397 0.502356,-1.751613 -0.06566,-2.613467 -1.487285,-2.256662 -1.225572,0.307601 -1.254601,-0.124723 -0.0915,-1.362782 0.761396,-0.810469 0.907723,-1.49706 0.975829,-4.578754 0.0551,-2.493053 0.316774,-4.142301 0.837848,-5.280618 0.41675,-0.910417 0.902826,-1.981441 1.080169,-2.380053 0.229775,-0.516461 -0.05496,-1.170582 -0.990739,-2.276041 l -1.313182,-1.551292 1.298747,1.189035 c 1.091609,0.999396 1.517647,1.143636 2.671245,0.904381 3.222014,-0.668243 4.96483,-0.681092 8.274034,-0.061 4.216275,0.790059 7.395402,0.843845 8.285177,0.140172 1.200558,-0.949451 1.985151,-3.317212 1.880494,-5.675006 -0.08192,-1.845677 0.02893,-2.287572 0.603482,-2.40592 0.496248,-0.102218 1.020933,0.480784 1.778975,1.976707 0.864022,1.705071 1.253999,2.096238 1.986032,1.992095 0.839545,-0.119439 0.910893,-0.356481 0.910893,-3.02637 0,-2.273174 0.131,-2.89678 0.608518,-2.89678 0.86922,0 1.654305,1.784877 1.661423,3.7
 77217 0.
 0074,2.059319 0.427482,2.443804 3.092408,2.830056 5.367224,0.777922 9.328463,2.924339 9.328463,5.054675 0,1.002221 -2.089609,2.783867 -5.052878,4.308194 -1.921591,0.988479 -2.112266,0.986901 -1.488245,-0.01231 0.39762,-0.636686 0.383918,-1.020748 -0.06642,-1.862215 -0.656609,-1.226884 -1.12984,-1.308735 -2.404543,-0.415899 -1.0712,0.750295 -1.199557,1.424923 -0.271105,1.424923 0.473006,0 0.573061,0.238079 0.369542,0.879316 -0.168187,0.529908 -0.07483,1.00555 0.234933,1.196996 0.365375,0.225813 0.228593,0.468128 -0.472999,0.837939 -2.039718,1.075136 -2.143373,2.654299 -0.311205,4.741024 0.713104,0.812178 1.197454,1.575782 1.076336,1.6969 -0.121115,0.121119 -1.003416,0.0093 -1.960661,-0.24844 -2.997468,-0.807134 -3.783406,0.273746 -1.860614,2.558854 1.957387,2.326226 1.260198,2.422196 -3.103693,0.427242 -2.172324,-0.993078 -2.653198,-1.043081 -10.552556,-1.097284 -4.552082,-0.03124 -8.943857,-0.208907 -9.759499,-0.394823 -1.367882,-0.311788 -1.664989,-0.18978 -3.827888,1.57192
 6 -1.289
 696,1.050471 -2.344902,1.860022 -2.344902,1.798999 z m 32.023898,-18.29926 c 0.367585,-0.561002 0.668333,-1.49211 0.668333,-2.069128 0,-0.84665 -0.202171,-1.049124 -1.04755,-1.049124 -0.576158,0 -1.154744,0.279332 -1.285753,0.620739 -0.131013,0.341406 -0.486617,0.620738 -0.790241,0.620738 -0.93583,0 -1.117979,0.81532 -0.420104,1.880414 0.851004,1.298797 2.0229,1.297314 2.875315,-0.0036 z"
+         id="path2923" />
+    </g>
+  </g>
+</svg>


hooks/post-receive
-- 
x2goclient.git (X2Go Client)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goclient.git" (X2Go Client).




More information about the x2go-commits mailing list