In addition to set the environment variablebetazoid wrote: Thu Feb 28, 2019 8:21 am Well I am trying to configure qt5 with the qt5 config tool. Digikam and Krita respond nicely but the MX tools and XnView don't.
If MX forces them to follow the gtk2 settings, this means that I will need to configure gtk2?
Code: Select all
export QT_QPA_PLATFORMTHEME=qt5ct
for normal user:
run this from the terminal command line
Code: Select all
env QT_QPA_PLATFORMTHEME=qt5ct qt5ct
Code: Select all
su-to-root -X -c "env QT_QPA_PLATFORMTHEME=qt5ct qt5ct"
Before: After: HTH
