summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authorJonathan Klimt <brouwer@annejan.com>2016-01-28 11:51:07 +0100
committerJonathan Klimt <jounathaen@mail.de>2016-01-28 11:51:07 +0100
commit2f3ddd71ec2445ba8cd22c9d46259ce3e1928e5e (patch)
tree9520670e6517f6bebb7c0c106f6faaed47e3f40f /FAQ.md
parentab985b4027016894ffd0546489f8fbc287ad53d0 (diff)
Updated FAQ concerning Icon issues
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 07fbfcde..208980f2 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -65,11 +65,20 @@ Please install using your favorite package manager.
### I get icons that do not fit my (X11) default
-On some WindowManagers (Cinnamon for example) Qt doesn't know what icon set to use, a trick
+* On some WindowManagers Qt doesn't know what icon set to use, a trick
```
export DESKTOP_SESSION=gnome
```
+* Another possible reason is, that the currently installed Qt Version makes problems (e.g. on Linux Mint 17.3)
+Then you have to install the current version via your package manager or if this is not upt to date,
+download it from http://www.qt.io/download/ install it and run:
+```/PATHTOYOURQTINSTALLATION/5.5/gcc_64/bin/qmake
+make
+(sudo) make install```
+where `PATHTOYOURINSTALLATION` is the path you selected in the qt installer (default `/home/YOURUSER/Qt/` )
+and 5.5 has to be adapted for the Qt version you downloaded.
+
### I don't like the design, what gives?
* It's all on github, clone, change and send a pull request.