summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-01-25 10:58:18 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-01-25 10:58:18 +0100
commitb3229998436eac8526c0a2a7b6b632855b4d5e61 (patch)
tree2e4b28e8458b867ba3280f6d9d2d8930f9cc25b8
parent4ba62e6e6a626ed42884941fa4a1e0517dfe4a74 (diff)
Update FAQ.mdv1.1.0
-rw-r--r--FAQ.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 22c950e4..07fbfcde 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -58,6 +58,18 @@ git for Windows comes with an `ssh-askpass` compatible command, git `gui--askpas
* Yes, check [passwordstore.org/#migration](http://www.passwordstore.org/#migration)
for more info.
+### I don't see icons on the buttons
+
+You do not have the Qt SVG library installed.
+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
+```
+export DESKTOP_SESSION=gnome
+```
+
### I don't like the design, what gives?
* It's all on github, clone, change and send a pull request.