diff options
author | link2xt <link2xt@testrun.org> | 2021-08-01 14:17:19 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-08-01 14:17:19 +0300 |
commit | cd5b0ec5d143801bd25ffa293688e907acce827b (patch) | |
tree | 450291d95c09894ddabfacc922764e55f1a20863 | |
parent | 5a4b7039b0c428dd09e3ab484076675e9ea4f98d (diff) | |
download | kdeltachat-cd5b0ec5d143801bd25ffa293688e907acce827b.tar.gz kdeltachat-cd5b0ec5d143801bd25ffa293688e907acce827b.zip |
README: mention qt5ct to use KDE icon theme without KDE
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -142,8 +142,13 @@ 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. +If you are not using KDE or another desktop environment with Qt 5 integration, +you can install [qt5ct](https://sourceforge.net/projects/qt5ct/), configure +icon theme for Qt 5 there and set `QT_QPA_PLATFORMTHEME=qt5ct` or +`XDG_CURRENT_DESKTOP=qt5ct` environment variable. + +Setting `XDG_CURRENT_DESKTOP=GNOME` environment variable has also been reported +to help in this case. This results in usage of Adwaita icon theme. # License |