[office/kmymoney/4-modernize-splash-screen-or-remove-it-altogether] /: Show main window early, remove splash screen

Dawid Wróbel null at kde.org
Fri Jul 3 00:02:44 BST 2020


Git commit 31060a161fb09540436546b452c853ac3ef9628c by Dawid Wróbel.
Committed on 02/07/2020 at 23:02.
Pushed by wrobelda into branch '4-modernize-splash-screen-or-remove-it-altogether'.

Show main window early, remove splash screen

M  +0    -11   doc/details-settings.docbook
M  +1    -1    kmymoney/CMakeLists.txt
M  +1    -17   kmymoney/dialogs/settings/ksettingsgeneral.ui
D  +0    -54   kmymoney/kstartuplogo.cpp
D  +0    -34   kmymoney/kstartuplogo.h
M  +11   -23   kmymoney/main.cpp
M  +1    -2    kmymoney/pics/CMakeLists.txt
D  +0    -8    kmymoney/pics/l10n/CMakeLists.txt
D  +-    --    kmymoney/pics/l10n/de/startlogo.png
D  +-    --    kmymoney/pics/l10n/es/startlogo.png
D  +-    --    kmymoney/pics/l10n/fr/startlogo.png
D  +-    --    kmymoney/pics/l10n/hu/startlogo.png
D  +-    --    kmymoney/pics/l10n/it/startlogo.png
D  +-    --    kmymoney/pics/l10n/pl/startlogo.png
D  +-    --    kmymoney/pics/l10n/pt_BR/startlogo.png
D  +-    --    kmymoney/pics/l10n/ro/startlogo.png
D  +-    --    kmymoney/pics/l10n/ru/startlogo.png
D  +-    --    kmymoney/pics/l10n/sv/startlogo.png
D  +-    --    kmymoney/pics/l10n/uk/startlogo.png
D  +-    --    kmymoney/pics/startlogo.png
D  +0    -208  kmymoney/pics/svg/startlogo.svg
D  +0    -203  kmymoney/pics/svg/startlogo_de.svg
D  +0    -205  kmymoney/pics/svg/startlogo_es.svg
D  +0    -220  kmymoney/pics/svg/startlogo_fr.svg
D  +0    -209  kmymoney/pics/svg/startlogo_hu.svg
D  +0    -208  kmymoney/pics/svg/startlogo_it.svg
D  +0    -209  kmymoney/pics/svg/startlogo_pl.svg
D  +0    -205  kmymoney/pics/svg/startlogo_pt_BR.svg
D  +0    -208  kmymoney/pics/svg/startlogo_ro.svg
D  +0    -206  kmymoney/pics/svg/startlogo_ru.svg
D  +0    -203  kmymoney/pics/svg/startlogo_sv.svg
D  +0    -208  kmymoney/pics/svg/startlogo_uk.svg
M  +0    -4    kmymoney/settings/kmymoney.kcfg
D  +0    -52   tools/conv_splash.sh

https://invent.kde.org/office/kmymoney/commit/31060a161fb09540436546b452c853ac3ef9628c

diff --git a/doc/details-settings.docbook b/doc/details-settings.docbook
index 887257abb..8ca71c0eb 100644
--- a/doc/details-settings.docbook
+++ b/doc/details-settings.docbook
@@ -40,17 +40,6 @@
 <title>Global tab</title>
 
 <variablelist>
-  <varlistentry>
-    <term><guilabel>Startup options</guilabel></term>
-    <listitem>
-      <para>If you check the <guilabel>Show splash screen</guilabel> box,
-      &kmymoney; will display the splash screen when &kmymoney; starts.  The splash
-      screen shows which version of the program you are running in the lower
-      left hand corner.  Unchecking the box prevents the splash screen from
-      appearing at startup.</para>
-    </listitem>
-  </varlistentry>
-
   <varlistentry>
     <term><guilabel>Autosave options</guilabel></term>
 <!-- I would prefer to use a more consistent hierarchy and use of levels on this
diff --git a/kmymoney/CMakeLists.txt b/kmymoney/CMakeLists.txt
index cd72a7ef0..d9d0a0765 100644
--- a/kmymoney/CMakeLists.txt
+++ b/kmymoney/CMakeLists.txt
@@ -58,7 +58,7 @@ set( _HEADERS kmymoneyutils.h )
 ########### common code (kmymoney_common) STATIC ###############
 # will be linked into kmymoney, kmymoneytest, and libkmymoney.so
 
-set( kmymoney_common_SRCS kmymoneyutils.cpp kstartuplogo.cpp kcreditswindow.cpp )
+set( kmymoney_common_SRCS kmymoneyutils.cpp kcreditswindow.cpp )
 add_library(kmymoney_common STATIC ${kmymoney_common_SRCS})
 
 target_link_libraries(kmymoney_common
diff --git a/kmymoney/dialogs/settings/ksettingsgeneral.ui b/kmymoney/dialogs/settings/ksettingsgeneral.ui
index e71a5b04c..d5617c924 100644
--- a/kmymoney/dialogs/settings/ksettingsgeneral.ui
+++ b/kmymoney/dialogs/settings/ksettingsgeneral.ui
@@ -17,29 +17,13 @@
    <item>
     <widget class="QTabWidget" name="tabWidget2">
      <property name="currentIndex">
-      <number>3</number>
+      <number>0</number>
      </property>
      <widget class="QWidget" name="tab">
       <attribute name="title">
        <string comment="@title global settings">Global</string>
       </attribute>
       <layout class="QVBoxLayout" name="verticalLayout_6">
-       <item>
-        <widget class="QGroupBox" name="groupBox_3">
-         <property name="title">
-          <string>Startup options</string>
-         </property>
-         <layout class="QVBoxLayout" name="startupVerticalLayout">
-          <item>
-           <widget class="QCheckBox" name="kcfg_ShowSplash">
-            <property name="text">
-             <string>Show splash screen</string>
-            </property>
-           </widget>
-          </item>
-         </layout>
-        </widget>
-       </item>
        <item>
         <widget class="QGroupBox" name="groupBox_2">
          <property name="title">
diff --git a/kmymoney/kstartuplogo.cpp b/kmymoney/kstartuplogo.cpp
deleted file mode 100644
index 7eef38ef5..000000000
--- a/kmymoney/kstartuplogo.cpp
+++ /dev/null
@@ -1,54 +0,0 @@
-/***************************************************************************
-                          kstartuplogo.cpp
-                             -------------------
-    copyright            : (C) 2000 by Michael Edwardes <mte at users.sourceforge.net>
-                           (C) 2017 by Łukasz Wojniłowicz <lukasz.wojnilowicz at gmail.com>
-
- ***************************************************************************/
-
-/***************************************************************************
- *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License as published by  *
- *   the Free Software Foundation; either version 2 of the License, or     *
- *   (at your option) any later version.                                   *
- *                                                                         *
- ***************************************************************************/
-
-#include "kstartuplogo.h"
-
-
-// ----------------------------------------------------------------------------
-// QT Includes
-
-#include <QPainter>
-#include <QCoreApplication>
-#include <QSplashScreen>
-
-// ----------------------------------------------------------------------------
-// KDE Includes
-
-#include <KColorScheme>
-#include <KLocalizedString>
-
-// ----------------------------------------------------------------------------
-// Project Includes
-
-
-std::unique_ptr<QSplashScreen> createStartupLogo()
-{
-  KColorScheme scheme(QPalette::Active, KColorScheme::Selection);
-  QPixmap logoOverlay(KLocalizedString::localizedFilePath(
-                        QStandardPaths::locate(QStandardPaths::DataLocation,
-                                               QStringLiteral("pics/startlogo.png"))));
-  QPixmap logoPixmap(logoOverlay.size());
-  logoPixmap.fill(scheme.background(KColorScheme::NormalBackground).color());
-  QPainter pixmapPainter(&logoPixmap);
-  pixmapPainter.drawPixmap(0, 0, logoOverlay, 0, 0, logoOverlay.width(), logoOverlay.height());
-  std::unique_ptr<QSplashScreen> splash(new QSplashScreen(logoPixmap, Qt::WindowStaysOnTopHint));
-  splash->showMessage(i18n("Loading %1...", QCoreApplication::applicationVersion()),  //krazy:exclude=qmethods
-                      Qt::AlignLeft | Qt::AlignBottom,
-                      scheme.foreground(KColorScheme::NormalText).color());
-  splash->show();
-  return splash;
-}
diff --git a/kmymoney/kstartuplogo.h b/kmymoney/kstartuplogo.h
deleted file mode 100644
index 3daecbf5b..000000000
--- a/kmymoney/kstartuplogo.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/***************************************************************************
-                          kstartuplogo.h
-                             -------------------
-    copyright            : (C) 2000 by Michael Edwardes <mte at users.sourceforge.net>
-                           (C) 2017 by Łukasz Wojniłowicz <lukasz.wojnilowicz at gmail.com>
-
- ***************************************************************************/
-
-/***************************************************************************
- *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License as published by  *
- *   the Free Software Foundation; either version 2 of the License, or     *
- *   (at your option) any later version.                                   *
- *                                                                         *
- ***************************************************************************/
-
-#ifndef KSTARTUPLOGO_H
-#define KSTARTUPLOGO_H
-
-#include <memory>
-
-// ----------------------------------------------------------------------------
-// QT Includes
-
-// ----------------------------------------------------------------------------
-// Project Includes
-
-
-class QSplashScreen;
-
-std::unique_ptr<QSplashScreen> createStartupLogo();
-
-#endif
diff --git a/kmymoney/main.cpp b/kmymoney/main.cpp
index 6ac144b92..b13e6c211 100644
--- a/kmymoney/main.cpp
+++ b/kmymoney/main.cpp
@@ -25,7 +25,6 @@
 #include <QStringList>
 #include <QApplication>
 #include <QCommandLineParser>
-#include <QSplashScreen>
 #include <QStandardPaths>
 #include <QRegularExpression>
 #include <QRegularExpressionMatch>
@@ -48,7 +47,6 @@
 #include "mymoney/mymoneyfile.h"
 #include "mymoneyexception.h"
 #include "kmymoney.h"
-#include "kstartuplogo.h"
 #include "kcreditswindow.h"
 #include "kmymoneyutils.h"
 #include "kmymoneysettings.h"
@@ -64,7 +62,7 @@ bool timersOn = false;
 
 KMyMoneyApp* kmymoney;
 
-static int runKMyMoney(QApplication& a, std::unique_ptr<QSplashScreen> splash, const QUrl & file, bool noFile);
+static int runKMyMoney(QApplication &a, const QUrl &file, bool noFile);
 static void migrateConfigFiles();
 
 int main(int argc, char *argv[])
@@ -178,10 +176,6 @@ int main(int argc, char *argv[])
 
   KMyMoneyUtils::checkConstants();
 
-  // show startup logo
-  std::unique_ptr<QSplashScreen> splash(KMyMoneySettings::showSplash() ? createStartupLogo() : nullptr);
-  app.processEvents();
-
   // setup the MyMoneyMoney locale settings according to the KDE settings
   MyMoneyMoney::setThousandSeparator(QLocale().groupSeparator());
   MyMoneyMoney::setDecimalSeparator(QLocale().decimalPoint());
@@ -246,10 +240,10 @@ int main(int argc, char *argv[])
   int rc = 0;
   if (isNoCatchOption) {
     qDebug("Running w/o global try/catch block");
-    rc = runKMyMoney(app, std::move(splash), url, isNoFileOption);
+    rc = runKMyMoney(app, url, isNoFileOption);
   } else {
     try {
-      rc = runKMyMoney(app, std::move(splash), url, isNoFileOption);
+      rc = runKMyMoney(app, url, isNoFileOption);
     } catch (const MyMoneyException &e) {
       KMessageBox::detailedError(0, i18n("Uncaught error. Please report the details to the developers"), QString::fromLatin1(e.what()));
       throw;
@@ -259,7 +253,7 @@ int main(int argc, char *argv[])
   return rc;
 }
 
-int runKMyMoney(QApplication& a, std::unique_ptr<QSplashScreen> splash, const QUrl & file, bool noFile)
+int runKMyMoney(QApplication &a, const QUrl &file, bool noFile)
 {
   bool instantQuit = false;
 
@@ -282,6 +276,13 @@ int runKMyMoney(QApplication& a, std::unique_ptr<QSplashScreen> splash, const QU
     }
   }
 
+  // we cannot call kmymoney->show() directly as this causes a crash
+  // when running on some non KDE desktops (e.g. XFCE) with QWebEngine
+  // enabled. Postponing the call until we are inside the event loop
+  // solved the problem.
+  //QMetaObject::invokeMethod(kmymoney, "show", Qt::QueuedConnection);
+  kmymoney->show();
+
   kmymoney->centralWidget()->setEnabled(false);
 
   // force complete paint of widgets
@@ -317,18 +318,12 @@ int runKMyMoney(QApplication& a, std::unique_ptr<QSplashScreen> splash, const QU
       kmymoney->slotFileOpenRecent(url);
 
     } else if (KMyMoneySettings::firstTimeRun()) {
-      // resetting the splash here is needed for ms-windows to have access
-      // to the new file wizard
-      splash.reset();
       kmymoney->slotFileNew();
     }
 
     KMyMoneySettings::setFirstTimeRun(false);
 
     if (!importfile.isEmpty()) {
-      // resetting the splash here is needed for ms-windows to have access
-      // to the web connect widgets
-      splash.reset();
       kmymoney->webConnect(importfile, QByteArray());
     }
 
@@ -339,13 +334,6 @@ int runKMyMoney(QApplication& a, std::unique_ptr<QSplashScreen> splash, const QU
 
   kmymoney->centralWidget()->setEnabled(true);
 
-  // we cannot call kmymoney->show() directly as this causes a crash
-  // when running on some non KDE desktops (e.g. XFCE) with QWebEngine
-  // enabled. Postponing the call until we are inside the event loop
-  // solved the problem.
-  QMetaObject::invokeMethod(kmymoney, "show", Qt::QueuedConnection);
-  splash.reset();
-
   const int rc = a.exec();      //krazy:exclude=crashy
   return rc;
 }
diff --git a/kmymoney/pics/CMakeLists.txt b/kmymoney/pics/CMakeLists.txt
index 4b2572151..dd46bb1b0 100644
--- a/kmymoney/pics/CMakeLists.txt
+++ b/kmymoney/pics/CMakeLists.txt
@@ -1,5 +1,4 @@
-add_subdirectory( l10n )
-install(FILES  startlogo.png  titlelabel_background.png
+install(FILES  titlelabel_background.png
   DESTINATION ${DATA_INSTALL_DIR}/kmymoney/pics/
 )
 
diff --git a/kmymoney/pics/l10n/CMakeLists.txt b/kmymoney/pics/l10n/CMakeLists.txt
deleted file mode 100644
index d84b6be22..000000000
--- a/kmymoney/pics/l10n/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-########### install files ###############
-
-install(DIRECTORY
-  de es fr hu it pl pt_BR ro ru sv uk
-  DESTINATION ${DATA_INSTALL_DIR}/kmymoney/pics/l10n
-  PATTERN ".svn" EXCLUDE
-  PATTERN "*Make*" EXCLUDE
-  )
diff --git a/kmymoney/pics/l10n/de/startlogo.png b/kmymoney/pics/l10n/de/startlogo.png
deleted file mode 100644
index 536434d3d..000000000
Binary files a/kmymoney/pics/l10n/de/startlogo.png and /dev/null differ
diff --git a/kmymoney/pics/l10n/es/startlogo.png b/kmymoney/pics/l10n/es/startlogo.png
deleted file mode 100644
index 4a44cddd4..000000000
Binary files a/kmymoney/pics/l10n/es/startlogo.png and /dev/null differ
diff --git a/kmymoney/pics/l10n/fr/startlogo.png b/kmymoney/pics/l10n/fr/startlogo.png
deleted file mode 100644
index f08b62f61..000000000
Binary files a/kmymoney/pics/l10n/fr/startlogo.png and /dev/null differ
diff --git a/kmymoney/pics/l10n/hu/startlogo.png b/kmymoney/pics/l10n/hu/startlogo.png
deleted file mode 100644
index a20cb5d22..000000000
Binary files a/kmymoney/pics/l10n/hu/startlogo.png and /dev/null differ
diff --git a/kmymoney/pics/l10n/it/startlogo.png b/kmymoney/pics/l10n/it/startlogo.png
deleted file mode 100644
index 03282bcbc..000000000
Binary files a/kmymoney/pics/l10n/it/startlogo.png and /dev/null differ
diff --git a/kmymoney/pics/l10n/pl/startlogo.png b/kmymoney/pics/l10n/pl/startlogo.png
deleted file mode 100644
index de7350984..000000000
Binary files a/kmymoney/pics/l10n/pl/startlogo.png and /dev/null differ
diff --git a/kmymoney/pics/l10n/pt_BR/startlogo.png b/kmymoney/pics/l10n/pt_BR/startlogo.png
deleted file mode 100644
index 29382b7f1..000000000
Binary files a/kmymoney/pics/l10n/pt_BR/startlogo.png and /dev/null differ
diff --git a/kmymoney/pics/l10n/ro/startlogo.png b/kmymoney/pics/l10n/ro/startlogo.png
deleted file mode 100644
index 245b0b94b..000000000
Binary files a/kmymoney/pics/l10n/ro/startlogo.png and /dev/null differ
diff --git a/kmymoney/pics/l10n/ru/startlogo.png b/kmymoney/pics/l10n/ru/startlogo.png
deleted file mode 100644
index f8b5bb81c..000000000
Binary files a/kmymoney/pics/l10n/ru/startlogo.png and /dev/null differ
diff --git a/kmymoney/pics/l10n/sv/startlogo.png b/kmymoney/pics/l10n/sv/startlogo.png
deleted file mode 100644
index c892c88a2..000000000
Binary files a/kmymoney/pics/l10n/sv/startlogo.png and /dev/null differ
diff --git a/kmymoney/pics/l10n/uk/startlogo.png b/kmymoney/pics/l10n/uk/startlogo.png
deleted file mode 100644
index fafd0792a..000000000
Binary files a/kmymoney/pics/l10n/uk/startlogo.png and /dev/null differ
diff --git a/kmymoney/pics/startlogo.png b/kmymoney/pics/startlogo.png
deleted file mode 100644
index 413110de9..000000000
Binary files a/kmymoney/pics/startlogo.png and /dev/null differ
diff --git a/kmymoney/pics/svg/startlogo.svg b/kmymoney/pics/svg/startlogo.svg
deleted file mode 100644
index 0287a910e..000000000
--- a/kmymoney/pics/svg/startlogo.svg
+++ /dev/null
@@ -1,208 +0,0 @@
-<?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="210mm"
-   height="297mm"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.47 r22583"
-   sodipodi:docname="startlogo.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="../startlogo.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.1">
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4318">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.9175"
-         id="feGaussianBlur4320" />
-    </filter>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective2464"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2846"
-       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" />
-    <inkscape:perspective
-       id="perspective2911"
-       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" />
-    <inkscape:perspective
-       id="perspective2913"
-       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="1.4"
-     inkscape:cx="267.49992"
-     inkscape:cy="792.7417"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1912"
-     inkscape:window-height="1130"
-     inkscape:window-x="0"
-     inkscape:window-y="43"
-     showguides="true"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <image
-       sodipodi:relref="../background.png"
-       xlink:href="../background.png"
-       width="400"
-       height="300"
-       id="image2915"
-       x="32.49992"
-       y="12.477626" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2478"
-       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
-         id="flowRegion2480"><rect
-           id="rect2482"
-           width="24.285715"
-           height="54.285713"
-           x="975.71429"
-           y="103.79076" /></flowRegion><flowPara
-         id="flowPara2484" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3284"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"><flowRegion
-         id="flowRegion3286"><rect
-           id="rect3288"
-           width="75"
-           height="78.571426"
-           x="375.71429"
-           y="160.21933"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic" /></flowRegion><flowPara
-         id="flowPara3290"
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic">3.95</flowPara><flowPara
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"
-         id="flowPara3292" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2445"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Serif;-inkscape-font-specification:Serif Bold Italic"
-       transform="matrix(1.3238032,0,0,1.57384,-184.5783,-96.686468)"
-       inkscape:export-filename="../startlogo1.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><flowRegion
-         id="flowRegion2447"><rect
-           id="rect2449"
-           width="130.71428"
-           height="86.428574"
-           x="327.14285"
-           y="148.79076"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;font-family:Serif;-inkscape-font-specification:Serif Bold Italic" /></flowRegion><flowPara
-         id="flowPara2917">KF5</flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223"
-       style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(-54.285714,-6.4285715)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../startlogo1.png"><flowRegion
-         id="flowRegion3225"><rect
-           id="rect3227"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara3229">The free,</flowPara><flowPara
-         id="flowPara3231">easy to use,</flowPara><flowPara
-         id="flowPara3233">personal finance manager by KDE</flowPara></flowRoot>    <g
-       id="g2919"
-       transform="translate(-43.571428,-1.4285714)">
-      <g
-         transform="matrix(1.259825,0,0,1.259825,-29.061464,2.263988)"
-         id="g4370">
-        <path
-           id="path3339"
-           d="m 125.46761,16.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.9831,40.82857 c -0.76245,5.15988 -3.478011,4.18054 -5.096711,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26675 -2.44597,17.03183 1.30252,27.736791 9.72254,27.736791 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652409 -4.73661,9.652409 -0.19813,0 -0.40862,-0.31285 -0.5817,-0.83211 -0.82598,-2.1809 -1.58711,-2.995572 -2.82535,-2.995572 -2.22882,0 -4.45114,3.634122 -5.15212,8.515199 -0.77554,5.40033 0.87425,9.1254 4.04414,9.1254 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652409 -4.76433,9.652409 -0.19811,0 -0.38091,-0.31285 -0.55399,-0.83211 -0.82598,-2.1809 -1.61481,-2.995572 -2.85305,-2.995572 -2.22882,0 -4.42343,3.634122 -5.12441,8.515199 -0.77556,5.40033 0.87425,9.1254 4.04413,9.1254 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.90476194;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4318);font-family:URW Bookman L"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-        <path
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:URW Bookman L"
-           d="m 123.46761,14.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.983101,40.82857 c -0.76245,5.15988 -3.47801,4.18054 -5.09671,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26674 -2.44597,17.03184 1.30252,27.736801 9.72254,27.736801 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652405 -4.73661,9.652405 -0.19813,0 -0.40862,-0.312844 -0.5817,-0.832104 -0.82598,-2.180902 -1.58711,-2.995574 -2.82535,-2.995574 -2.22882,0 -4.45114,3.634124 -5.15212,8.515202 -0.77554,5.400327 0.87425,9.125397 4.04414,9.125397 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652405 -4.76433,9.652405 -0.19811,0 -0.38091,-0.312844 -0.55399,-0.832104 -0.82598,-2.180902 -1.61481,-2.995574 -2.85305,-2.995574 -2.22882,0 -4.42343,3.634124 -5.12441,8.515202 -0.77556,5.400327 0.87425,9.125397 4.04413,9.125397 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           id="text33357"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-      </g>
-      <flowRoot
-         inkscape:export-filename="../startlogo1.png"
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         transform="translate(142.27233,-87.910716)"
-         style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-         id="flowRoot3223-9"
-         xml:space="preserve"><flowRegion
-           id="flowRegion3225-7"><rect
-             style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic"
-             y="209.50504"
-             x="96.428574"
-             height="80"
-             width="277.14285"
-             id="rect3227-3" /></flowRegion><flowPara
-           id="flowPara2875">Part of the KDE family</flowPara></flowRoot>    </g>
-  </g>
-</svg>
diff --git a/kmymoney/pics/svg/startlogo_de.svg b/kmymoney/pics/svg/startlogo_de.svg
deleted file mode 100644
index 7942bac5d..000000000
--- a/kmymoney/pics/svg/startlogo_de.svg
+++ /dev/null
@@ -1,203 +0,0 @@
-<?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="210mm"
-   height="297mm"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docname="startlogo_de.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="../l10n/de/startlogo.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.0">
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4318">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.9175"
-         id="feGaussianBlur4320" />
-    </filter>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective2464"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2846"
-       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" />
-    <inkscape:perspective
-       id="perspective2911"
-       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" />
-    <inkscape:perspective
-       id="perspective2913"
-       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="1.4"
-     inkscape:cx="98.214206"
-     inkscape:cy="792.7417"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1920"
-     inkscape:window-height="1129"
-     inkscape:window-x="-4"
-     inkscape:window-y="-3"
-     showguides="true"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <image
-       sodipodi:relref="../background.png"
-       xlink:href="../background.png"
-       width="400"
-       height="300"
-       id="image2915"
-       x="32.49992"
-       y="12.477626" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2478"
-       style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
-         id="flowRegion2480"><rect
-           id="rect2482"
-           width="24.285715"
-           height="54.285713"
-           x="975.71429"
-           y="103.79076" /></flowRegion><flowPara
-         id="flowPara2484" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3284"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"><flowRegion
-         id="flowRegion3286"><rect
-           id="rect3288"
-           width="75"
-           height="78.571426"
-           x="375.71429"
-           y="160.21933"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic" /></flowRegion><flowPara
-         id="flowPara3290"
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic">3.95</flowPara><flowPara
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"
-         id="flowPara3292" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2445"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Serif;-inkscape-font-specification:Serif Bold Italic"
-       transform="matrix(1.3238032,0,0,1.57384,-184.5783,-96.686468)"
-       inkscape:export-filename="../l10n/de/startlogo.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><flowRegion
-         id="flowRegion2447"><rect
-           id="rect2449"
-           width="130.71428"
-           height="86.428574"
-           x="327.14285"
-           y="148.79076"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;font-family:Serif;-inkscape-font-specification:Serif Bold Italic" /></flowRegion><flowPara
-         id="flowPara2917">KF5</flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223"
-       style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(-54.285714,-6.4285715)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../l10n/de/startlogo.png"><flowRegion
-         id="flowRegion3225"><rect
-           id="rect3227"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara3229">Der freie,</flowPara><flowPara
-         id="flowPara3233">einfach zu bedienende,</flowPara><flowPara
-         id="flowPara2466">persönliche Finanzassistent für KDE</flowPara></flowRoot>    <g
-       id="g4370"
-       transform="matrix(1.259825,0,0,1.259825,-72.632892,0.8354166)">
-      <path
-         inkscape:export-ydpi="90.001999"
-         inkscape:export-xdpi="90.001999"
-         inkscape:export-filename="../l10n/de/startlogo.png"
-         style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.90476194;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4318);font-family:URW Bookman L"
-         d="M 125.46761,16.307433 L 124.02723,26.625523 C 127.02947,26.304623 127.22264,27.262303 127.01878,28.400673 L 116.60376,43.933283 L 118.62582,31.534933 C 119.11929,28.494393 120.10567,26.914163 123.25165,26.403623 L 124.69202,16.418383 L 105.85634,16.418383 L 104.30517,26.292683 C 106.247,26.923923 108.98496,26.395623 107.85071,31.507193 L 101.86761,72.335763 C 101.10516,77.495643 98.389599,76.516303 96.770899,77.217433 L 95.330519,87.202683 L 114.1662,87.313629 L 115.60658,77.439333 C 114.25429,76.526203 111.90381,77.230683 112.72583,72.779553 L 114.277,60.353463 L 117.82254,55.138943 L 120.81409,74.332813 C 121.23131,76.759783 118.81626,76.801383 116.49296,77.328383 L 114.94179,87.313629 L 135.66104,87.313629 L 137.21221,77.328383 C 132.8474,76.481163 132.94388,73.067463 132.22629,70.227763 L 127.24038,41.714333 L 134.71925,31.451723 C 137.6882,28.295313 140.37409,26.601463 142.75212,26.403623 L 144.08169,16.418383 L 125.46761,16.307433 L 125.46761,16.307433 L 125.46761,16.307433 z M 146.85165,16.640273 L 145.63287,25.155473 L 146.60235,25.377363 C 149.28652,26.000483 149.66203,27.440143 148.70751,34.086723 L 143.5554,69.922663 C 142.60089,76.569233 141.79272,78.008893 138.92958,78.632013 L 137.9047,78.853903 L 136.68592,87.369103 L 150.25869,87.369103 L 151.47747,78.853903 L 150.53568,78.632013 C 147.85152,78.008893 147.4483,76.569233 148.40282,69.922663 L 153.69343,33.143663 L 154.41362,87.369103 L 159.78733,87.369103 L 176.13005,33.892563 L 170.95024,69.922663 C 169.99572,76.569233 169.18755,78.008893 166.32442,78.632013 L 165.29954,78.853903 L 164.08075,87.369103 L 181.47606,87.369103 L 182.69484,78.853903 L 181.72535,78.632013 C 179.0412,78.008893 178.66567,76.569233 179.62019,69.922663 L 184.77231,34.086723 C 185.72682,27.440143 186.50728,26.000483 189.37042,25.377363 L 190.39531,25.155473 L 191.61408,16.640273 L 176.13005,16.640273 L 162.72348,60.880463 L 162.25259,16.640273 L 146.85165,16.640273 L 146.85165,16.640273 L 146.85165,16.640273 z M 224.05024,16.640273 L 222.83146,25.155473 L 223.77325,25.377363 C 226.45742,26.000483 226.86063,27.440143 225.90611,34.086723 L 220.75399,69.922663 C 219.79947,76.569233 218.99131,78.008893 216.12818,78.632013 L 215.10329,78.853903 L 213.88451,87.369103 L 227.45728,87.369103 L 228.67606,78.853903 L 227.73427,78.632013 C 225.0501,78.008893 224.64689,76.569233 225.60141,69.922663 L 230.89202,33.143663 L 231.61221,87.369103 L 236.98592,87.369103 L 253.32864,33.892563 L 248.14883,69.922663 C 247.19431,76.569233 246.38615,78.008893 243.52301,78.632013 L 242.49813,78.853903 L 241.27935,87.369103 L 258.67465,87.369103 L 259.89344,78.853903 L 258.92395,78.632013 C 256.23978,78.008893 255.86426,76.569233 256.81878,69.922663 L 261.9709,34.086723 C 262.92541,27.440143 263.70588,26.000483 266.56902,25.377363 L 267.5939,25.155473 L 268.81268,16.640273 L 253.32864,16.640273 L 239.92207,60.880463 L 239.45118,16.640273 L 224.05024,16.640273 L 224.05024,16.640273 L 224.05024,16.640273 z M 107.40752,18.304483 L 122.36526,18.415433 L 121.47888,24.850363 C 120.19306,25.358583 117.88798,25.497523 117.13005,29.066363 L 114.1662,48.038333 L 116.04977,48.704013 L 128.23756,29.953933 C 130.5255,25.924403 128.31646,25.044583 126.2432,24.517523 L 127.01878,18.304483 L 141.75493,18.304483 L 140.86855,24.961313 C 138.71333,25.661653 136.12917,26.050033 132.22629,31.507193 L 125.24601,41.270553 L 130.45353,72.113863 C 131.38064,77.823313 133.20795,78.124343 134.99625,78.659753 L 134.10986,85.427527 L 117.15775,85.316581 L 118.26573,78.881643 C 122.07179,78.501153 123.2887,77.032633 122.47606,73.112393 L 119.04132,50.368223 L 112.39343,59.465883 L 110.62066,72.890493 C 110.04989,77.401913 111.88743,77.994573 113.61221,78.770693 L 112.61503,85.427527 L 97.435679,85.316581 L 98.432869,78.881643 C 99.768509,78.239713 102.62966,79.115923 103.75118,72.113863 L 109.73428,31.507193 C 110.33297,24.761673 107.64727,25.648923 106.29953,24.739423 L 107.40752,18.304483 L 107.40752,18.304483 L 107.40752,18.304483 z M 282.05305,34.308613 C 274.02928,34.308613 267.07602,44.893603 264.82395,60.575363 C 262.37798,77.607193 266.12647,88.312154 274.54649,88.312154 C 282.86744,88.312156 289.78134,77.802633 292.10799,61.601623 C 294.50921,44.881343 290.57213,34.308613 282.05305,34.308613 L 282.05305,34.308613 L 282.05305,34.308613 z M 318.61644,34.308613 C 315.49609,34.308613 312.59484,35.950853 308.8385,39.689553 L 309.47559,35.223923 L 306.40094,35.223923 L 298.22959,38.247243 L 297.0385,46.651483 L 297.89719,46.873383 C 300.00191,47.392643 300.30274,49.053563 299.39296,55.388573 L 297.2601,70.338713 C 296.40999,76.258313 295.95251,77.281283 293.93615,78.215963 L 292.38498,78.964853 L 291.19391,87.369103 L 305.90236,87.369103 L 307.09343,78.964853 L 306.29014,78.437853 C 304.57209,77.295473 304.41515,76.258313 305.26527,70.338713 L 308.17371,50.090853 C 310.55758,47.286823 313.00333,45.514283 314.48921,45.514283 C 315.97509,45.514273 316.38978,47.809293 315.76339,52.171113 L 313.15963,70.338713 C 312.30951,76.258313 311.85416,77.295473 309.80798,78.437853 L 308.8385,78.964853 L 307.61972,87.369103 L 322.38357,87.369103 L 323.60235,78.964853 L 322.21737,78.215963 C 320.46948,77.281293 320.31468,76.258313 321.1648,70.338713 L 323.96245,50.812003 C 324.76783,45.203963 324.76334,42.305873 323.82394,39.190293 C 322.83025,35.763153 321.29103,34.308613 318.61644,34.308613 L 318.61644,34.308613 L 318.61644,34.308613 z M 345.95587,34.308613 C 338.32834,34.308613 331.31123,45.420603 329.05916,61.102363 C 326.7922,76.887963 330.81754,88.312154 338.6432,88.312154 C 342.40743,88.312156 346.21844,85.503043 349.11362,80.518113 C 350.35298,78.441063 351.19723,76.760143 353.04695,72.502183 L 349.50141,68.258453 C 346.70473,74.281903 344.27155,77.078753 341.74554,77.078753 C 337.88224,77.078753 336.55037,71.168973 338.06151,60.991413 L 354.09954,60.991413 C 355.15845,53.617873 355.41989,49.350373 354.98592,45.819383 C 354.08334,38.653553 350.7107,34.308613 345.95587,34.308613 L 345.95587,34.308613 L 345.95587,34.308613 z M 190.00751,35.223923 L 188.78873,43.739123 L 189.56432,43.961013 C 191.34204,44.687983 191.64837,45.606463 192.00188,51.422213 L 194.38404,86.842104 C 192.65786,91.619321 190.24178,96.494513 189.64743,96.494513 C 189.4493,96.494513 189.23881,96.181663 189.06573,95.662403 C 188.23975,93.481503 187.47862,92.666831 186.24038,92.666831 C 184.01156,92.666831 181.78924,96.300953 181.08826,101.18203 C 180.31272,106.58236 181.96251,110.30743 185.1324,110.30743 C 187.85653,110.30743 190.95661,107.61701 193.33146,103.15133 C 194.80888,100.45117 195.28411,99.208903 197.81878,92.250779 L 211.89015,53.724373 C 214.39499,46.973953 215.46392,45.311103 218.23334,43.961013 L 218.87043,43.739123 L 220.0892,35.223923 L 206.84883,35.223923 L 205.63006,43.739123 L 206.23944,43.739123 C 207.77486,43.739123 208.37867,44.678283 208.09531,46.651483 C 208.00581,47.274603 207.83479,47.997683 207.59671,48.620803 L 201.30892,67.953343 L 200.45024,48.426643 C 200.45524,47.699673 200.47154,46.969503 200.56103,46.346383 C 200.82951,44.477033 201.73174,43.739123 203.66339,43.739123 L 204.18967,43.739123 L 205.43615,35.223923 L 190.00751,35.223923 L 190.00751,35.223923 L 190.00751,35.223923 z M 360.27653,35.223923 L 359.05775,43.739123 L 359.80564,43.961013 C 361.58336,44.687983 361.91739,45.606463 362.2709,51.422213 L 364.65306,86.842104 C 362.92688,91.619321 360.4831,96.494513 359.88873,96.494513 C 359.69062,96.494513 359.50782,96.181663 359.33474,95.662403 C 358.50876,93.481503 357.71993,92.666831 356.48169,92.666831 C 354.25287,92.666831 352.05826,96.300953 351.35728,101.18203 C 350.58172,106.58236 352.23153,110.30743 355.40141,110.30743 C 358.12553,110.30743 361.22563,107.61701 363.60048,103.15133 C 365.07791,100.45117 365.55313,99.208903 368.0878,92.250779 L 382.13146,53.724373 C 384.63631,46.973953 385.73293,45.311103 388.50235,43.961013 L 389.11174,43.739123 L 390.33052,35.223923 L 377.11784,35.223923 L 375.89906,43.739123 L 376.48075,43.739123 C 378.01618,43.739123 378.61999,44.678283 378.33663,46.651483 C 378.24713,47.274603 378.10381,47.997683 377.86573,48.620803 L 371.57794,67.953343 L 370.71926,48.426643 C 370.72426,47.699673 370.74056,46.969503 370.83005,46.346383 C 371.09851,44.477033 371.97305,43.739123 373.9047,43.739123 L 374.45869,43.739123 L 375.67747,35.223923 L 360.27653,35.223923 L 360.27653,35.223923 L 360.27653,35.223923 z M 344.5155,43.850073 C 346.74433,43.850073 347.32271,46.460493 346.48216,53.003213 L 339.50188,53.003213 C 340.47075,47.291313 342.28667,43.850073 344.5155,43.850073 z M 280.83428,44.876333 C 283.95463,44.876333 284.66311,50.593883 283.02254,62.017673 C 281.50129,72.610643 279.06355,78.215963 276.04226,78.215963 C 272.92191,78.215963 272.109,72.624193 273.66009,61.823513 C 275.27085,50.607423 277.66439,44.876333 280.83428,44.876333 L 280.83428,44.876333 L 280.83428,44.876333 z"
-         id="path3339" />
-      <path
-         inkscape:export-ydpi="90.001999"
-         inkscape:export-xdpi="90.001999"
-         inkscape:export-filename="../l10n/de/startlogo.png"
-         id="text33357"
-         d="M 123.46761,14.307433 L 122.02723,24.625523 C 125.02947,24.304623 125.22264,25.262303 125.01878,26.400673 L 114.60376,41.933283 L 116.62582,29.534933 C 117.11929,26.494393 118.10567,24.914163 121.25165,24.403623 L 122.69202,14.418383 L 103.85634,14.418383 L 102.30517,24.292683 C 104.247,24.923923 106.98496,24.395623 105.85071,29.507193 L 99.867609,70.335763 C 99.105159,75.495643 96.389599,74.516303 94.770899,75.217433 L 93.330519,85.202683 L 112.1662,85.313629 L 113.60658,75.439333 C 112.25429,74.526203 109.90381,75.230683 110.72583,70.779553 L 112.277,58.353463 L 115.82254,53.138943 L 118.81409,72.332813 C 119.23131,74.759783 116.81626,74.801383 114.49296,75.328383 L 112.94179,85.313629 L 133.66104,85.313629 L 135.21221,75.328383 C 130.8474,74.481163 130.94388,71.067463 130.22629,68.227763 L 125.24038,39.714333 L 132.71925,29.451723 C 135.6882,26.295313 138.37409,24.601463 140.75212,24.403623 L 142.08169,14.418383 L 123.46761,14.307433 L 123.46761,14.307433 L 123.46761,14.307433 z M 144.85165,14.640273 L 143.63287,23.155473 L 144.60235,23.377363 C 147.28652,24.000483 147.66203,25.440143 146.70751,32.086723 L 141.5554,67.922663 C 140.60089,74.569233 139.79272,76.008893 136.92958,76.632013 L 135.9047,76.853903 L 134.68592,85.369103 L 148.25869,85.369103 L 149.47747,76.853903 L 148.53568,76.632013 C 145.85152,76.008893 145.4483,74.569233 146.40282,67.922663 L 151.69343,31.143663 L 152.41362,85.369103 L 157.78733,85.369103 L 174.13005,31.892563 L 168.95024,67.922663 C 167.99572,74.569233 167.18755,76.008893 164.32442,76.632013 L 163.29954,76.853903 L 162.08075,85.369103 L 179.47606,85.369103 L 180.69484,76.853903 L 179.72535,76.632013 C 177.0412,76.008893 176.66567,74.569233 177.62019,67.922663 L 182.77231,32.086723 C 183.72682,25.440143 184.50728,24.000483 187.37042,23.377363 L 188.39531,23.155473 L 189.61408,14.640273 L 174.13005,14.640273 L 160.72348,58.880463 L 160.25259,14.640273 L 144.85165,14.640273 L 144.85165,14.640273 L 144.85165,14.640273 z M 222.05024,14.640273 L 220.83146,23.155473 L 221.77325,23.377363 C 224.45742,24.000483 224.86063,25.440143 223.90611,32.086723 L 218.75399,67.922663 C 217.79947,74.569233 216.99131,76.008893 214.12818,76.632013 L 213.10329,76.853903 L 211.88451,85.369103 L 225.45728,85.369103 L 226.67606,76.853903 L 225.73427,76.632013 C 223.0501,76.008893 222.64689,74.569233 223.60141,67.922663 L 228.89202,31.143663 L 229.61221,85.369103 L 234.98592,85.369103 L 251.32864,31.892563 L 246.14883,67.922663 C 245.19431,74.569233 244.38615,76.008893 241.52301,76.632013 L 240.49813,76.853903 L 239.27935,85.369103 L 256.67465,85.369103 L 257.89344,76.853903 L 256.92395,76.632013 C 254.23978,76.008893 253.86426,74.569233 254.81878,67.922663 L 259.9709,32.086723 C 260.92541,25.440143 261.70588,24.000483 264.56902,23.377363 L 265.5939,23.155473 L 266.81268,14.640273 L 251.32864,14.640273 L 237.92207,58.880463 L 237.45118,14.640273 L 222.05024,14.640273 L 222.05024,14.640273 L 222.05024,14.640273 z M 105.40752,16.304483 L 120.36526,16.415433 L 119.47888,22.850363 C 118.19306,23.358583 115.88798,23.497523 115.13005,27.066363 L 112.1662,46.038333 L 114.04977,46.704013 L 126.23756,27.953933 C 128.5255,23.924403 126.31646,23.044583 124.2432,22.517523 L 125.01878,16.304483 L 139.75493,16.304483 L 138.86855,22.961313 C 136.71333,23.661653 134.12917,24.050033 130.22629,29.507193 L 123.24601,39.270553 L 128.45353,70.113863 C 129.38064,75.823313 131.20795,76.124343 132.99625,76.659753 L 132.10986,83.427527 L 115.15775,83.316581 L 116.26573,76.881643 C 120.07179,76.501153 121.2887,75.032633 120.47606,71.112393 L 117.04132,48.368223 L 110.39343,57.465883 L 108.62066,70.890493 C 108.04989,75.401913 109.88743,75.994573 111.61221,76.770693 L 110.61503,83.427527 L 95.435679,83.316581 L 96.432869,76.881643 C 97.768509,76.239713 100.62966,77.115923 101.75118,70.113863 L 107.73428,29.507193 C 108.33297,22.761673 105.64727,23.648923 104.29953,22.739423 L 105.40752,16.304483 L 105.40752,16.304483 L 105.40752,16.304483 z M 280.05305,32.308613 C 272.02928,32.308613 265.07602,42.893603 262.82395,58.575353 C 260.37798,75.607193 264.12647,86.312154 272.54649,86.312154 C 280.86744,86.312156 287.78134,75.802633 290.10799,59.601623 C 292.50921,42.881343 288.57213,32.308613 280.05305,32.308613 L 280.05305,32.308613 L 280.05305,32.308613 z M 316.61644,32.308613 C 313.49609,32.308613 310.59484,33.950853 306.8385,37.689553 L 307.47559,33.223923 L 304.40094,33.223923 L 296.22959,36.247243 L 295.0385,44.651483 L 295.89719,44.873383 C 298.00191,45.392643 298.30274,47.053563 297.39296,53.388573 L 295.2601,68.338713 C 294.40999,74.258313 293.95251,75.281283 291.93615,76.215963 L 290.38498,76.964853 L 289.19391,85.369103 L 303.90236,85.369103 L 305.09343,76.964853 L 304.29014,76.437853 C 302.57209,75.295473 302.41515,74.258313 303.26527,68.338713 L 306.17371,48.090853 C 308.55758,45.286823 311.00333,43.514283 312.48921,43.514283 C 313.97509,43.514273 314.38978,45.809293 313.76339,50.171113 L 311.15963,68.338713 C 310.30951,74.258313 309.85416,75.295473 307.80798,76.437853 L 306.8385,76.964853 L 305.61972,85.369103 L 320.38357,85.369103 L 321.60235,76.964853 L 320.21737,76.215963 C 318.46948,75.281293 318.31468,74.258313 319.1648,68.338713 L 321.96245,48.812003 C 322.76783,43.203963 322.76334,40.305873 321.82394,37.190293 C 320.83025,33.763153 319.29103,32.308613 316.61644,32.308613 L 316.61644,32.308613 L 316.61644,32.308613 z M 343.95587,32.308613 C 336.32834,32.308613 329.31123,43.420603 327.05916,59.102363 C 324.7922,74.887963 328.81754,86.312154 336.6432,86.312154 C 340.40743,86.312156 344.21844,83.503043 347.11362,78.518113 C 348.35298,76.441063 349.19723,74.760143 351.04695,70.502183 L 347.50141,66.258453 C 344.70473,72.281903 342.27155,75.078753 339.74554,75.078753 C 335.88224,75.078753 334.55037,69.168973 336.06151,58.991413 L 352.09954,58.991413 C 353.15845,51.617873 353.41989,47.350373 352.98592,43.819383 C 352.08334,36.653553 348.7107,32.308613 343.95587,32.308613 L 343.95587,32.308613 L 343.95587,32.308613 z M 188.00751,33.223923 L 186.78873,41.739123 L 187.56432,41.961013 C 189.34204,42.687983 189.64837,43.606463 190.00188,49.422213 L 192.38404,84.842104 C 190.65786,89.619321 188.24178,94.494509 187.64743,94.494509 C 187.4493,94.494509 187.23881,94.181665 187.06573,93.662405 C 186.23975,91.481503 185.47862,90.666831 184.24038,90.666831 C 182.01156,90.666831 179.78924,94.300955 179.08826,99.182033 C 178.31272,104.58236 179.96251,108.30743 183.1324,108.30743 C 185.85653,108.30743 188.95661,105.61701 191.33146,101.15133 C 192.80888,98.451173 193.28411,97.208903 195.81878,90.250779 L 209.89015,51.724373 C 212.39499,44.973953 213.46392,43.311103 216.23334,41.961013 L 216.87043,41.739123 L 218.0892,33.223923 L 204.84883,33.223923 L 203.63006,41.739123 L 204.23944,41.739123 C 205.77486,41.739123 206.37867,42.678283 206.09531,44.651483 C 206.00581,45.274603 205.83479,45.997683 205.59671,46.620803 L 199.30892,65.953343 L 198.45024,46.426643 C 198.45524,45.699673 198.47154,44.969503 198.56103,44.346383 C 198.82951,42.477033 199.73174,41.739123 201.66339,41.739123 L 202.18967,41.739123 L 203.43615,33.223923 L 188.00751,33.223923 L 188.00751,33.223923 L 188.00751,33.223923 z M 358.27653,33.223923 L 357.05775,41.739123 L 357.80564,41.961013 C 359.58336,42.687983 359.91739,43.606463 360.2709,49.422213 L 362.65306,84.842104 C 360.92688,89.619321 358.4831,94.494509 357.88873,94.494509 C 357.69062,94.494509 357.50782,94.181665 357.33474,93.662405 C 356.50876,91.481503 355.71993,90.666831 354.48169,90.666831 C 352.25287,90.666831 350.05826,94.300955 349.35728,99.182033 C 348.58172,104.58236 350.23153,108.30743 353.40141,108.30743 C 356.12553,108.30743 359.22563,105.61701 361.60048,101.15133 C 363.07791,98.451173 363.55313,97.208903 366.0878,90.250779 L 380.13146,51.724373 C 382.63631,44.973953 383.73293,43.311103 386.50235,41.961013 L 387.11174,41.739123 L 388.33052,33.223923 L 375.11784,33.223923 L 373.89906,41.739123 L 374.48075,41.739123 C 376.01618,41.739123 376.61999,42.678283 376.33663,44.651483 C 376.24713,45.274603 376.10381,45.997683 375.86573,46.620803 L 369.57794,65.953343 L 368.71926,46.426643 C 368.72426,45.699673 368.74056,44.969503 368.83005,44.346383 C 369.09851,42.477033 369.97305,41.739123 371.9047,41.739123 L 372.45869,41.739123 L 373.67747,33.223923 L 358.27653,33.223923 L 358.27653,33.223923 L 358.27653,33.223923 z M 342.5155,41.850073 C 344.74433,41.850073 345.32271,44.460493 344.48216,51.003213 L 337.50188,51.003213 C 338.47075,45.291313 340.28667,41.850073 342.5155,41.850073 z M 278.83428,42.876333 C 281.95463,42.876333 282.66311,48.593883 281.02254,60.017673 C 279.50129,70.610643 277.06355,76.215963 274.04226,76.215963 C 270.92191,76.215963 270.109,70.624193 271.66009,59.823513 C 273.27085,48.607423 275.66439,42.876333 278.83428,42.876333 L 278.83428,42.876333 L 278.83428,42.876333 z"
-         style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:URW Bookman L" />
-    </g>
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223-9"
-       style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(98.700902,-89.339287)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../l10n/de/startlogo.png"><flowRegion
-         id="flowRegion3225-7"><rect
-           id="rect3227-3"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara2875">Mitglied der KDE-Familie</flowPara></flowRoot>  </g>
-</svg>
diff --git a/kmymoney/pics/svg/startlogo_es.svg b/kmymoney/pics/svg/startlogo_es.svg
deleted file mode 100644
index f42560af9..000000000
--- a/kmymoney/pics/svg/startlogo_es.svg
+++ /dev/null
@@ -1,205 +0,0 @@
-<?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="210mm"
-   height="297mm"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.47 r22583"
-   sodipodi:docname="startlogo_es.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="../l10n/es/startlogo.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.1">
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4318">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.9175"
-         id="feGaussianBlur4320" />
-    </filter>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective2464"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2846"
-       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" />
-    <inkscape:perspective
-       id="perspective2911"
-       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" />
-    <inkscape:perspective
-       id="perspective2913"
-       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="1.4"
-     inkscape:cx="267.49992"
-     inkscape:cy="792.7417"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1920"
-     inkscape:window-height="1032"
-     inkscape:window-x="-4"
-     inkscape:window-y="-3"
-     showguides="true"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <image
-       sodipodi:absref="/home/al/desarrollo/kmm/kde4/kmymoney/kmymoney/pics/svg/../background.png"
-       xlink:href="../background.png"
-       y="12.477626"
-       x="32.49992"
-       id="image2915"
-       height="300"
-       width="400"
-       sodipodi:relref="../background.png" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2478"
-       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
-         id="flowRegion2480"><rect
-           id="rect2482"
-           width="24.285715"
-           height="54.285713"
-           x="975.71429"
-           y="103.79076" /></flowRegion><flowPara
-         id="flowPara2484" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3284"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"><flowRegion
-         id="flowRegion3286"><rect
-           id="rect3288"
-           width="75"
-           height="78.571426"
-           x="375.71429"
-           y="160.21933"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic" /></flowRegion><flowPara
-         id="flowPara3290"
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic">3.95</flowPara><flowPara
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"
-         id="flowPara3292" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2445"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Serif;-inkscape-font-specification:Serif Bold Italic"
-       transform="matrix(1.3238032,0,0,1.57384,-184.5783,-96.686468)"
-       inkscape:export-filename="../startlogo1.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><flowRegion
-         id="flowRegion2447"><rect
-           id="rect2449"
-           width="130.71428"
-           height="86.428574"
-           x="327.14285"
-           y="148.79076"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;font-family:Serif;-inkscape-font-specification:Serif Bold Italic" /></flowRegion><flowPara
-         id="flowPara2917">KF5</flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223"
-       style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(-54.285714,-6.4285715)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../startlogo1.png"><flowRegion
-         id="flowRegion3225"><rect
-           id="rect3227"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara2855">El gestor de finanzas personales</flowPara><flowPara
-         id="flowPara2857">libre</flowPara><flowPara
-         id="flowPara2859">y fácil de usar para KDE</flowPara></flowRoot>    <g
-       id="g4370"
-       transform="matrix(1.259825,0,0,1.259825,-72.632892,0.8354166)">
-      <path
-         inkscape:export-ydpi="90.001999"
-         inkscape:export-xdpi="90.001999"
-         inkscape:export-filename="/home/rob/logo.png"
-         style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.90476194;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4318);font-family:URW Bookman L"
-         d="m 125.46761,16.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.9831,40.82857 c -0.76245,5.15988 -3.478011,4.18054 -5.096711,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26675 -2.44597,17.03183 1.30252,27.736791 9.72254,27.736791 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652409 -4.73661,9.652409 -0.19813,0 -0.40862,-0.31285 -0.5817,-0.83211 -0.82598,-2.1809 -1.58711,-2.995572 -2.82535,-2.995572 -2.22882,0 -4.45114,3.634122 -5.15212,8.515199 -0.77554,5.40033 0.87425,9.1254 4.04414,9.1254 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652409 -4.76433,9.652409 -0.19811,0 -0.38091,-0.31285 -0.55399,-0.83211 -0.82598,-2.1809 -1.61481,-2.995572 -2.85305,-2.995572 -2.22882,0 -4.42343,3.634122 -5.12441,8.515199 -0.77556,5.40033 0.87425,9.1254 4.04413,9.1254 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-         id="path3339" />
-      <path
-         inkscape:export-ydpi="90.001999"
-         inkscape:export-xdpi="90.001999"
-         inkscape:export-filename="/home/rob/logo.png"
-         id="text33357"
-         d="m 123.46761,14.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.983101,40.82857 c -0.76245,5.15988 -3.47801,4.18054 -5.09671,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26674 -2.44597,17.03184 1.30252,27.736801 9.72254,27.736801 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652405 -4.73661,9.652405 -0.19813,0 -0.40862,-0.312844 -0.5817,-0.832104 -0.82598,-2.180902 -1.58711,-2.995574 -2.82535,-2.995574 -2.22882,0 -4.45114,3.634124 -5.15212,8.515202 -0.77554,5.400327 0.87425,9.125397 4.04414,9.125397 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652405 -4.76433,9.652405 -0.19811,0 -0.38091,-0.312844 -0.55399,-0.832104 -0.82598,-2.180902 -1.61481,-2.995574 -2.85305,-2.995574 -2.22882,0 -4.42343,3.634124 -5.12441,8.515202 -0.77556,5.400327 0.87425,9.125397 4.04413,9.125397 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-         style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:URW Bookman L" />
-    </g>
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223-9"
-       style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(95.129473,-89.339287)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../startlogo1.png"><flowRegion
-         id="flowRegion3225-7"><rect
-           id="rect3227-3"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara2853">Parte de la familia KDE</flowPara></flowRoot>  </g>
-</svg>
diff --git a/kmymoney/pics/svg/startlogo_fr.svg b/kmymoney/pics/svg/startlogo_fr.svg
deleted file mode 100644
index 49d36c638..000000000
--- a/kmymoney/pics/svg/startlogo_fr.svg
+++ /dev/null
@@ -1,220 +0,0 @@
-<?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="210mm"
-   height="297mm"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
-   sodipodi:docname="startlogo_fr.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="../l10n/fr/startlogo.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.1">
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4318">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.9175"
-         id="feGaussianBlur4320" />
-    </filter>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 561.25983 : 1"
-       inkscape:vp_y="0 : 1066.6667 : 0"
-       inkscape:vp_z="793.70078 : 561.25983 : 1"
-       inkscape:persp3d-origin="396.85039 : 374.17322 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective2464"
-       inkscape:persp3d-origin="396.85039 : 374.17322 : 1"
-       inkscape:vp_z="793.70078 : 561.25983 : 1"
-       inkscape:vp_y="0 : 1066.6667 : 0"
-       inkscape:vp_x="0 : 561.25983 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2846"
-       inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1"
-       inkscape:vp_z="1.0666667 : 0.53333333 : 1"
-       inkscape:vp_y="0 : 1066.6667 : 0"
-       inkscape:vp_x="0 : 0.53333333 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2911"
-       inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1"
-       inkscape:vp_z="1.0666667 : 0.53333333 : 1"
-       inkscape:vp_y="0 : 1066.6667 : 0"
-       inkscape:vp_x="0 : 0.53333333 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2913"
-       inkscape:persp3d-origin="0.53333333 : 0.35555555 : 1"
-       inkscape:vp_z="1.0666667 : 0.53333333 : 1"
-       inkscape:vp_y="0 : 1066.6667 : 0"
-       inkscape:vp_x="0 : 0.53333333 : 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="1.4"
-     inkscape:cx="148.57135"
-     inkscape:cy="935.59884"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1325"
-     inkscape:window-height="810"
-     inkscape:window-x="298"
-     inkscape:window-y="1104"
-     showguides="true"
-     inkscape:window-maximized="0" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <image
-       xlink:href="background.png"
-       sodipodi:relref="../background.png"
-       width="400"
-       height="300"
-       id="image2915"
-       x="32.49992"
-       y="12.477626"
-       inkscape:export-filename="../l10n/fr/startlogo.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2478"
-       style="font-style:normal;font-weight:normal;line-height:0.01%;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion
-         id="flowRegion2480"><rect
-           id="rect2482"
-           width="24.285715"
-           height="54.285713"
-           x="975.71429"
-           y="103.79076" /></flowRegion><flowPara
-         id="flowPara2484"
-         style="font-size:40px;line-height:1.25"> </flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3284"
-       style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0.01%;font-family:'URW Bookman L';-inkscape-font-specification:'URW Bookman L Italic';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion
-         id="flowRegion3286"><rect
-           id="rect3288"
-           width="75"
-           height="78.571426"
-           x="375.71429"
-           y="160.21933"
-           style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:'URW Bookman L';-inkscape-font-specification:'URW Bookman L Italic';text-align:start;writing-mode:lr-tb;text-anchor:start" /></flowRegion><flowPara
-         id="flowPara3290"
-         style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:'URW Bookman L';-inkscape-font-specification:'URW Bookman L Italic';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1">3.95</flowPara><flowPara
-         style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:'URW Bookman L';-inkscape-font-specification:'URW Bookman L Italic';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1"
-         id="flowPara3292"> </flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2445"
-       style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:0.01%;font-family:serif;-inkscape-font-specification:'Serif Bold Italic';text-align:end;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none"
-       transform="matrix(1.3238032,0,0,1.57384,-184.5783,-96.686468)"
-       inkscape:export-filename="../l10n/fr/startlogo.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><flowRegion
-         id="flowRegion2447"
-         style="font-family:serif"><rect
-           id="rect2449"
-           width="130.71428"
-           height="86.428574"
-           x="327.14285"
-           y="148.79076"
-           style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:40px;line-height:100%;font-family:serif;-inkscape-font-specification:'Serif Bold Italic';text-align:end;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1" /></flowRegion><flowPara
-         id="flowPara2917"
-         style="font-size:40px;line-height:1;font-family:serif">KF5</flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223"
-       style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0.01%;font-family:sans-serif;-inkscape-font-specification:'Sans Italic';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none"
-       transform="translate(-52.857143,8.5714285)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../l10n/fr/startlogo.png"><flowRegion
-         id="flowRegion3225"
-         style="font-family:sans-serif"><rect
-           id="rect3227"
-           width="279.28571"
-           height="50.714294"
-           x="96.428574"
-           y="209.50504"
-           style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:100%;font-family:sans-serif;-inkscape-font-specification:'Sans Italic';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1" /></flowRegion><flowPara
-         style="font-size:16px;line-height:1;font-family:sans-serif"
-         id="flowPara3809">Gestionaire de</flowPara><flowPara
-         style="font-size:16px;line-height:1;font-family:sans-serif"
-         id="flowPara3811">finances personnelles de KDE,</flowPara><flowPara
-         style="font-size:16px;line-height:1;font-family:sans-serif"
-         id="flowPara116">gratuit et facile d'utilisation</flowPara></flowRoot>    <g
-       id="g2919"
-       transform="translate(-43.571428,-1.4285714)">
-      <g
-         transform="matrix(1.259825,0,0,1.259825,-29.061464,2.263988)"
-         id="g4370">
-        <path
-           id="path3339"
-           d="m 125.46761,16.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.9831,40.82857 c -0.76245,5.15988 -3.478011,4.18054 -5.096711,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26675 -2.44597,17.03183 1.30252,27.736791 9.72254,27.736791 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652409 -4.73661,9.652409 -0.19813,0 -0.40862,-0.31285 -0.5817,-0.83211 -0.82598,-2.1809 -1.58711,-2.995572 -2.82535,-2.995572 -2.22882,0 -4.45114,3.634122 -5.15212,8.515199 -0.77554,5.40033 0.87425,9.1254 4.04414,9.1254 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652409 -4.76433,9.652409 -0.19811,0 -0.38091,-0.31285 -0.55399,-0.83211 -0.82598,-2.1809 -1.61481,-2.995572 -2.85305,-2.995572 -2.22882,0 -4.42343,3.634122 -5.12441,8.515199 -0.77556,5.40033 0.87425,9.1254 4.04413,9.1254 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.90476194;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4318);font-family:URW Bookman L"
-           inkscape:export-filename="../l10n/fr/startlogo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-        <path
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:URW Bookman L"
-           d="m 123.46761,14.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.983101,40.82857 c -0.76245,5.15988 -3.47801,4.18054 -5.09671,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26674 -2.44597,17.03184 1.30252,27.736801 9.72254,27.736801 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652405 -4.73661,9.652405 -0.19813,0 -0.40862,-0.312844 -0.5817,-0.832104 -0.82598,-2.180902 -1.58711,-2.995574 -2.82535,-2.995574 -2.22882,0 -4.45114,3.634124 -5.15212,8.515202 -0.77554,5.400327 0.87425,9.125397 4.04414,9.125397 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652405 -4.76433,9.652405 -0.19811,0 -0.38091,-0.312844 -0.55399,-0.832104 -0.82598,-2.180902 -1.61481,-2.995574 -2.85305,-2.995574 -2.22882,0 -4.42343,3.634124 -5.12441,8.515202 -0.77556,5.400327 0.87425,9.125397 4.04413,9.125397 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           id="text33357"
-           inkscape:export-filename="../l10n/fr/startlogo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-      </g>
-      <flowRoot
-         inkscape:export-filename="../l10n/fr/startlogo.png"
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         transform="translate(126.55804,-90.053573)"
-         style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0.01%;font-family:sans-serif;-inkscape-font-specification:'Sans Italic';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none"
-         id="flowRoot3223-9"
-         xml:space="preserve"><flowRegion
-           id="flowRegion3225-7"
-           style="font-family:sans-serif"><rect
-             style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14px;line-height:100%;font-family:sans-serif;-inkscape-font-specification:'Sans Italic';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1"
-             y="209.50504"
-             x="96.428574"
-             height="80"
-             width="277.14285"
-             id="rect3227-3" /></flowRegion><flowPara
-           id="flowPara2875"
-           style="font-size:14px;line-height:1;font-family:sans-serif">Membre de la famille KDE</flowPara></flowRoot>    </g>
-  </g>
-</svg>
diff --git a/kmymoney/pics/svg/startlogo_hu.svg b/kmymoney/pics/svg/startlogo_hu.svg
deleted file mode 100644
index b6bbfb4f6..000000000
--- a/kmymoney/pics/svg/startlogo_hu.svg
+++ /dev/null
@@ -1,209 +0,0 @@
-<?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="210mm"
-   height="297mm"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.47 r22583"
-   sodipodi:docname="startlogo_hu.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="../l10n/hu/startlogo.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.1">
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4318">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.9175"
-         id="feGaussianBlur4320" />
-    </filter>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective2464"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2846"
-       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" />
-    <inkscape:perspective
-       id="perspective2911"
-       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" />
-    <inkscape:perspective
-       id="perspective2913"
-       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="1.4"
-     inkscape:cx="267.49992"
-     inkscape:cy="792.7417"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1920"
-     inkscape:window-height="1032"
-     inkscape:window-x="-4"
-     inkscape:window-y="-3"
-     showguides="true"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <image
-       sodipodi:absref="/home/al/desarrollo/kmm/kde4/kmymoney/kmymoney/pics/svg/../background.png"
-       xlink:href="../background.png"
-       y="12.477626"
-       x="32.49992"
-       id="image2915"
-       height="300"
-       width="400"
-       sodipodi:relref="../background.png" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2478"
-       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
-         id="flowRegion2480"><rect
-           id="rect2482"
-           width="24.285715"
-           height="54.285713"
-           x="975.71429"
-           y="103.79076" /></flowRegion><flowPara
-         id="flowPara2484" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3284"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"><flowRegion
-         id="flowRegion3286"><rect
-           id="rect3288"
-           width="75"
-           height="78.571426"
-           x="375.71429"
-           y="160.21933"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic" /></flowRegion><flowPara
-         id="flowPara3290"
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic">3.95</flowPara><flowPara
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"
-         id="flowPara3292" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2445"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Serif;-inkscape-font-specification:Serif Bold Italic"
-       transform="matrix(1.3238032,0,0,1.57384,-184.5783,-96.686468)"
-       inkscape:export-filename="../startlogo1.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><flowRegion
-         id="flowRegion2447"><rect
-           id="rect2449"
-           width="130.71428"
-           height="86.428574"
-           x="327.14285"
-           y="148.79076"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;font-family:Serif;-inkscape-font-specification:Serif Bold Italic" /></flowRegion><flowPara
-         id="flowPara2917">KF5</flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223"
-       style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(-54.285714,-6.4285715)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../startlogo1.png"><flowRegion
-         id="flowRegion3225"><rect
-           id="rect3227"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara3229">A KDE szabad,</flowPara><flowPara
-         id="flowPara3231">egyszerűen használható</flowPara><flowPara
-         id="flowPara3233">személyi pénzügykezelője</flowPara></flowRoot>    <g
-       id="g2919"
-       transform="translate(-43.571428,-1.4285714)">
-      <g
-         transform="matrix(1.259825,0,0,1.259825,-29.061464,2.263988)"
-         id="g4370">
-        <path
-           id="path3339"
-           d="m 125.46761,16.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.9831,40.82857 c -0.76245,5.15988 -3.478011,4.18054 -5.096711,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26675 -2.44597,17.03183 1.30252,27.736791 9.72254,27.736791 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652409 -4.73661,9.652409 -0.19813,0 -0.40862,-0.31285 -0.5817,-0.83211 -0.82598,-2.1809 -1.58711,-2.995572 -2.82535,-2.995572 -2.22882,0 -4.45114,3.634122 -5.15212,8.515199 -0.77554,5.40033 0.87425,9.1254 4.04414,9.1254 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652409 -4.76433,9.652409 -0.19811,0 -0.38091,-0.31285 -0.55399,-0.83211 -0.82598,-2.1809 -1.61481,-2.995572 -2.85305,-2.995572 -2.22882,0 -4.42343,3.634122 -5.12441,8.515199 -0.77556,5.40033 0.87425,9.1254 4.04413,9.1254 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.90476194;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4318);font-family:URW Bookman L"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-        <path
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:URW Bookman L"
-           d="m 123.46761,14.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.983101,40.82857 c -0.76245,5.15988 -3.47801,4.18054 -5.09671,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26674 -2.44597,17.03184 1.30252,27.736801 9.72254,27.736801 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652405 -4.73661,9.652405 -0.19813,0 -0.40862,-0.312844 -0.5817,-0.832104 -0.82598,-2.180902 -1.58711,-2.995574 -2.82535,-2.995574 -2.22882,0 -4.45114,3.634124 -5.15212,8.515202 -0.77554,5.400327 0.87425,9.125397 4.04414,9.125397 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652405 -4.76433,9.652405 -0.19811,0 -0.38091,-0.312844 -0.55399,-0.832104 -0.82598,-2.180902 -1.61481,-2.995574 -2.85305,-2.995574 -2.22882,0 -4.42343,3.634124 -5.12441,8.515202 -0.77556,5.400327 0.87425,9.125397 4.04413,9.125397 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           id="text33357"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-      </g>
-      <flowRoot
-         inkscape:export-filename="../startlogo1.png"
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         transform="translate(142.27233,-87.910716)"
-         style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-         id="flowRoot3223-9"
-         xml:space="preserve"><flowRegion
-           id="flowRegion3225-7"><rect
-             style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic"
-             y="209.50504"
-             x="96.428574"
-             height="80"
-             width="277.14285"
-             id="rect3227-3" /></flowRegion><flowPara
-           id="flowPara2875">A KDE család tagja</flowPara></flowRoot>    </g>
-  </g>
-</svg>
diff --git a/kmymoney/pics/svg/startlogo_it.svg b/kmymoney/pics/svg/startlogo_it.svg
deleted file mode 100644
index 6544ee61d..000000000
--- a/kmymoney/pics/svg/startlogo_it.svg
+++ /dev/null
@@ -1,208 +0,0 @@
-<?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="210mm"
-   height="297mm"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.47 r22583"
-   sodipodi:docname="startlogo.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="../startlogo.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.1">
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4318">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.9175"
-         id="feGaussianBlur4320" />
-    </filter>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective2464"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2846"
-       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" />
-    <inkscape:perspective
-       id="perspective2911"
-       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" />
-    <inkscape:perspective
-       id="perspective2913"
-       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="1.4"
-     inkscape:cx="267.49992"
-     inkscape:cy="792.7417"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1912"
-     inkscape:window-height="1130"
-     inkscape:window-x="0"
-     inkscape:window-y="43"
-     showguides="true"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <image
-       sodipodi:relref="../background.png"
-       xlink:href="../background.png"
-       width="400"
-       height="300"
-       id="image2915"
-       x="32.49992"
-       y="12.477626" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2478"
-       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
-         id="flowRegion2480"><rect
-           id="rect2482"
-           width="24.285715"
-           height="54.285713"
-           x="975.71429"
-           y="103.79076" /></flowRegion><flowPara
-         id="flowPara2484" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3284"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"><flowRegion
-         id="flowRegion3286"><rect
-           id="rect3288"
-           width="75"
-           height="78.571426"
-           x="375.71429"
-           y="160.21933"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic" /></flowRegion><flowPara
-         id="flowPara3290"
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic">3.95</flowPara><flowPara
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"
-         id="flowPara3292" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2445"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Serif;-inkscape-font-specification:Serif Bold Italic"
-       transform="matrix(1.3238032,0,0,1.57384,-184.5783,-96.686468)"
-       inkscape:export-filename="../startlogo1.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><flowRegion
-         id="flowRegion2447"><rect
-           id="rect2449"
-           width="130.71428"
-           height="86.428574"
-           x="327.14285"
-           y="148.79076"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;font-family:Serif;-inkscape-font-specification:Serif Bold Italic" /></flowRegion><flowPara
-         id="flowPara2917">KF5</flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223"
-       style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(-54.285714,-6.4285715)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../startlogo1.png"><flowRegion
-         id="flowRegion3225"><rect
-           id="rect3227"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara3229">Il gestore delle finanze personali per KDE,</flowPara><flowPara
-         id="flowPara3231">libero</flowPara><flowPara
-         id="flowPara3233">e facile da utilizzare</flowPara></flowRoot>    <g
-       id="g2919"
-       transform="translate(-43.571428,-1.4285714)">
-      <g
-         transform="matrix(1.259825,0,0,1.259825,-29.061464,2.263988)"
-         id="g4370">
-        <path
-           id="path3339"
-           d="m 125.46761,16.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.9831,40.82857 c -0.76245,5.15988 -3.478011,4.18054 -5.096711,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26675 -2.44597,17.03183 1.30252,27.736791 9.72254,27.736791 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652409 -4.73661,9.652409 -0.19813,0 -0.40862,-0.31285 -0.5817,-0.83211 -0.82598,-2.1809 -1.58711,-2.995572 -2.82535,-2.995572 -2.22882,0 -4.45114,3.634122 -5.15212,8.515199 -0.77554,5.40033 0.87425,9.1254 4.04414,9.1254 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652409 -4.76433,9.652409 -0.19811,0 -0.38091,-0.31285 -0.55399,-0.83211 -0.82598,-2.1809 -1.61481,-2.995572 -2.85305,-2.995572 -2.22882,0 -4.42343,3.634122 -5.12441,8.515199 -0.77556,5.40033 0.87425,9.1254 4.04413,9.1254 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.90476194;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4318);font-family:URW Bookman L"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-        <path
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:URW Bookman L"
-           d="m 123.46761,14.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.983101,40.82857 c -0.76245,5.15988 -3.47801,4.18054 -5.09671,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26674 -2.44597,17.03184 1.30252,27.736801 9.72254,27.736801 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652405 -4.73661,9.652405 -0.19813,0 -0.40862,-0.312844 -0.5817,-0.832104 -0.82598,-2.180902 -1.58711,-2.995574 -2.82535,-2.995574 -2.22882,0 -4.45114,3.634124 -5.15212,8.515202 -0.77554,5.400327 0.87425,9.125397 4.04414,9.125397 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652405 -4.76433,9.652405 -0.19811,0 -0.38091,-0.312844 -0.55399,-0.832104 -0.82598,-2.180902 -1.61481,-2.995574 -2.85305,-2.995574 -2.22882,0 -4.42343,3.634124 -5.12441,8.515202 -0.77556,5.400327 0.87425,9.125397 4.04413,9.125397 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           id="text33357"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-      </g>
-      <flowRoot
-         inkscape:export-filename="../startlogo1.png"
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         transform="translate(142.27233,-87.910716)"
-         style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-         id="flowRoot3223-9"
-         xml:space="preserve"><flowRegion
-           id="flowRegion3225-7"><rect
-             style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic"
-             y="209.50504"
-             x="96.428574"
-             height="80"
-             width="277.14285"
-             id="rect3227-3" /></flowRegion><flowPara
-           id="flowPara2875">Parte della famiglia di KDE</flowPara></flowRoot>    </g>
-  </g>
-</svg>
diff --git a/kmymoney/pics/svg/startlogo_pl.svg b/kmymoney/pics/svg/startlogo_pl.svg
deleted file mode 100644
index 764ddc6c0..000000000
--- a/kmymoney/pics/svg/startlogo_pl.svg
+++ /dev/null
@@ -1,209 +0,0 @@
-<?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="210mm"
-   height="297mm"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.91 r13725"
-   sodipodi:docname="startlogo_pl.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="../startlogo.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.1">
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4318">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.9175"
-         id="feGaussianBlur4320" />
-    </filter>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective2464"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2846"
-       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" />
-    <inkscape:perspective
-       id="perspective2911"
-       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" />
-    <inkscape:perspective
-       id="perspective2913"
-       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="1.4"
-     inkscape:cx="267.49992"
-     inkscape:cy="821.31313"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1280"
-     inkscape:window-height="739"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     showguides="true"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <image
-       sodipodi:absref="/home/lukasz/programming/trunk/kmymoney/pics/svg/../background.png"
-       xlink:href="../background.png"
-       y="12.477626"
-       x="32.49992"
-       id="image2915"
-       height="300"
-       width="400"
-       sodipodi:relref="../background.png" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2478"
-       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
-         id="flowRegion2480"><rect
-           id="rect2482"
-           width="24.285715"
-           height="54.285713"
-           x="975.71429"
-           y="103.79076" /></flowRegion><flowPara
-         id="flowPara2484" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3284"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"><flowRegion
-         id="flowRegion3286"><rect
-           id="rect3288"
-           width="75"
-           height="78.571426"
-           x="375.71429"
-           y="160.21933"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic" /></flowRegion><flowPara
-         id="flowPara3290"
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic">3.95</flowPara><flowPara
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"
-         id="flowPara3292" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2445"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Serif;-inkscape-font-specification:Serif Bold Italic"
-       transform="matrix(1.3238032,0,0,1.57384,-184.5783,-96.686468)"
-       inkscape:export-filename="../startlogo1.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><flowRegion
-         id="flowRegion2447"><rect
-           id="rect2449"
-           width="130.71428"
-           height="86.428574"
-           x="327.14285"
-           y="148.79076"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;font-family:Serif;-inkscape-font-specification:Serif Bold Italic" /></flowRegion><flowPara
-         id="flowPara2917">KF5</flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223"
-       style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans Italic';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none"
-       transform="translate(-54.285714,-6.4285715)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../startlogo1.png"><flowRegion
-         id="flowRegion3225"><rect
-           id="rect3227"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans Italic';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1" /></flowRegion><flowPara
-         id="flowPara3229">Darmowy,</flowPara><flowPara
-         id="flowPara3231">łatwy w użyciu,</flowPara><flowPara
-         id="flowPara3233">program od finansów osobistych dla KDE</flowPara></flowRoot>    <g
-       id="g2919"
-       transform="translate(-43.571428,-1.4285714)">
-      <g
-         transform="matrix(1.259825,0,0,1.259825,-29.061464,2.263988)"
-         id="g4370">
-        <path
-           id="path3339"
-           d="m 125.46761,16.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.9831,40.82857 c -0.76245,5.15988 -3.478011,4.18054 -5.096711,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26675 -2.44597,17.03183 1.30252,27.736791 9.72254,27.736791 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652409 -4.73661,9.652409 -0.19813,0 -0.40862,-0.31285 -0.5817,-0.83211 -0.82598,-2.1809 -1.58711,-2.995572 -2.82535,-2.995572 -2.22882,0 -4.45114,3.634122 -5.15212,8.515199 -0.77554,5.40033 0.87425,9.1254 4.04414,9.1254 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652409 -4.76433,9.652409 -0.19811,0 -0.38091,-0.31285 -0.55399,-0.83211 -0.82598,-2.1809 -1.61481,-2.995572 -2.85305,-2.995572 -2.22882,0 -4.42343,3.634122 -5.12441,8.515199 -0.77556,5.40033 0.87425,9.1254 4.04413,9.1254 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.90476194;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4318);font-family:URW Bookman L"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-        <path
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:URW Bookman L"
-           d="m 123.46761,14.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.983101,40.82857 c -0.76245,5.15988 -3.47801,4.18054 -5.09671,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26674 -2.44597,17.03184 1.30252,27.736801 9.72254,27.736801 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652405 -4.73661,9.652405 -0.19813,0 -0.40862,-0.312844 -0.5817,-0.832104 -0.82598,-2.180902 -1.58711,-2.995574 -2.82535,-2.995574 -2.22882,0 -4.45114,3.634124 -5.15212,8.515202 -0.77554,5.400327 0.87425,9.125397 4.04414,9.125397 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652405 -4.76433,9.652405 -0.19811,0 -0.38091,-0.312844 -0.55399,-0.832104 -0.82598,-2.180902 -1.61481,-2.995574 -2.85305,-2.995574 -2.22882,0 -4.42343,3.634124 -5.12441,8.515202 -0.77556,5.400327 0.87425,9.125397 4.04413,9.125397 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           id="text33357"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-      </g>
-      <flowRoot
-         inkscape:export-filename="../startlogo1.png"
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         transform="translate(142.27233,-87.910716)"
-         style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans Italic';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none"
-         id="flowRoot3223-9"
-         xml:space="preserve"><flowRegion
-           id="flowRegion3225-7"><rect
-             style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans Italic';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1"
-             y="209.50504"
-             x="96.428574"
-             height="80"
-             width="277.14285"
-             id="rect3227-3" /></flowRegion><flowPara
-           id="flowPara2875">Członek rodziny KDE</flowPara></flowRoot>    </g>
-  </g>
-</svg>
diff --git a/kmymoney/pics/svg/startlogo_pt_BR.svg b/kmymoney/pics/svg/startlogo_pt_BR.svg
deleted file mode 100644
index fed8eaf3e..000000000
--- a/kmymoney/pics/svg/startlogo_pt_BR.svg
+++ /dev/null
@@ -1,205 +0,0 @@
-<?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="210mm"
-   height="297mm"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.47 r22583"
-   sodipodi:docname="startlogo_pt-BR.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="../l10n/pt_BR/startlogo.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.1">
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4318">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.9175"
-         id="feGaussianBlur4320" />
-    </filter>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective2464"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2846"
-       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" />
-    <inkscape:perspective
-       id="perspective2911"
-       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" />
-    <inkscape:perspective
-       id="perspective2913"
-       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="1.4"
-     inkscape:cx="267.49992"
-     inkscape:cy="792.7417"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1920"
-     inkscape:window-height="1032"
-     inkscape:window-x="-4"
-     inkscape:window-y="-3"
-     showguides="true"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <image
-       sodipodi:absref="/home/al/desarrollo/kmm/kde4/kmymoney/kmymoney/pics/svg/../background.png"
-       xlink:href="../background.png"
-       y="12.477626"
-       x="32.49992"
-       id="image2915"
-       height="300"
-       width="400"
-       sodipodi:relref="../background.png" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2478"
-       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
-         id="flowRegion2480"><rect
-           id="rect2482"
-           width="24.285715"
-           height="54.285713"
-           x="975.71429"
-           y="103.79076" /></flowRegion><flowPara
-         id="flowPara2484" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3284"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"><flowRegion
-         id="flowRegion3286"><rect
-           id="rect3288"
-           width="75"
-           height="78.571426"
-           x="375.71429"
-           y="160.21933"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic" /></flowRegion><flowPara
-         id="flowPara3290"
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic">3.95</flowPara><flowPara
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"
-         id="flowPara3292" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2445"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Serif;-inkscape-font-specification:Serif Bold Italic"
-       transform="matrix(1.3238032,0,0,1.57384,-184.5783,-96.686468)"
-       inkscape:export-filename="../startlogo1.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><flowRegion
-         id="flowRegion2447"><rect
-           id="rect2449"
-           width="130.71428"
-           height="86.428574"
-           x="327.14285"
-           y="148.79076"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;font-family:Serif;-inkscape-font-specification:Serif Bold Italic" /></flowRegion><flowPara
-         id="flowPara2917">KF5</flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223"
-       style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(-54.285714,-6.4285715)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../startlogo1.png"><flowRegion
-         id="flowRegion3225"><rect
-           id="rect3227"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara2846">O gerenciador de finanças pessoais</flowPara><flowPara
-         id="flowPara2848">gratuito e fácil de usar</flowPara><flowPara
-         id="flowPara2850">para o KDE</flowPara></flowRoot>    <g
-       id="g4370"
-       transform="matrix(1.259825,0,0,1.259825,-72.632892,0.8354166)">
-      <path
-         inkscape:export-ydpi="90.001999"
-         inkscape:export-xdpi="90.001999"
-         inkscape:export-filename="/home/rob/logo.png"
-         style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.90476194;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4318);font-family:URW Bookman L"
-         d="m 125.46761,16.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.9831,40.82857 c -0.76245,5.15988 -3.478011,4.18054 -5.096711,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26675 -2.44597,17.03183 1.30252,27.736791 9.72254,27.736791 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652409 -4.73661,9.652409 -0.19813,0 -0.40862,-0.31285 -0.5817,-0.83211 -0.82598,-2.1809 -1.58711,-2.995572 -2.82535,-2.995572 -2.22882,0 -4.45114,3.634122 -5.15212,8.515199 -0.77554,5.40033 0.87425,9.1254 4.04414,9.1254 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652409 -4.76433,9.652409 -0.19811,0 -0.38091,-0.31285 -0.55399,-0.83211 -0.82598,-2.1809 -1.61481,-2.995572 -2.85305,-2.995572 -2.22882,0 -4.42343,3.634122 -5.12441,8.515199 -0.77556,5.40033 0.87425,9.1254 4.04413,9.1254 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-         id="path3339" />
-      <path
-         inkscape:export-ydpi="90.001999"
-         inkscape:export-xdpi="90.001999"
-         inkscape:export-filename="/home/rob/logo.png"
-         id="text33357"
-         d="m 123.46761,14.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.983101,40.82857 c -0.76245,5.15988 -3.47801,4.18054 -5.09671,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26674 -2.44597,17.03184 1.30252,27.736801 9.72254,27.736801 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652405 -4.73661,9.652405 -0.19813,0 -0.40862,-0.312844 -0.5817,-0.832104 -0.82598,-2.180902 -1.58711,-2.995574 -2.82535,-2.995574 -2.22882,0 -4.45114,3.634124 -5.15212,8.515202 -0.77554,5.400327 0.87425,9.125397 4.04414,9.125397 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652405 -4.76433,9.652405 -0.19811,0 -0.38091,-0.312844 -0.55399,-0.832104 -0.82598,-2.180902 -1.61481,-2.995574 -2.85305,-2.995574 -2.22882,0 -4.42343,3.634124 -5.12441,8.515202 -0.77556,5.400327 0.87425,9.125397 4.04413,9.125397 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-         style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:URW Bookman L" />
-    </g>
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223-9"
-       style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(98.700902,-89.339287)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../startlogo1.png"><flowRegion
-         id="flowRegion3225-7"><rect
-           id="rect3227-3"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara2859">Parte da família KDE</flowPara></flowRoot>  </g>
-</svg>
diff --git a/kmymoney/pics/svg/startlogo_ro.svg b/kmymoney/pics/svg/startlogo_ro.svg
deleted file mode 100644
index b274542ca..000000000
--- a/kmymoney/pics/svg/startlogo_ro.svg
+++ /dev/null
@@ -1,208 +0,0 @@
-<?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="210mm"
-   height="297mm"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.47 r22583"
-   sodipodi:docname="startlogo.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="../l10n/ro/startlogo.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.1">
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4318">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.9175"
-         id="feGaussianBlur4320" />
-    </filter>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective2464"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2846"
-       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" />
-    <inkscape:perspective
-       id="perspective2911"
-       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" />
-    <inkscape:perspective
-       id="perspective2913"
-       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="1.4"
-     inkscape:cx="267.49992"
-     inkscape:cy="792.7417"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1912"
-     inkscape:window-height="1130"
-     inkscape:window-x="0"
-     inkscape:window-y="43"
-     showguides="true"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <image
-       sodipodi:relref="../background.png"
-       xlink:href="../background.png"
-       width="400"
-       height="300"
-       id="image2915"
-       x="32.49992"
-       y="12.477626" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2478"
-       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
-         id="flowRegion2480"><rect
-           id="rect2482"
-           width="24.285715"
-           height="54.285713"
-           x="975.71429"
-           y="103.79076" /></flowRegion><flowPara
-         id="flowPara2484" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3284"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"><flowRegion
-         id="flowRegion3286"><rect
-           id="rect3288"
-           width="75"
-           height="78.571426"
-           x="375.71429"
-           y="160.21933"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic" /></flowRegion><flowPara
-         id="flowPara3290"
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic">3.95</flowPara><flowPara
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"
-         id="flowPara3292" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2445"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Serif;-inkscape-font-specification:Serif Bold Italic"
-       transform="matrix(1.3238032,0,0,1.57384,-184.5783,-96.686468)"
-       inkscape:export-filename="../startlogo1.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><flowRegion
-         id="flowRegion2447"><rect
-           id="rect2449"
-           width="130.71428"
-           height="86.428574"
-           x="327.14285"
-           y="148.79076"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;font-family:Serif;-inkscape-font-specification:Serif Bold Italic" /></flowRegion><flowPara
-         id="flowPara2917">KF5</flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223"
-       style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(-54.285714,-6.4285715)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../startlogo1.png"><flowRegion
-         id="flowRegion3225"><rect
-           id="rect3227"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara3229">Programul de gestionare a finanțelor personale,</flowPara><flowPara
-         id="flowPara3231">liber și ușor de folosit,</flowPara><flowPara
-         id="flowPara3233">pentru KDE</flowPara></flowRoot>    <g
-       id="g2919"
-       transform="translate(-43.571428,-1.4285714)">
-      <g
-         transform="matrix(1.259825,0,0,1.259825,-29.061464,2.263988)"
-         id="g4370">
-        <path
-           id="path3339"
-           d="m 125.46761,16.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.9831,40.82857 c -0.76245,5.15988 -3.478011,4.18054 -5.096711,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26675 -2.44597,17.03183 1.30252,27.736791 9.72254,27.736791 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652409 -4.73661,9.652409 -0.19813,0 -0.40862,-0.31285 -0.5817,-0.83211 -0.82598,-2.1809 -1.58711,-2.995572 -2.82535,-2.995572 -2.22882,0 -4.45114,3.634122 -5.15212,8.515199 -0.77554,5.40033 0.87425,9.1254 4.04414,9.1254 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652409 -4.76433,9.652409 -0.19811,0 -0.38091,-0.31285 -0.55399,-0.83211 -0.82598,-2.1809 -1.61481,-2.995572 -2.85305,-2.995572 -2.22882,0 -4.42343,3.634122 -5.12441,8.515199 -0.77556,5.40033 0.87425,9.1254 4.04413,9.1254 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.90476194;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4318);font-family:URW Bookman L"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-        <path
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:URW Bookman L"
-           d="m 123.46761,14.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.983101,40.82857 c -0.76245,5.15988 -3.47801,4.18054 -5.09671,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26674 -2.44597,17.03184 1.30252,27.736801 9.72254,27.736801 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652405 -4.73661,9.652405 -0.19813,0 -0.40862,-0.312844 -0.5817,-0.832104 -0.82598,-2.180902 -1.58711,-2.995574 -2.82535,-2.995574 -2.22882,0 -4.45114,3.634124 -5.15212,8.515202 -0.77554,5.400327 0.87425,9.125397 4.04414,9.125397 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652405 -4.76433,9.652405 -0.19811,0 -0.38091,-0.312844 -0.55399,-0.832104 -0.82598,-2.180902 -1.61481,-2.995574 -2.85305,-2.995574 -2.22882,0 -4.42343,3.634124 -5.12441,8.515202 -0.77556,5.400327 0.87425,9.125397 4.04413,9.125397 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           id="text33357"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-      </g>
-      <flowRoot
-         inkscape:export-filename="../startlogo1.png"
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         transform="translate(142.27233,-87.910716)"
-         style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-         id="flowRoot3223-9"
-         xml:space="preserve"><flowRegion
-           id="flowRegion3225-7"><rect
-             style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic"
-             y="209.50504"
-             x="96.428574"
-             height="80"
-             width="277.14285"
-             id="rect3227-3" /></flowRegion><flowPara
-           id="flowPara2875">Parte a familiei KDE</flowPara></flowRoot>    </g>
-  </g>
-</svg>
diff --git a/kmymoney/pics/svg/startlogo_ru.svg b/kmymoney/pics/svg/startlogo_ru.svg
deleted file mode 100644
index bd700c5c0..000000000
--- a/kmymoney/pics/svg/startlogo_ru.svg
+++ /dev/null
@@ -1,206 +0,0 @@
-<?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="210mm"
-   height="297mm"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.47+devel r9510"
-   sodipodi:docname="startlogo.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="../l10n/ru/startlogo.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.1">
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4318">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.9175"
-         id="feGaussianBlur4320" />
-    </filter>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective2464"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2846"
-       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" />
-    <inkscape:perspective
-       id="perspective2911"
-       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" />
-    <inkscape:perspective
-       id="perspective2913"
-       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="1.4"
-     inkscape:cx="267.49992"
-     inkscape:cy="792.7417"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1912"
-     inkscape:window-height="1130"
-     inkscape:window-x="0"
-     inkscape:window-y="43"
-     showguides="true"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <image
-       sodipodi:relref="../background.png"
-       xlink:href="../background.png"
-       width="400"
-       height="300"
-       id="image2915"
-       x="32.49992"
-       y="12.477626" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2478"
-       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
-         id="flowRegion2480"><rect
-           id="rect2482"
-           width="24.285715"
-           height="54.285713"
-           x="975.71429"
-           y="103.79076" /></flowRegion><flowPara
-         id="flowPara2484" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3284"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"><flowRegion
-         id="flowRegion3286"><rect
-           id="rect3288"
-           width="75"
-           height="78.571426"
-           x="375.71429"
-           y="160.21933"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic" /></flowRegion><flowPara
-         id="flowPara3290"
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic">3.95</flowPara><flowPara
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"
-         id="flowPara3292" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2445"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Serif;-inkscape-font-specification:Serif Bold Italic"
-       transform="matrix(1.3238032,0,0,1.57384,-184.5783,-96.686468)"
-       inkscape:export-filename="../startlogo1.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><flowRegion
-         id="flowRegion2447"><rect
-           id="rect2449"
-           width="130.71428"
-           height="86.428574"
-           x="327.14285"
-           y="148.79076"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;font-family:Serif;-inkscape-font-specification:Serif Bold Italic" /></flowRegion><flowPara
-         id="flowPara2917">KF5</flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223"
-       style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(-54.285714,-6.4285715)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../startlogo1.png"><flowRegion
-         id="flowRegion3225"><rect
-           id="rect3227"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara3229">Програма для учёта персональных финансов для KDE</flowPara></flowRoot>    <g
-       id="g2919"
-       transform="translate(-43.571428,-1.4285714)">
-      <g
-         transform="matrix(1.259825,0,0,1.259825,-29.061464,2.263988)"
-         id="g4370">
-        <path
-           id="path3339"
-           d="m 125.46761,16.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.9831,40.82857 c -0.76245,5.15988 -3.478011,4.18054 -5.096711,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26675 -2.44597,17.03183 1.30252,27.736791 9.72254,27.736791 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652409 -4.73661,9.652409 -0.19813,0 -0.40862,-0.31285 -0.5817,-0.83211 -0.82598,-2.1809 -1.58711,-2.995572 -2.82535,-2.995572 -2.22882,0 -4.45114,3.634122 -5.15212,8.515199 -0.77554,5.40033 0.87425,9.1254 4.04414,9.1254 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652409 -4.76433,9.652409 -0.19811,0 -0.38091,-0.31285 -0.55399,-0.83211 -0.82598,-2.1809 -1.61481,-2.995572 -2.85305,-2.995572 -2.22882,0 -4.42343,3.634122 -5.12441,8.515199 -0.77556,5.40033 0.87425,9.1254 4.04413,9.1254 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.90476194;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4318);font-family:URW Bookman L"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-        <path
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:URW Bookman L"
-           d="m 123.46761,14.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.983101,40.82857 c -0.76245,5.15988 -3.47801,4.18054 -5.09671,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26674 -2.44597,17.03184 1.30252,27.736801 9.72254,27.736801 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652405 -4.73661,9.652405 -0.19813,0 -0.40862,-0.312844 -0.5817,-0.832104 -0.82598,-2.180902 -1.58711,-2.995574 -2.82535,-2.995574 -2.22882,0 -4.45114,3.634124 -5.15212,8.515202 -0.77554,5.400327 0.87425,9.125397 4.04414,9.125397 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652405 -4.76433,9.652405 -0.19811,0 -0.38091,-0.312844 -0.55399,-0.832104 -0.82598,-2.180902 -1.61481,-2.995574 -2.85305,-2.995574 -2.22882,0 -4.42343,3.634124 -5.12441,8.515202 -0.77556,5.400327 0.87425,9.125397 4.04413,9.125397 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           id="text33357"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-      </g>
-      <flowRoot
-         inkscape:export-filename="../startlogo1.png"
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         transform="translate(142.27233,-87.910716)"
-         style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-         id="flowRoot3223-9"
-         xml:space="preserve"><flowRegion
-           id="flowRegion3225-7"><rect
-             style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic"
-             y="209.50504"
-             x="96.428574"
-             height="80"
-             width="277.14285"
-             id="rect3227-3" /></flowRegion><flowPara
-           id="flowPara2875">Часть проекта KDE</flowPara></flowRoot>    </g>
-  </g>
-</svg>
diff --git a/kmymoney/pics/svg/startlogo_sv.svg b/kmymoney/pics/svg/startlogo_sv.svg
deleted file mode 100644
index aac565454..000000000
--- a/kmymoney/pics/svg/startlogo_sv.svg
+++ /dev/null
@@ -1,203 +0,0 @@
-<?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="210mm"
-   height="297mm"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docname="startlogo_sv.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="../l10n/sv/startlogo.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.0">
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4318">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.9175"
-         id="feGaussianBlur4320" />
-    </filter>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective2464"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2846"
-       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" />
-    <inkscape:perspective
-       id="perspective2911"
-       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" />
-    <inkscape:perspective
-       id="perspective2913"
-       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="1.4"
-     inkscape:cx="98.214206"
-     inkscape:cy="792.7417"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1920"
-     inkscape:window-height="1129"
-     inkscape:window-x="-4"
-     inkscape:window-y="-3"
-     showguides="true"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <image
-       sodipodi:relref="../background.png"
-       xlink:href="../background.png"
-       width="400"
-       height="300"
-       id="image2915"
-       x="32.49992"
-       y="12.477626" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2478"
-       style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><flowRegion
-         id="flowRegion2480"><rect
-           id="rect2482"
-           width="24.285715"
-           height="54.285713"
-           x="975.71429"
-           y="103.79076" /></flowRegion><flowPara
-         id="flowPara2484" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3284"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"><flowRegion
-         id="flowRegion3286"><rect
-           id="rect3288"
-           width="75"
-           height="78.571426"
-           x="375.71429"
-           y="160.21933"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic" /></flowRegion><flowPara
-         id="flowPara3290"
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic">3.95</flowPara><flowPara
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"
-         id="flowPara3292" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2445"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Serif;-inkscape-font-specification:Serif Bold Italic"
-       transform="matrix(1.3238032,0,0,1.57384,-184.5783,-96.686468)"
-       inkscape:export-filename="../l10n/sv/startlogo.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><flowRegion
-         id="flowRegion2447"><rect
-           id="rect2449"
-           width="130.71428"
-           height="86.428574"
-           x="327.14285"
-           y="148.79076"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;font-family:Serif;-inkscape-font-specification:Serif Bold Italic" /></flowRegion><flowPara
-         id="flowPara2917">KF5</flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223"
-       style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(-54.285714,-6.4285715)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../l10n/sv/startlogo.png"><flowRegion
-         id="flowRegion3225"><rect
-           id="rect3227"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara3229">Den fria,</flowPara><flowPara
-         id="flowPara3233">lättanvända, personliga</flowPara><flowPara
-         id="flowPara2466">ekonomihanteraren för KDE</flowPara></flowRoot>    <g
-       id="g4370"
-       transform="matrix(1.259825,0,0,1.259825,-72.632892,0.8354166)">
-      <path
-         inkscape:export-ydpi="90.001999"
-         inkscape:export-xdpi="90.001999"
-         inkscape:export-filename="../l10n/sv/startlogo.png"
-         style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.90476194;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4318);font-family:URW Bookman L"
-         d="M 125.46761,16.307433 L 124.02723,26.625523 C 127.02947,26.304623 127.22264,27.262303 127.01878,28.400673 L 116.60376,43.933283 L 118.62582,31.534933 C 119.11929,28.494393 120.10567,26.914163 123.25165,26.403623 L 124.69202,16.418383 L 105.85634,16.418383 L 104.30517,26.292683 C 106.247,26.923923 108.98496,26.395623 107.85071,31.507193 L 101.86761,72.335763 C 101.10516,77.495643 98.389599,76.516303 96.770899,77.217433 L 95.330519,87.202683 L 114.1662,87.313629 L 115.60658,77.439333 C 114.25429,76.526203 111.90381,77.230683 112.72583,72.779553 L 114.277,60.353463 L 117.82254,55.138943 L 120.81409,74.332813 C 121.23131,76.759783 118.81626,76.801383 116.49296,77.328383 L 114.94179,87.313629 L 135.66104,87.313629 L 137.21221,77.328383 C 132.8474,76.481163 132.94388,73.067463 132.22629,70.227763 L 127.24038,41.714333 L 134.71925,31.451723 C 137.6882,28.295313 140.37409,26.601463 142.75212,26.403623 L 144.08169,16.418383 L 125.46761,16.307433 L 125.46761,16.307433 L 125.46761,16.307433 z M 146.85165,16.640273 L 145.63287,25.155473 L 146.60235,25.377363 C 149.28652,26.000483 149.66203,27.440143 148.70751,34.086723 L 143.5554,69.922663 C 142.60089,76.569233 141.79272,78.008893 138.92958,78.632013 L 137.9047,78.853903 L 136.68592,87.369103 L 150.25869,87.369103 L 151.47747,78.853903 L 150.53568,78.632013 C 147.85152,78.008893 147.4483,76.569233 148.40282,69.922663 L 153.69343,33.143663 L 154.41362,87.369103 L 159.78733,87.369103 L 176.13005,33.892563 L 170.95024,69.922663 C 169.99572,76.569233 169.18755,78.008893 166.32442,78.632013 L 165.29954,78.853903 L 164.08075,87.369103 L 181.47606,87.369103 L 182.69484,78.853903 L 181.72535,78.632013 C 179.0412,78.008893 178.66567,76.569233 179.62019,69.922663 L 184.77231,34.086723 C 185.72682,27.440143 186.50728,26.000483 189.37042,25.377363 L 190.39531,25.155473 L 191.61408,16.640273 L 176.13005,16.640273 L 162.72348,60.880463 L 162.25259,16.640273 L 146.85165,16.640273 L 146.85165,16.640273 L 146.85165,16.640273 z M 224.05024,16.640273 L 222.83146,25.155473 L 223.77325,25.377363 C 226.45742,26.000483 226.86063,27.440143 225.90611,34.086723 L 220.75399,69.922663 C 219.79947,76.569233 218.99131,78.008893 216.12818,78.632013 L 215.10329,78.853903 L 213.88451,87.369103 L 227.45728,87.369103 L 228.67606,78.853903 L 227.73427,78.632013 C 225.0501,78.008893 224.64689,76.569233 225.60141,69.922663 L 230.89202,33.143663 L 231.61221,87.369103 L 236.98592,87.369103 L 253.32864,33.892563 L 248.14883,69.922663 C 247.19431,76.569233 246.38615,78.008893 243.52301,78.632013 L 242.49813,78.853903 L 241.27935,87.369103 L 258.67465,87.369103 L 259.89344,78.853903 L 258.92395,78.632013 C 256.23978,78.008893 255.86426,76.569233 256.81878,69.922663 L 261.9709,34.086723 C 262.92541,27.440143 263.70588,26.000483 266.56902,25.377363 L 267.5939,25.155473 L 268.81268,16.640273 L 253.32864,16.640273 L 239.92207,60.880463 L 239.45118,16.640273 L 224.05024,16.640273 L 224.05024,16.640273 L 224.05024,16.640273 z M 107.40752,18.304483 L 122.36526,18.415433 L 121.47888,24.850363 C 120.19306,25.358583 117.88798,25.497523 117.13005,29.066363 L 114.1662,48.038333 L 116.04977,48.704013 L 128.23756,29.953933 C 130.5255,25.924403 128.31646,25.044583 126.2432,24.517523 L 127.01878,18.304483 L 141.75493,18.304483 L 140.86855,24.961313 C 138.71333,25.661653 136.12917,26.050033 132.22629,31.507193 L 125.24601,41.270553 L 130.45353,72.113863 C 131.38064,77.823313 133.20795,78.124343 134.99625,78.659753 L 134.10986,85.427527 L 117.15775,85.316581 L 118.26573,78.881643 C 122.07179,78.501153 123.2887,77.032633 122.47606,73.112393 L 119.04132,50.368223 L 112.39343,59.465883 L 110.62066,72.890493 C 110.04989,77.401913 111.88743,77.994573 113.61221,78.770693 L 112.61503,85.427527 L 97.435679,85.316581 L 98.432869,78.881643 C 99.768509,78.239713 102.62966,79.115923 103.75118,72.113863 L 109.73428,31.507193 C 110.33297,24.761673 107.64727,25.648923 106.29953,24.739423 L 107.40752,18.304483 L 107.40752,18.304483 L 107.40752,18.304483 z M 282.05305,34.308613 C 274.02928,34.308613 267.07602,44.893603 264.82395,60.575363 C 262.37798,77.607193 266.12647,88.312154 274.54649,88.312154 C 282.86744,88.312156 289.78134,77.802633 292.10799,61.601623 C 294.50921,44.881343 290.57213,34.308613 282.05305,34.308613 L 282.05305,34.308613 L 282.05305,34.308613 z M 318.61644,34.308613 C 315.49609,34.308613 312.59484,35.950853 308.8385,39.689553 L 309.47559,35.223923 L 306.40094,35.223923 L 298.22959,38.247243 L 297.0385,46.651483 L 297.89719,46.873383 C 300.00191,47.392643 300.30274,49.053563 299.39296,55.388573 L 297.2601,70.338713 C 296.40999,76.258313 295.95251,77.281283 293.93615,78.215963 L 292.38498,78.964853 L 291.19391,87.369103 L 305.90236,87.369103 L 307.09343,78.964853 L 306.29014,78.437853 C 304.57209,77.295473 304.41515,76.258313 305.26527,70.338713 L 308.17371,50.090853 C 310.55758,47.286823 313.00333,45.514283 314.48921,45.514283 C 315.97509,45.514273 316.38978,47.809293 315.76339,52.171113 L 313.15963,70.338713 C 312.30951,76.258313 311.85416,77.295473 309.80798,78.437853 L 308.8385,78.964853 L 307.61972,87.369103 L 322.38357,87.369103 L 323.60235,78.964853 L 322.21737,78.215963 C 320.46948,77.281293 320.31468,76.258313 321.1648,70.338713 L 323.96245,50.812003 C 324.76783,45.203963 324.76334,42.305873 323.82394,39.190293 C 322.83025,35.763153 321.29103,34.308613 318.61644,34.308613 L 318.61644,34.308613 L 318.61644,34.308613 z M 345.95587,34.308613 C 338.32834,34.308613 331.31123,45.420603 329.05916,61.102363 C 326.7922,76.887963 330.81754,88.312154 338.6432,88.312154 C 342.40743,88.312156 346.21844,85.503043 349.11362,80.518113 C 350.35298,78.441063 351.19723,76.760143 353.04695,72.502183 L 349.50141,68.258453 C 346.70473,74.281903 344.27155,77.078753 341.74554,77.078753 C 337.88224,77.078753 336.55037,71.168973 338.06151,60.991413 L 354.09954,60.991413 C 355.15845,53.617873 355.41989,49.350373 354.98592,45.819383 C 354.08334,38.653553 350.7107,34.308613 345.95587,34.308613 L 345.95587,34.308613 L 345.95587,34.308613 z M 190.00751,35.223923 L 188.78873,43.739123 L 189.56432,43.961013 C 191.34204,44.687983 191.64837,45.606463 192.00188,51.422213 L 194.38404,86.842104 C 192.65786,91.619321 190.24178,96.494513 189.64743,96.494513 C 189.4493,96.494513 189.23881,96.181663 189.06573,95.662403 C 188.23975,93.481503 187.47862,92.666831 186.24038,92.666831 C 184.01156,92.666831 181.78924,96.300953 181.08826,101.18203 C 180.31272,106.58236 181.96251,110.30743 185.1324,110.30743 C 187.85653,110.30743 190.95661,107.61701 193.33146,103.15133 C 194.80888,100.45117 195.28411,99.208903 197.81878,92.250779 L 211.89015,53.724373 C 214.39499,46.973953 215.46392,45.311103 218.23334,43.961013 L 218.87043,43.739123 L 220.0892,35.223923 L 206.84883,35.223923 L 205.63006,43.739123 L 206.23944,43.739123 C 207.77486,43.739123 208.37867,44.678283 208.09531,46.651483 C 208.00581,47.274603 207.83479,47.997683 207.59671,48.620803 L 201.30892,67.953343 L 200.45024,48.426643 C 200.45524,47.699673 200.47154,46.969503 200.56103,46.346383 C 200.82951,44.477033 201.73174,43.739123 203.66339,43.739123 L 204.18967,43.739123 L 205.43615,35.223923 L 190.00751,35.223923 L 190.00751,35.223923 L 190.00751,35.223923 z M 360.27653,35.223923 L 359.05775,43.739123 L 359.80564,43.961013 C 361.58336,44.687983 361.91739,45.606463 362.2709,51.422213 L 364.65306,86.842104 C 362.92688,91.619321 360.4831,96.494513 359.88873,96.494513 C 359.69062,96.494513 359.50782,96.181663 359.33474,95.662403 C 358.50876,93.481503 357.71993,92.666831 356.48169,92.666831 C 354.25287,92.666831 352.05826,96.300953 351.35728,101.18203 C 350.58172,106.58236 352.23153,110.30743 355.40141,110.30743 C 358.12553,110.30743 361.22563,107.61701 363.60048,103.15133 C 365.07791,100.45117 365.55313,99.208903 368.0878,92.250779 L 382.13146,53.724373 C 384.63631,46.973953 385.73293,45.311103 388.50235,43.961013 L 389.11174,43.739123 L 390.33052,35.223923 L 377.11784,35.223923 L 375.89906,43.739123 L 376.48075,43.739123 C 378.01618,43.739123 378.61999,44.678283 378.33663,46.651483 C 378.24713,47.274603 378.10381,47.997683 377.86573,48.620803 L 371.57794,67.953343 L 370.71926,48.426643 C 370.72426,47.699673 370.74056,46.969503 370.83005,46.346383 C 371.09851,44.477033 371.97305,43.739123 373.9047,43.739123 L 374.45869,43.739123 L 375.67747,35.223923 L 360.27653,35.223923 L 360.27653,35.223923 L 360.27653,35.223923 z M 344.5155,43.850073 C 346.74433,43.850073 347.32271,46.460493 346.48216,53.003213 L 339.50188,53.003213 C 340.47075,47.291313 342.28667,43.850073 344.5155,43.850073 z M 280.83428,44.876333 C 283.95463,44.876333 284.66311,50.593883 283.02254,62.017673 C 281.50129,72.610643 279.06355,78.215963 276.04226,78.215963 C 272.92191,78.215963 272.109,72.624193 273.66009,61.823513 C 275.27085,50.607423 277.66439,44.876333 280.83428,44.876333 L 280.83428,44.876333 L 280.83428,44.876333 z"
-         id="path3339" />
-      <path
-         inkscape:export-ydpi="90.001999"
-         inkscape:export-xdpi="90.001999"
-         inkscape:export-filename="../l10n/sv/startlogo.png"
-         id="text33357"
-         d="M 123.46761,14.307433 L 122.02723,24.625523 C 125.02947,24.304623 125.22264,25.262303 125.01878,26.400673 L 114.60376,41.933283 L 116.62582,29.534933 C 117.11929,26.494393 118.10567,24.914163 121.25165,24.403623 L 122.69202,14.418383 L 103.85634,14.418383 L 102.30517,24.292683 C 104.247,24.923923 106.98496,24.395623 105.85071,29.507193 L 99.867609,70.335763 C 99.105159,75.495643 96.389599,74.516303 94.770899,75.217433 L 93.330519,85.202683 L 112.1662,85.313629 L 113.60658,75.439333 C 112.25429,74.526203 109.90381,75.230683 110.72583,70.779553 L 112.277,58.353463 L 115.82254,53.138943 L 118.81409,72.332813 C 119.23131,74.759783 116.81626,74.801383 114.49296,75.328383 L 112.94179,85.313629 L 133.66104,85.313629 L 135.21221,75.328383 C 130.8474,74.481163 130.94388,71.067463 130.22629,68.227763 L 125.24038,39.714333 L 132.71925,29.451723 C 135.6882,26.295313 138.37409,24.601463 140.75212,24.403623 L 142.08169,14.418383 L 123.46761,14.307433 L 123.46761,14.307433 L 123.46761,14.307433 z M 144.85165,14.640273 L 143.63287,23.155473 L 144.60235,23.377363 C 147.28652,24.000483 147.66203,25.440143 146.70751,32.086723 L 141.5554,67.922663 C 140.60089,74.569233 139.79272,76.008893 136.92958,76.632013 L 135.9047,76.853903 L 134.68592,85.369103 L 148.25869,85.369103 L 149.47747,76.853903 L 148.53568,76.632013 C 145.85152,76.008893 145.4483,74.569233 146.40282,67.922663 L 151.69343,31.143663 L 152.41362,85.369103 L 157.78733,85.369103 L 174.13005,31.892563 L 168.95024,67.922663 C 167.99572,74.569233 167.18755,76.008893 164.32442,76.632013 L 163.29954,76.853903 L 162.08075,85.369103 L 179.47606,85.369103 L 180.69484,76.853903 L 179.72535,76.632013 C 177.0412,76.008893 176.66567,74.569233 177.62019,67.922663 L 182.77231,32.086723 C 183.72682,25.440143 184.50728,24.000483 187.37042,23.377363 L 188.39531,23.155473 L 189.61408,14.640273 L 174.13005,14.640273 L 160.72348,58.880463 L 160.25259,14.640273 L 144.85165,14.640273 L 144.85165,14.640273 L 144.85165,14.640273 z M 222.05024,14.640273 L 220.83146,23.155473 L 221.77325,23.377363 C 224.45742,24.000483 224.86063,25.440143 223.90611,32.086723 L 218.75399,67.922663 C 217.79947,74.569233 216.99131,76.008893 214.12818,76.632013 L 213.10329,76.853903 L 211.88451,85.369103 L 225.45728,85.369103 L 226.67606,76.853903 L 225.73427,76.632013 C 223.0501,76.008893 222.64689,74.569233 223.60141,67.922663 L 228.89202,31.143663 L 229.61221,85.369103 L 234.98592,85.369103 L 251.32864,31.892563 L 246.14883,67.922663 C 245.19431,74.569233 244.38615,76.008893 241.52301,76.632013 L 240.49813,76.853903 L 239.27935,85.369103 L 256.67465,85.369103 L 257.89344,76.853903 L 256.92395,76.632013 C 254.23978,76.008893 253.86426,74.569233 254.81878,67.922663 L 259.9709,32.086723 C 260.92541,25.440143 261.70588,24.000483 264.56902,23.377363 L 265.5939,23.155473 L 266.81268,14.640273 L 251.32864,14.640273 L 237.92207,58.880463 L 237.45118,14.640273 L 222.05024,14.640273 L 222.05024,14.640273 L 222.05024,14.640273 z M 105.40752,16.304483 L 120.36526,16.415433 L 119.47888,22.850363 C 118.19306,23.358583 115.88798,23.497523 115.13005,27.066363 L 112.1662,46.038333 L 114.04977,46.704013 L 126.23756,27.953933 C 128.5255,23.924403 126.31646,23.044583 124.2432,22.517523 L 125.01878,16.304483 L 139.75493,16.304483 L 138.86855,22.961313 C 136.71333,23.661653 134.12917,24.050033 130.22629,29.507193 L 123.24601,39.270553 L 128.45353,70.113863 C 129.38064,75.823313 131.20795,76.124343 132.99625,76.659753 L 132.10986,83.427527 L 115.15775,83.316581 L 116.26573,76.881643 C 120.07179,76.501153 121.2887,75.032633 120.47606,71.112393 L 117.04132,48.368223 L 110.39343,57.465883 L 108.62066,70.890493 C 108.04989,75.401913 109.88743,75.994573 111.61221,76.770693 L 110.61503,83.427527 L 95.435679,83.316581 L 96.432869,76.881643 C 97.768509,76.239713 100.62966,77.115923 101.75118,70.113863 L 107.73428,29.507193 C 108.33297,22.761673 105.64727,23.648923 104.29953,22.739423 L 105.40752,16.304483 L 105.40752,16.304483 L 105.40752,16.304483 z M 280.05305,32.308613 C 272.02928,32.308613 265.07602,42.893603 262.82395,58.575353 C 260.37798,75.607193 264.12647,86.312154 272.54649,86.312154 C 280.86744,86.312156 287.78134,75.802633 290.10799,59.601623 C 292.50921,42.881343 288.57213,32.308613 280.05305,32.308613 L 280.05305,32.308613 L 280.05305,32.308613 z M 316.61644,32.308613 C 313.49609,32.308613 310.59484,33.950853 306.8385,37.689553 L 307.47559,33.223923 L 304.40094,33.223923 L 296.22959,36.247243 L 295.0385,44.651483 L 295.89719,44.873383 C 298.00191,45.392643 298.30274,47.053563 297.39296,53.388573 L 295.2601,68.338713 C 294.40999,74.258313 293.95251,75.281283 291.93615,76.215963 L 290.38498,76.964853 L 289.19391,85.369103 L 303.90236,85.369103 L 305.09343,76.964853 L 304.29014,76.437853 C 302.57209,75.295473 302.41515,74.258313 303.26527,68.338713 L 306.17371,48.090853 C 308.55758,45.286823 311.00333,43.514283 312.48921,43.514283 C 313.97509,43.514273 314.38978,45.809293 313.76339,50.171113 L 311.15963,68.338713 C 310.30951,74.258313 309.85416,75.295473 307.80798,76.437853 L 306.8385,76.964853 L 305.61972,85.369103 L 320.38357,85.369103 L 321.60235,76.964853 L 320.21737,76.215963 C 318.46948,75.281293 318.31468,74.258313 319.1648,68.338713 L 321.96245,48.812003 C 322.76783,43.203963 322.76334,40.305873 321.82394,37.190293 C 320.83025,33.763153 319.29103,32.308613 316.61644,32.308613 L 316.61644,32.308613 L 316.61644,32.308613 z M 343.95587,32.308613 C 336.32834,32.308613 329.31123,43.420603 327.05916,59.102363 C 324.7922,74.887963 328.81754,86.312154 336.6432,86.312154 C 340.40743,86.312156 344.21844,83.503043 347.11362,78.518113 C 348.35298,76.441063 349.19723,74.760143 351.04695,70.502183 L 347.50141,66.258453 C 344.70473,72.281903 342.27155,75.078753 339.74554,75.078753 C 335.88224,75.078753 334.55037,69.168973 336.06151,58.991413 L 352.09954,58.991413 C 353.15845,51.617873 353.41989,47.350373 352.98592,43.819383 C 352.08334,36.653553 348.7107,32.308613 343.95587,32.308613 L 343.95587,32.308613 L 343.95587,32.308613 z M 188.00751,33.223923 L 186.78873,41.739123 L 187.56432,41.961013 C 189.34204,42.687983 189.64837,43.606463 190.00188,49.422213 L 192.38404,84.842104 C 190.65786,89.619321 188.24178,94.494509 187.64743,94.494509 C 187.4493,94.494509 187.23881,94.181665 187.06573,93.662405 C 186.23975,91.481503 185.47862,90.666831 184.24038,90.666831 C 182.01156,90.666831 179.78924,94.300955 179.08826,99.182033 C 178.31272,104.58236 179.96251,108.30743 183.1324,108.30743 C 185.85653,108.30743 188.95661,105.61701 191.33146,101.15133 C 192.80888,98.451173 193.28411,97.208903 195.81878,90.250779 L 209.89015,51.724373 C 212.39499,44.973953 213.46392,43.311103 216.23334,41.961013 L 216.87043,41.739123 L 218.0892,33.223923 L 204.84883,33.223923 L 203.63006,41.739123 L 204.23944,41.739123 C 205.77486,41.739123 206.37867,42.678283 206.09531,44.651483 C 206.00581,45.274603 205.83479,45.997683 205.59671,46.620803 L 199.30892,65.953343 L 198.45024,46.426643 C 198.45524,45.699673 198.47154,44.969503 198.56103,44.346383 C 198.82951,42.477033 199.73174,41.739123 201.66339,41.739123 L 202.18967,41.739123 L 203.43615,33.223923 L 188.00751,33.223923 L 188.00751,33.223923 L 188.00751,33.223923 z M 358.27653,33.223923 L 357.05775,41.739123 L 357.80564,41.961013 C 359.58336,42.687983 359.91739,43.606463 360.2709,49.422213 L 362.65306,84.842104 C 360.92688,89.619321 358.4831,94.494509 357.88873,94.494509 C 357.69062,94.494509 357.50782,94.181665 357.33474,93.662405 C 356.50876,91.481503 355.71993,90.666831 354.48169,90.666831 C 352.25287,90.666831 350.05826,94.300955 349.35728,99.182033 C 348.58172,104.58236 350.23153,108.30743 353.40141,108.30743 C 356.12553,108.30743 359.22563,105.61701 361.60048,101.15133 C 363.07791,98.451173 363.55313,97.208903 366.0878,90.250779 L 380.13146,51.724373 C 382.63631,44.973953 383.73293,43.311103 386.50235,41.961013 L 387.11174,41.739123 L 388.33052,33.223923 L 375.11784,33.223923 L 373.89906,41.739123 L 374.48075,41.739123 C 376.01618,41.739123 376.61999,42.678283 376.33663,44.651483 C 376.24713,45.274603 376.10381,45.997683 375.86573,46.620803 L 369.57794,65.953343 L 368.71926,46.426643 C 368.72426,45.699673 368.74056,44.969503 368.83005,44.346383 C 369.09851,42.477033 369.97305,41.739123 371.9047,41.739123 L 372.45869,41.739123 L 373.67747,33.223923 L 358.27653,33.223923 L 358.27653,33.223923 L 358.27653,33.223923 z M 342.5155,41.850073 C 344.74433,41.850073 345.32271,44.460493 344.48216,51.003213 L 337.50188,51.003213 C 338.47075,45.291313 340.28667,41.850073 342.5155,41.850073 z M 278.83428,42.876333 C 281.95463,42.876333 282.66311,48.593883 281.02254,60.017673 C 279.50129,70.610643 277.06355,76.215963 274.04226,76.215963 C 270.92191,76.215963 270.109,70.624193 271.66009,59.823513 C 273.27085,48.607423 275.66439,42.876333 278.83428,42.876333 L 278.83428,42.876333 L 278.83428,42.876333 z"
-         style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:URW Bookman L" />
-    </g>
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223-9"
-       style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(98.700902,-89.339287)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../l10n/sv/startlogo.png"><flowRegion
-         id="flowRegion3225-7"><rect
-           id="rect3227-3"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara2875">Medlem av KDE-familjen</flowPara></flowRoot>  </g>
-</svg>
diff --git a/kmymoney/pics/svg/startlogo_uk.svg b/kmymoney/pics/svg/startlogo_uk.svg
deleted file mode 100644
index 00de03b03..000000000
--- a/kmymoney/pics/svg/startlogo_uk.svg
+++ /dev/null
@@ -1,208 +0,0 @@
-<?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="210mm"
-   height="297mm"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.47+devel r9510"
-   sodipodi:docname="startlogo.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="../l10n/uk/startlogo.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.1">
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4318">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.9175"
-         id="feGaussianBlur4320" />
-    </filter>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective2464"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2846"
-       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" />
-    <inkscape:perspective
-       id="perspective2911"
-       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" />
-    <inkscape:perspective
-       id="perspective2913"
-       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="1.4"
-     inkscape:cx="267.49992"
-     inkscape:cy="792.7417"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1912"
-     inkscape:window-height="1130"
-     inkscape:window-x="0"
-     inkscape:window-y="43"
-     showguides="true"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <image
-       sodipodi:relref="../background.png"
-       xlink:href="../background.png"
-       width="400"
-       height="300"
-       id="image2915"
-       x="32.49992"
-       y="12.477626" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2478"
-       style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:40px"><flowRegion
-         id="flowRegion2480"><rect
-           id="rect2482"
-           width="24.285715"
-           height="54.285713"
-           x="975.71429"
-           y="103.79076" /></flowRegion><flowPara
-         id="flowPara2484" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3284"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"><flowRegion
-         id="flowRegion3286"><rect
-           id="rect3288"
-           width="75"
-           height="78.571426"
-           x="375.71429"
-           y="160.21933"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic" /></flowRegion><flowPara
-         id="flowPara3290"
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic">3.95</flowPara><flowPara
-         style="font-size:40px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic"
-         id="flowPara3292" /></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot2445"
-       style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Serif;-inkscape-font-specification:Serif Bold Italic"
-       transform="matrix(1.3238032,0,0,1.57384,-184.5783,-96.686468)"
-       inkscape:export-filename="../startlogo1.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><flowRegion
-         id="flowRegion2447"><rect
-           id="rect2449"
-           width="130.71428"
-           height="86.428574"
-           x="327.14285"
-           y="148.79076"
-           style="font-size:40px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#ffffff;fill-opacity:1;font-family:Serif;-inkscape-font-specification:Serif Bold Italic" /></flowRegion><flowPara
-         id="flowPara2917">KF5</flowPara></flowRoot>    <flowRoot
-       xml:space="preserve"
-       id="flowRoot3223"
-       style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-       transform="translate(-54.285714,-6.4285715)"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"
-       inkscape:export-filename="../startlogo1.png"><flowRegion
-         id="flowRegion3225"><rect
-           id="rect3227"
-           width="277.14285"
-           height="80"
-           x="96.428574"
-           y="209.50504"
-           style="font-size:16px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic" /></flowRegion><flowPara
-         id="flowPara3229">Вільний,</flowPara><flowPara
-         id="flowPara3231">простий у користуванні,</flowPara><flowPara
-         id="flowPara3233">інструмент керування особистими фінансами для KDE</flowPara></flowRoot>    <g
-       id="g2919"
-       transform="translate(-43.571428,-1.4285714)">
-      <g
-         transform="matrix(1.259825,0,0,1.259825,-29.061464,2.263988)"
-         id="g4370">
-        <path
-           id="path3339"
-           d="m 125.46761,16.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.9831,40.82857 c -0.76245,5.15988 -3.478011,4.18054 -5.096711,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26675 -2.44597,17.03183 1.30252,27.736791 9.72254,27.736791 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652409 -4.73661,9.652409 -0.19813,0 -0.40862,-0.31285 -0.5817,-0.83211 -0.82598,-2.1809 -1.58711,-2.995572 -2.82535,-2.995572 -2.22882,0 -4.45114,3.634122 -5.15212,8.515199 -0.77554,5.40033 0.87425,9.1254 4.04414,9.1254 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652409 -4.76433,9.652409 -0.19811,0 -0.38091,-0.31285 -0.55399,-0.83211 -0.82598,-2.1809 -1.61481,-2.995572 -2.85305,-2.995572 -2.22882,0 -4.42343,3.634122 -5.12441,8.515199 -0.77556,5.40033 0.87425,9.1254 4.04413,9.1254 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.70016 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;opacity:0.90476194;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4318);font-family:URW Bookman L"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-        <path
-           style="font-size:80.85871124px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:URW Bookman L"
-           d="m 123.46761,14.307433 -1.44038,10.31809 c 3.00224,-0.3209 3.19541,0.63678 2.99155,1.77515 l -10.41502,15.53261 2.02206,-12.39835 c 0.49347,-3.04054 1.47985,-4.62077 4.62583,-5.13131 l 1.44037,-9.98524 -18.83568,0 -1.55117,9.8743 c 1.94183,0.63124 4.67979,0.10294 3.54554,5.21451 l -5.983101,40.82857 c -0.76245,5.15988 -3.47801,4.18054 -5.09671,4.88167 l -1.44038,9.98525 18.835681,0.110946 1.44038,-9.874296 c -1.35229,-0.91313 -3.70277,-0.20865 -2.88075,-4.65978 l 1.55117,-12.42609 3.54554,-5.21452 2.99155,19.19387 c 0.41722,2.42697 -1.99783,2.46857 -4.32113,2.99557 l -1.55117,9.985246 20.71925,0 1.55117,-9.985246 c -4.36481,-0.84722 -4.26833,-4.26092 -4.98592,-7.10062 l -4.98591,-28.51343 7.47887,-10.26261 c 2.96895,-3.15641 5.65484,-4.85026 8.03287,-5.0481 l 1.32957,-9.98524 -18.61408,-0.11095 0,0 z m 21.38404,0.33284 -1.21878,8.5152 0.96948,0.22189 c 2.68417,0.62312 3.05968,2.06278 2.10516,8.70936 l -5.15211,35.83594 c -0.95451,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68416,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76269,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21879,8.5152 17.39531,0 1.21878,-8.5152 -0.96949,-0.22189 c -2.68415,-0.62312 -3.05968,-2.06278 -2.10516,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73497,-8.08624 4.59811,-8.70936 l 1.02489,-0.22189 1.21877,-8.5152 -15.48403,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m 77.19859,0 -1.21878,8.5152 0.94179,0.22189 c 2.68417,0.62312 3.08738,2.06278 2.13286,8.70936 l -5.15212,35.83594 c -0.95452,6.64657 -1.76268,8.08623 -4.62581,8.70935 l -1.02489,0.22189 -1.21878,8.5152 13.57277,0 1.21878,-8.5152 -0.94179,-0.22189 c -2.68417,-0.62312 -3.08738,-2.06278 -2.13286,-8.70935 l 5.29061,-36.779 0.72019,54.22544 5.37371,0 16.34272,-53.47654 -5.17981,36.0301 c -0.95452,6.64657 -1.76268,8.08623 -4.62582,8.70935 l -1.02488,0.22189 -1.21878,8.5152 17.3953,0 1.21879,-8.5152 -0.96949,-0.22189 c -2.68417,-0.62312 -3.05969,-2.06278 -2.10517,-8.70935 l 5.15212,-35.83594 c 0.95451,-6.64658 1.73498,-8.08624 4.59812,-8.70936 l 1.02488,-0.22189 1.21878,-8.5152 -15.48404,0 -13.40657,44.24019 -0.47089,-44.24019 -15.40094,0 0,0 z m -116.64272,1.66421 14.95774,0.11095 -0.88638,6.43493 c -1.28582,0.50822 -3.5909,0.64716 -4.34883,4.216 l -2.96385,18.97197 1.88357,0.66568 12.18779,-18.75008 c 2.28794,-4.02953 0.0789,-4.90935 -1.99436,-5.43641 l 0.77558,-6.21304 14.73615,0 -0.88638,6.65683 c -2.15522,0.70034 -4.73938,1.08872 -8.64226,6.54588 l -6.98028,9.76336 5.20752,30.84331 c 0.92711,5.70945 2.75442,6.01048 4.54272,6.54589 l -0.88639,6.767774 -16.95211,-0.110946 1.10798,-6.434938 c 3.80606,-0.38049 5.02297,-1.84901 4.21033,-5.76925 l -3.43474,-22.74417 -6.64789,9.09766 -1.77277,13.42461 c -0.57077,4.51142 1.26677,5.10408 2.99155,5.8802 l -0.99718,6.656834 -15.179351,-0.110946 0.99719,-6.434938 c 1.33564,-0.64193 4.196791,0.23428 5.318311,-6.76778 l 5.9831,-40.60667 c 0.59869,-6.74552 -2.08701,-5.85827 -3.43475,-6.76777 l 1.10799,-6.43494 0,0 z m 174.64553,16.00413 c -8.02377,0 -14.97703,10.58499 -17.2291,26.26674 -2.44597,17.03184 1.30252,27.736801 9.72254,27.736801 8.32095,2e-6 15.23485,-10.509521 17.5615,-26.710531 2.40122,-16.72028 -1.53586,-27.29301 -10.05494,-27.29301 l 0,0 z m 36.56339,0 c -3.12035,0 -6.0216,1.64224 -9.77794,5.38094 l 0.63709,-4.46563 -3.07465,0 -8.17135,3.02332 -1.19109,8.40424 0.85869,0.2219 c 2.10472,0.51926 2.40555,2.18018 1.49577,8.51519 l -2.13286,14.95014 c -0.85011,5.9196 -1.30759,6.94257 -3.32395,7.87725 l -1.55117,0.74889 -1.19107,8.40425 14.70845,0 1.19107,-8.40425 -0.80329,-0.527 c -1.71805,-1.14238 -1.87499,-2.17954 -1.02487,-8.09914 l 2.90844,-20.24786 c 2.38387,-2.80403 4.82962,-4.57657 6.3155,-4.57657 1.48588,-10e-6 1.90057,2.29501 1.27418,6.65683 l -2.60376,18.1676 c -0.85012,5.9196 -1.30547,6.95676 -3.35165,8.09914 l -0.96948,0.527 -1.21878,8.40425 14.76385,0 1.21878,-8.40425 -1.38498,-0.74889 c -1.74789,-0.93467 -1.90269,-1.95765 -1.05257,-7.87725 l 2.79765,-19.52671 c 0.80538,-5.60804 0.80089,-8.50613 -0.13851,-11.62171 -0.99369,-3.42714 -2.53291,-4.88168 -5.2075,-4.88168 l 0,0 z m 27.33943,0 c -7.62753,0 -14.64464,11.11199 -16.89671,26.79375 -2.26696,15.7856 1.75838,27.209791 9.58404,27.209791 3.76423,2e-6 7.57524,-2.809111 10.47042,-7.794041 1.23936,-2.07705 2.08361,-3.75797 3.93333,-8.01593 l -3.54554,-4.24373 c -2.79668,6.02345 -5.22986,8.8203 -7.75587,8.8203 -3.8633,0 -5.19517,-5.90978 -3.68403,-16.08734 l 16.03803,0 c 1.05891,-7.37354 1.32035,-11.64104 0.88638,-15.17203 -0.90258,-7.16583 -4.27522,-11.51077 -9.03005,-11.51077 l 0,0 z m -155.94836,0.91531 -1.21878,8.5152 0.77559,0.22189 c 1.77772,0.72697 2.08405,1.64545 2.43756,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.14226,9.652405 -4.73661,9.652405 -0.19813,0 -0.40862,-0.312844 -0.5817,-0.832104 -0.82598,-2.180902 -1.58711,-2.995574 -2.82535,-2.995574 -2.22882,0 -4.45114,3.634124 -5.15212,8.515202 -0.77554,5.400327 0.87425,9.125397 4.04414,9.125397 2.72413,0 5.82421,-2.69042 8.19906,-7.1561 1.47742,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.07137,-38.526406 c 2.50484,-6.75042 3.57377,-8.41327 6.34319,-9.76336 l 0.63709,-0.22189 1.21877,-8.5152 -13.24037,0 -1.21877,8.5152 0.60938,0 c 1.53542,0 2.13923,0.93916 1.85587,2.91236 -0.0895,0.62312 -0.26052,1.3462 -0.4986,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26848,-1.86935 1.17071,-2.60726 3.10236,-2.60726 l 0.52628,0 1.24648,-8.5152 -15.42864,0 0,0 z m 170.26902,0 -1.21878,8.5152 0.74789,0.22189 c 1.77772,0.72697 2.11175,1.64545 2.46526,7.4612 l 2.38216,35.419891 c -1.72618,4.777217 -4.16996,9.652405 -4.76433,9.652405 -0.19811,0 -0.38091,-0.312844 -0.55399,-0.832104 -0.82598,-2.180902 -1.61481,-2.995574 -2.85305,-2.995574 -2.22882,0 -4.42343,3.634124 -5.12441,8.515202 -0.77556,5.400327 0.87425,9.125397 4.04413,9.125397 2.72412,0 5.82422,-2.69042 8.19907,-7.1561 1.47743,-2.700157 1.95265,-3.942427 4.48732,-10.900551 l 14.04366,-38.526406 c 2.50485,-6.75042 3.60147,-8.41327 6.37089,-9.76336 l 0.60939,-0.22189 1.21878,-8.5152 -13.21268,0 -1.21878,8.5152 0.58169,0 c 1.53543,0 2.13924,0.93916 1.85588,2.91236 -0.0895,0.62312 -0.23282,1.3462 -0.4709,1.96932 l -6.28779,19.33254 -0.85868,-19.5267 c 0.005,-0.72697 0.0213,-1.45714 0.11079,-2.08026 0.26846,-1.86935 1.143,-2.60726 3.07465,-2.60726 l 0.55399,0 1.21878,-8.5152 -15.40094,0 0,0 z m -15.76103,8.62615 c 2.22883,0 2.80721,2.61042 1.96666,9.15314 l -6.98028,0 c 0.96887,-5.7119 2.78479,-9.15314 5.01362,-9.15314 z m -63.68122,1.02626 c 3.12035,0 3.82883,5.71755 2.18826,17.14134 -1.52125,10.59297 -3.95899,16.19829 -6.98028,16.19829 -3.12035,0 -3.93326,-5.59177 -2.38217,-16.39245 1.61076,-11.21609 4.0043,-16.94718 7.17419,-16.94718 l 0,0 z"
-           id="text33357"
-           inkscape:export-filename="/home/rob/logo.png"
-           inkscape:export-xdpi="90.001999"
-           inkscape:export-ydpi="90.001999" />
-      </g>
-      <flowRoot
-         inkscape:export-filename="../startlogo1.png"
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         transform="translate(142.27233,-87.910716)"
-         style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Italic"
-         id="flowRoot3223-9"
-         xml:space="preserve"><flowRegion
-           id="flowRegion3225-7"><rect
-             style="font-size:14px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Sans;-inkscape-font-specification:Sans Italic"
-             y="209.50504"
-             x="96.428574"
-             height="80"
-             width="277.14285"
-             id="rect3227-3" /></flowRegion><flowPara
-           id="flowPara2875">Частина родини KDE</flowPara></flowRoot>    </g>
-  </g>
-</svg>
diff --git a/kmymoney/settings/kmymoney.kcfg b/kmymoney/settings/kmymoney.kcfg
index e33107d4f..a3bb8cb9d 100644
--- a/kmymoney/settings/kmymoney.kcfg
+++ b/kmymoney/settings/kmymoney.kcfg
@@ -122,10 +122,6 @@
    <label>Run in expert (accountant) mode</label>
    <default>false</default>
   </entry>
-  <entry name="ShowSplash" type="Bool">
-   <label>Show splash screen during startup</label>
-   <default>true</default>
-  </entry>
   <entry name="syncLedgerInvestment" type="Bool">
    <label>Synchronize account in ledger and investment view</label>
    <default>true</default>
diff --git a/tools/conv_splash.sh b/tools/conv_splash.sh
deleted file mode 100755
index dee18b2e3..000000000
--- a/tools/conv_splash.sh
+++ /dev/null
@@ -1,52 +0,0 @@
-#!/bin/bash
-#
-# Copyright 2018       Thomas Baumgart <tbaumgart at kde.org>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-
-# the subdirectories containing the files
-PNG_DIR=../kmymoney/pics/l10n
-SVG_DIR=../kmymoney/pics/svg
-
-# check for inkscape being available
-export LANG=C
-INKSCAPE=`which inkscape 2>/dev/null`
-if [ -z "$INKSCAPE" ]; then
-  echo "inkscape is not found in search path."
-  exit 1
-fi
-
-# make sure we are started in the right directory
-if [ -e "conv_splash.sh" -a -d "$PNG_DIR" -a -d "$SVG_DIR" ]; then
-  FILES=`find $PNG_DIR -name startlogo.png`
-  for DST_FILE in $FILES; do
-    DST_DIR=`dirname $DST_FILE`
-    LANG=`basename $DST_DIR`
-    SRC_FILE=$SVG_DIR/startlogo_$LANG.svg
-    if [ -e $SRC_FILE ]; then
-      echo Converting $SRC_FILE to $DST_FILE
-      $INKSCAPE -a 32:740:432:1040 -e "$DST_FILE" "$SRC_FILE" 2>/dev/null
-    fi
-  done
-else
-  echo "`basename $0` converts the svg splash screens into png"
-  echo
-  echo "Please make sure to start `basename $0` in the tools subdir of the"
-  echo "KMyMoney source tree and that the relative directories"
-  echo "'../kmymoney/pics/l10n' and '../kmymoney/pics/svg' exist"
-  echo
-  echo "Only existing pngs are converted. An empty file is enought to start with."
-  exit 1
-fi


More information about the kde-doc-english mailing list