diff options
author | link2xt <link2xt@testrun.org> | 2021-07-18 01:23:04 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-07-18 01:23:04 +0300 |
commit | cba024b7afb7f40408f09446aa49ca25cf0e6e06 (patch) | |
tree | f69aa7b6154b775cc837d2d7df9482a4046efd04 /README.md | |
parent | 769cde149b938547907ae8eec11bdd83bf578503 (diff) | |
download | kdeltachat-cba024b7afb7f40408f09446aa49ca25cf0e6e06.tar.gz kdeltachat-cba024b7afb7f40408f09446aa49ca25cf0e6e06.zip |
README: add XDG_CURRENT_DESKTOP=GNOME advice to troubleshooting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -133,13 +133,18 @@ new one. Start IO in the main menu to connect. # Troubleshooting -## Buttons have no icons +## Button icons are replaced with black rectangles On Debian/Ubuntu, run `apt purge libqt5quick5-gles`. When `apt` offers to install `libqt5quick5` as a replacement, agree. Debian bugreport: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976389 +## Buttons have no icons + +Setting `XDG_CURRENT_DESKTOP=GNOME` environment variable has been reported +to help in this case. + # License This program is free software: you can redistribute it and/or modify |