From 2f3ddd71ec2445ba8cd22c9d46259ce3e1928e5e Mon Sep 17 00:00:00 2001 From: Jonathan Klimt Date: Thu, 28 Jan 2016 11:51:07 +0100 Subject: Updated FAQ concerning Icon issues --- FAQ.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'FAQ.md') 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. -- cgit v1.2.3