summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ.md')
-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.