Application Details:
Version: | 2017 |
License: | |
URL: | http://www.akademische.de |
Votes: | 1 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 2.10 |
Maintainers: About Maintainership
What works
- Standard Program functions
- Run Program from USB-Stick-installation
What does not
- USB-installation (path-not found error during installation)
Workarounds
What was not tested
- installation in standard or express mode
- update
- printing
Hardware tested
Graphics:
Additional Comments
- Program was installed to USB-stick on a Windows-machine and works from USB-stick under Wine without problems. - Since standard installation seems to be possible according to other testers, Install was rated "yes"
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Peppermint 6 | Sep 13 2017 | 2.10 | Yes | Yes | Yes | Silver | B. Dietrich | |
Current | openSUSE Leap 42.1 x86_64 | May 02 2017 | 2.7 | Yes | Yes | No | Gold | Grisu | |
Show | openSUSE Leap 42.2 x86_64 | Apr 23 2017 | 2.6 | Yes | Yes | Yes | Gold | Frank Schütte | |
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Apr 14 2017 | 2.4 | Yes | Yes | No | Gold | Thomas Dorner | |
Show | Arch Linux x86_64 | Mar 12 2017 | 2.3 | Yes | Yes | No | Gold | - |
Bug # | Description | Status | Resolution | Other apps affected |
Das Programm winetricks wird benutzt, um auf einfache Weise Systembibliotheken/Pakete (z.B. DLLs) herunterzuladen und in Wine zu installieren und zu aktivieren (DLL Override). Diese sind nötig, um die SteuerSparErklärung unter Wine möglichst fehlerfrei benutzen zu können.
Für viele Pakete wird hierbei eine sehr aktuelle Version von winetricks benötigt. Falls diese nicht über die Paketverwaltung der Linux-Distribution verfügbar ist, kann die aktuelle Version mit folgenden Terminalbefehlen installiert werden (diese laden das winetricks-Skript herunter (Zeile 1) und machen es ausführbar (Zeile 2):
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
Da winetricks damit aber nicht systemweit (wie sonst üblich) installiert ist, muss man dem Rechner sagen wo es sich befindet, um es auszuführen. Ein "./" bedeutet, dass winetricks in dem selben Ordner installiert ist, in dem man sich gerade befindet.
Beispiel:
Um das Paket vcrun2015 zu installieren, wird im Terminal folgender Befehl ausgeführt:
./winetricks vcrun2015
Problem: Die Installation bricht mit folgender Meldung ab:
"Die LicenseManager-DLL konnte nicht geladen werden!"
Lösung:
DLL-Override für vcrun2015, z.B. mit dem folgenden Befehl:
winetricks vcrun2015
Dieser Fehler wurde in Wine 1.9.16 (wahrscheinlich) behoben.
Je öfter während des Steuerjahres eine neue Version kommt, desto häufiger passiert folgendes:
Häufiges Ergebnis: Nichts geht mehr.
Kein Problem, die Lösung ist sehr einfach:
Problem: Das Online Update bricht mit folgender Meldung ab:
Die Installation von Update 22.22.44 konnte nicht durchgeführt werden!
Prüfen Sie bitte, ob die notwendigen Installationsvoraussetzungen erfüllt sind.
(Teil-)Lösung: DLL-Override für mspatcha, z.B. mit dem Befehl:
winetricks mspatcha
Hinweis: Selbst mit mspatcha kommt es immer noch zu Fehlern beim Update. Selbst wenn das Update scheinbar erfolgreich beendet wurde, sind einzelne Teile des Programmes nicht vollständig aktualisiert.
Dieses Problem bestand auch schon in den Vorjahren, scheint in der Praxis aber keine Konsequenzen zu haben.
Im Zweifelsfall die SteuerSparErklärung deinstallieren, und mit einem aktuellen Installer neu installieren.
Saubere Lösung: Neuinstallation mit aktuellem Installer:
Mit einem Editor die folgenden Zeilen...
[HKEY_CLASSES_ROOT\.pdf]
@="PDFfile"
"Content Type"="application/pdf"
[HKEY_CLASSES_ROOT\PDFfile\Shell\Open\command]
@="winebrowser \"%1\""
... in eine Datei namens pdf.reg bringen und z.B. auf dem Desktop abspeichern.
Im Terminal den folgenden Befehl eingeben: (Dateipfad ggfs. anpassen.)
wine regedit.exe ~/Desktop/pdf.reg
Fertig. Alle pdf-Dateien aus Wine werden jetzt automatisch mit dem Linux pdf-Betrachter geöffnet.
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Greg on Sunday October 22nd 2017, 6:15
I habe Ubuntu 14.04 LTS, Wine 2.0.3, Wine Gecko 2.47, Wine Momo 4.6.4. and Winetricks (Version?)
WineCofig is set to Windows 7 and dwrite is disabled.
I've installed SteuerSparErklärung 2017 (SSE2017) without any problems out of the installation file "SteuerSparErklaerung_22.34.85.exe" as test version without installation code. The Start-Center of SSE2017 is working well. But when start "Steuererklärung 2016" the program crashes during start. I've tried different Wine Confing settings: WinXP, Win Vista, Windows 7, Windows 8. Always the same, "Steuererklärung 2016" crashed during start.
I don't get any failure notes...?
Does anyone has an idea, what's wrong?
Thanks Gregor
by jre on Sunday October 22nd 2017, 7:29
$ cd .wine/drive_c/Program\ Files\ \(x86\)/Akademische\ Arbeitsgemeinschaft/SteuerSparErklaerung\ 2017/
$ wine StartCenter.exe
I tried this with wine-2.0.2 (Debian 2.0.2-1), fresh wineprefix ($HOME/.wine), default settings (= Win7), no Wine Gecko/Mono (both aren't needed anymore for this program since a few years).
And I could reproduce this with this error message:
[Click on "Neue Steuererklärung - starten"]
wine: Call from 0x7b43c44c to unimplemented function api-ms-win-crt-runtime-l1-1-0.dll._invalid_parameter_noinfo_noreturn, aborting
This issue was fixed in 2.8 (I just successfully tested in 2.18). To workaround it in 2.0.x just follow the Kurzanleitung above:
vcrun2015 installieren:
$ winetricks vcrun2015
Note that you need a fairly recent winetricks version. If you did the above command you'll also see your current winetricks version. If it was too old, just follow the "winetricks" section on this page.
by Greg on Sunday October 22nd 2017, 9:34
Thanks a lot :) :) :)
Gregor
by Johannes Erhardt on Sunday October 1st 2017, 11:34
Auch der PDF-Ausdruck kein Problem.
Hoffe SSE2018 funktioniert genau so gut. Werde es primär als Win8.1 installieren.
by Johannes Erhardt on Wednesday September 6th 2017, 14:20
by Johannes Erhardt on Wednesday September 6th 2017, 14:18
WinBind aus Ubuntu-Repository wird benötigt.
Bisher funktioniert haben
-Abruf der vorausgefüllten Steuererklärung
-Beginn und Datenübernahme der Prognose 2017/18
Versenden und Ausdruck habe ich noch nicht versucht.
Steuerratgeber funktioniert weiter nicht (wobei ich den in Windows 7 auch nicht als separates Programm habe).
by John Gail on Thursday August 31st 2017, 13:53
Die Übertragung funktionierte, aber leider erhielt ich nach der Übertragung immer nur eine leere PDF. Auch die Druckvorschau lieferte nur leere Dokumente.
Abhilfe schaffte ich schlußendlich, indem ich mit "winetricks vcrun2013" installierte. Ab dann funktionierte es.
Bitte das ggf. im HowTo noch ergänzen.
by Raphael on Friday July 14th 2017, 14:55
ELSTER-Modul wurde nicht geladen: Die Bibliothek C:\users\raphael\Desktop\SteuerSparErklaerung 2017\ElsterLocal.dll kann nicht geladen werden: Module not found.
Die Datei ist aber hier abgelegt:
/home/raphael/.wine/drive_c/users/raphael/Desktop/SteuerSparErklaerung 2017/ElsterLocal.dll.
Könnte wine hier ein Problem mit dem genauen Pfad haben? Hat jemand ein ähnliches Problem gehabt?
Danke im Voraus!
Distro: Manjaro
Wine: wine-2.11 (Staging), ging aber auch mit purem wine-2.11 nicht.
by Carsten on Sunday April 16th 2017, 8:14
by Carsten on Sunday April 16th 2017, 13:08
by jre on Sunday April 16th 2017, 13:42
Besides that, did you double check that "dwrite" is deactivated? Because this prevents a crititcal error here.
by Carsten on Sunday April 16th 2017, 14:02
I suppose this should go into the HowTo as well.
Here's what I did:
- Run `winecfg`
- Open tab `Libraries`
- If no entry `dwrite` exists in the list, create new override `dwrite`
- Select entry `dwrite`, click `Edit...`, and check `Deactivate`
by Stephan Windm�ller on Monday April 17th 2017, 0:42
> I suppose this should go into the HowTo as well.
It already is. Please have a look at item 6 in the "Kurzanleitung".
by jre on Wednesday April 19th 2017, 13:12
Carsten's bug already got a positive answer, so one of the next Wine releases will be fixed and the dwrite workaround won't be necessary anymore then. Let's report bugs earlier to the devs in the future, it's worth it!
Thanks everyone!
by Matt29 on Tuesday January 17th 2017, 16:11
www.steuertipps.de/support/updates
by Tony Huth on Friday January 13th 2017, 3:24
Linux: (L)Ubuntu 16.04.1 LTS x86_64
Wine: wine-2.0-rc4 (Staging)
Winetricks: WINETRICKS_VERSION=20170101
SSE: 22.24.52
I just installed SSE 22.24.52 on a friend's computer. His Linux, Wine and Winetricks versions have been the same, so I did not post a new test data record. Everything works as already documented for SSE 22.22.44.
Long story short: I would give Gold status to SSE 22.24.52, as I did with former SSE 22.22.44.
by Tony Huth on Friday January 13th 2017, 3:15
EN: 1.1) manual approach
[...]
FALSCH/WRONG: sudo-user@sse2017-test:~$ echo "deb ppa.launchpad.net/wine/wine-builds/ubuntu `lsb_release -c -s` main" | sudo tee -a /etc/apt/sources.list
KORRIGIERGT/CORRECT: sudo-user@sse2017-test:~$ echo "deb ppa.launchpad.net/wine/wine-builds/ubuntu `lsb_release -c -s` main" | sudo tee -a /etc/apt/sources.list
by Tony Huth on Friday January 13th 2017, 15:10
HINT: Some automatic hyperlink detection always removes the HTTP prefix of a URL. I finally found a way to preserve the prefix. At last the text value for copy and paste use is now correct, but the generated link is not. However clicking the link would not be of any use anyway.
DE: 1.1) manuelle Variante
EN: 1.1) manual approach
[...]
FALSCH/WRONG: sudo-user@sse2017-test:~$ echo "deb ppa.launchpad.net/wine/wine-builds/ubuntu `lsb_release -c -s` main" | sudo tee -a /etc/apt/sources.list
KORRIGIERGT/CORRECT: sudo-user@sse2017-test:~$ echo "deb http://ppa.launchpad.net/wine/wine-builds/ubuntu `lsb_release -c -s` main" | sudo tee -a /etc/apt/sources.list
by Tony Huth on Thursday January 12th 2017, 3:21
Die folgenden Schritte haben bei mir sowohl für Ubuntu 14.04 (Trusty Tahr) x86_64 als auch unter 16.04 (Xenial Xerus) x86_64 funktioniert. Man sollte sie größtenteils durch reines Copy-And-Paste nachvollziehen können.
32-Bit-Ubuntu habe ich nicht getestet, es sollte aber ohne Änderungen ebenso funktionieren.
Vielleicht funktionieren auch andere Kombinationen (z.B. Wine 1.8.6 statt 2.0-rc4 oder ein etwas älteres Winetricks) und vielleicht sind manche Schritte überflüssig (z.B. export WINEARCH=win32). Aber ich habe nicht alle Kombinationen getestet und werde das auch nicht tun.
EN: This instruction should make using the newest Steuer-Spar-Erklärung with Wine easily possible to all Ubuntu-Newbies.
It is also a big „Thank You“ to everyone contributing to Wine and to all users providing information at this place, that helped me getting SSE 2017 and former versions up and running on my Linux machines for the past years!
You should by able to follow this guide step by step using just copy and paste (except for 3 steps) for both Ubuntu 14.04 (Trusty Tahr) and 16.04 (Xenial Xerus). I used the 64 bit variants but I don‘t see any reason that 32 bit Ubuntu should not work as well. If someone likes to try it: Please tell your results, preferably using the „Add test data“ function.
Maybe other combinations will also do the job (such as Wine 1.8.6 or a slightly older Winetricks) and some steps I took are not necessary (like setting WINEARCH=win32). But I will not test every combination back and forth. However, the following steps did work in my case.
DE: Die von mir eingesetzten Versionen:
EN: Used versions:
Linux:
(L)Ubuntu 14.04.5 LTS x86_64
oder/or
(L)Ubuntu 16.04.1 LTS x86_64
Wine:
wine-2.0-rc4 (Staging)
Winetricks:
WINETRICKS_VERSION=20170101
SSE:
22.22.44
DE: Entscheidend scheinen in erster Linie der Versionsstand von Wine und Winetricks zu sein, danach der von der Steuer-Spar-Erklärung selbst. Linux- und Kernelversionen spielen eine untergeordnete Rolle.
EN: It seems like version of Wine and Winetricks are the most important, followed by the SSE version. Linux- and the kernel seems not to matter here.
DE: Hinweis zu 16.04/Xenial: Im Laufe der Wine-Installation wird eventuell das Paket ttf-mscorefonts-installer mitinstalliert. Dabei gibt es aber einen Bug. Ich habe mir damit beholfen, dass ich eine neuere Version 3.6 (von Debian) lokal installiert habe (also Download + sudo dpkg -i ..., eventuell noch cabextract als fehlende Abhängigkeit installieren mit sudo apt/apt-get/aptitude install cabextract).
EN: Hint for 16.04/Xenial: Maybe package ttf-mscorefonts-installer will be installed during the wine installation process. But there is a bug. My workaround was to manually download version 3.6 from some Debian packages web site and install it locally using dpkg. In this case you maybe have to install cabextract as a dependency using APT if missing.
DE: Hinweis zu apt/apt-get/aptitude: Ich bevorzuge aptitude. Wenn ihr das vorinstallierte apt-get bzw. seit Ubuntu 16.04 auch einfach apt verwenden wollt, müsst ihr einfach überall apt-get bzw. apt statt aptitutde schreiben.
EN: Hint regarding apt/apt-get/aptitude: I prefer aptitude over (preinstalled) apt-get. But you can use the latter as well. Just replace every occurence of aptitude with apt-get. Or, if you are a Xenial user, you can simply say apt.
DE: Abschnitt A: Das folgende macht ihr mit eurem Sudo-Benutzer.
EN: Part A: This has to be done by the sudo user
DE: 1) Wine-Entwickler-PPA hinzufügen
EN: 1) adding the Wine developers PPA
DE: 1.1) manuelle Variante
EN: 1.1) manual approach
DE: Ich mache das gerne von Hand, direkt in die sources.list, inklusive zweier Kommentarzeilen am Anfang.
EN: I like the manual approach, putting everything directly into my sources.list including two comments.
sudo-user@sse2017-test:~$ echo "#Official Wine builds " | sudo tee -a /etc/apt/sources.list
sudo-user@sse2017-test:~$ echo "#sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 77C899CB" | sudo tee -a /etc/apt/sources.list
sudo-user@sse2017-test:~$ echo "deb ppa.launchpad.net/wine/wine-builds/ubuntu `lsb_release -c -s` main" | sudo tee -a /etc/apt/sources.list
DE: 1.2) automatische Variante
EN: 1.2) automatic approach
DE: Für alle, die lieber mit Automatik fahren, reicht eine Zeile:
EN: For those who like automatic gear shifting a one-liner does the job:
sudo-user@sse2017-test:~$ sudo add-apt-repository ppa:wine/wine-builds
DE: 2) Wine-Staging installieren
EN: 2) installing Wine staging packages
DE: Das geht parallel zu einem bereits installierten Wine (1.6) aus den Ubuntu-Repos oder dem Wine aus dem Ubuntu Wine Team PPA (Version 1.8.0), weil die Pakete anders heißen und alles nach /opt installiert wird.
EN: You can add this without removing your already installed wine packages (1.6 if you used the Ubuntu repositories, or 1.8 when using the Ubuntu Wine Team PPA), because there is no package name collision and everything goes to /opt.
sudo-user@sse2017-test:~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 77C899CB
sudo-user@sse2017-test:~$ sudo aptitude update
sudo-user@sse2017-test:~$ sudo aptitude install wine-staging
sudo-user@sse2017-test:~$ /opt/wine-staging/bin/wine --version
wine-2.0-rc4 (Staging)
DE: Abschnitt B) Ab jetzt geht es mit dem normalen User weiter
EN: part B) now continuing with your normal user account
DE: Alles ab hier muss unter dem Benutzer erfolgen, der später SSE2017 nutzen will, weil anschließend alles es in seinem Home-Verzeichnis liegt.
Meist ist das der gleiche Benutzer. Beim Rechner meiner Frau habe ich aber einen Sudo-Account und sie einen normalen User.
EN: At this point, everything has to be done by the user that will work with SSE later on. In most cases this will be the same account, depending on your installation. But on my wife‘s computer only I have a sudo account and she will run SSE as a standard user.
DE: 3) Separate Wine-Umgebung (aka. Prefix) einrichten
EN: 3) adding a new Wine prefix for
DE: Ich nehme gern für jede SSE-Version ein eigenes Prefix. Man sollte aber auch ein vorhandenes weiterverwenden können.
EN: Ich like to use separate Wine prefixes for every SSE version. Maybe you like to use your existing one. This should work as well, but then you will have to adapte the next steps.
DE: Pfad-Variable setzen, damit die gerade installierte Wine-Version verwendet wird:
EN: Extending the path variable to make sure, that the currently installed staging Wine will be used:
user@sse2017-test:~$ export PATH=/opt/wine-staging/bin:$PATH
DE: Überprüfen:
EN: Verify:
user@sse2017-test:~$ which wine
/opt/wine-staging/bin/wine
user@sse2017-test:~$ wine --version
wine-2.0-rc4 (Staging)
DE: Wine-Prefix erstellen und konfigurieren:
EN: Creating the Wine prefix and configuring:
user@sse2017-test:~$ export WINEPREFIX=~/.wine-sse2017
user@sse2017-test:~$ export WINEARCH=win32
user@sse2017-test:~$ winecfg
DE: Bei der Frage nach der Installation des Mono- und des Gecko-Pakets jeweils auf "Installieren" klicken. Als Windows-Version habe ich "Windows 7" gewählt.
EN: Click the install button, when asked by Wine for adding the missing Mono and Gecko packages. I choose „Window 7“.
DE: 4) Winetricks herunterladen und rumtricksen
EN: 4) downloading winetricks and doing some tricks
user@sse2017-test:~$ cd ~/Downloads; wget raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
DE: Version anschauen:
EN: version checking:
user@sse2017-test:~$ cat ~/Downloads/winetricks | fgrep WINETRICKS_VERSION
WINETRICKS_VERSION=20170101
...
DE: Ausführbar machen:
EN: making it executable:
user@sse2017-test:~$ chmod u+x ~/Downloads/winetricks
DE/EN: "Trick or treat":
user@sse2017-test:~$ ~/Downloads/winetricks vcrun2013
user@sse2017-test:~$ ~/Downloads/winetricks crypt32
user@sse2017-test:~$ ~/Downloads/winetricks fontsmooth-rgb mspatcha riched20
DE: 5) SSE2017 herunterladen und in ~/Downloads speichern
EN: 5) downloading SSE2017 to ~/Downloads speichern
DE: Das ist der erste von drei Schritten, für die es kein Copy-And-Paste gibt.
EN: This is the first of 3 steps without a copy and paste line.
DE: 6) SSE installieren
EN: 6) installing SSE
user@sse2017-test:~$ wine ~/Downloads/SteuerSparErklaerung_22.22.44.exe
DE: "Normale" Installation auswählen, d.h. nicht die USB-/Portable-Variante. Dabei wird neuerdings auch ein Steuerratgeber installiert, der anschließend nicht funktionierte/startete.
Das am Ende angebotene Online-Update scheint zu funktionieren, aber das lässt sich erst testen, wenn es wirklich eine aktuellere Version gibt.
EN: Choose the normal installation variant, which means either „express“ or „user defined“ but not USB/portable. SSE 2017 also installs a „Steuerratgeber“ component, which did not start/work afterwards. But I don‘t know if I will need it anyway.
At the end of the installation process, you will be asked if you like to perform an online update. This seemed to work in the meaning of "it didn't crash". However, as long as there is no newer version of SSE available, the updater could not be tested completely.
DE: 7) Bibliothek "dwrite" deaktivieren
EN: 7) deaktivating the "dwrite" library
user@sse2017-test:~$ winecfg
DE: Das ist der zweite Schritt ohne Copy-And-Paste-Vorlage. Ihr müsst eine neue Überschreidung für die Bibliothek „dwrite“ anlegen, der Wert muss „ausgeschaltet“ lauten. Die nachfolgende Kontrolle gibt es aber wieder Copy-And-Paste-Form:
EN: This is the 2nd no-copy-and-paste-step. But you will get it done. Just add a DLL override for „drwrite“ and set its value to „deactivated“. At least the verification is copy and paste again:
user@sse2017-test:~$ fgrep dwrite ~/.wine-sse2017/user.reg
"dwrite"=""
DE: 8) PDFs mit nativem Linux-Programm öffnen
EN: 8) opening PDF document with your native Linux application
DE: Eigentlich sind wir hier schon fertig. Aber wir können es uns ja noch ein wenig "schön machen". Die Vorlage stammt aus Anleitungen zu vorherigen Versionnen von SSE und funktioniert auch weiterhin.
Ihr müsste eine Textdatei (hier ~/Downloads/pdf.reg) mit folgendem Inhalt erstellen (Schritt 3 ohne Kopiervorlage).
EN: Now after all the „make it work“ stuff, you reached the „make it good/beautiful“ level. I took the following template for opening PDFs with your prefered native Linux application from existing instructions.
This is the last step lacking any copy and paste lines: Create a text file (~/Downloads/pdf.reg if like to simply copy the next steps) with the content shown below.
DE: Kontrolle:
EN: Verification:
user@sse2017-test:~$ cat ~/Downloads/pdf.reg
[HKEY_CLASSES_ROOT\.pdf]
@="PDFfile"
"Content Type"="application/pdf"
[HKEY_CLASSES_ROOT\PDFfile\Shell\Open\command]
@="winebrowser \"%1\""
DE: Und mit Regedit einbinden:
EN: Using Regedit to include it:
user@sse2017-test:~$ wine regedit.exe ~/Downloads/pdf.reg
DE: SSE 2017 prüft neuerdings, ob unter Windows ein PDF-Reader installiert ist und findet unter Wine nix. D.h. ihr bekommt eine Fehlermeldung angezeigt, obwohl alles hevorragend funktioniert. Bei mir wurde z.B. das Handbuch problemlos in Evince oder Okular angezeigt.
EN: SSE 2017 has a new feature: Trying to detect if you installaed a PDF reader in Windows and not finding any in your new Wine prefix and showing an error message box in the process. You can
deliberately ignore it, because everything works fine anyway and you will see SSE‘s manual in Evince or Okular.
DE: 9) kosmetische Nacharbeiten
EN: 9) cosmetic corrections
DE: Dieser Schritt ist ebenso wie Nummer 8 nicht unbedingt notwendig. Aber die Windows-Verknüpfung können anschließend vom Desktop gelöscht werden.
Die Pfade heißen "~/Schreibtisch" oder "~/Arbeitsfläche" oder "~/Desktop", je nachdem welche Ubuntu-Version ihr ursprünglich installiert hattet.
EN: Now adding to the make it beautiful approach, you can remove the Windows links from you desktop:
user@sse2017-test:~$ rm $(xdg-user-dir DESKTOP)/Steuer*.lnk
by jre on Wednesday April 19th 2017, 15:37
thanks a lot. Why don't you apply as maintainer for SteuerSparErklärung? You could add your post as extended HOWTO, next to the Kurzanleitung. At the same time we all could edit it, update, fix errors and add more tipps.
Greets
jre