MX Tools GUI

Message
Author
User avatar
fehlix
Developer
Posts: 12904
Joined: Wed Apr 11, 2018 5:09 pm

Re: MX Tools GUI

#11 Post by fehlix »

betazoid 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?
In addition to set the environment variable

Code: Select all

export QT_QPA_PLATFORMTHEME=qt5ct
you'd need to configure qt5ct for both, the normal and the root user, like this:
for normal user:
run this from the terminal command line

Code: Select all

env QT_QPA_PLATFORMTHEME=qt5ct qt5ct
for root user:

Code: Select all

su-to-root -X -c "env QT_QPA_PLATFORMTHEME=qt5ct qt5ct"
and choose style "gtk2" by changing style from "Fusion" to "gtk2"
Before:
qt5ct_conifguration_tool_default_fusion.png
After:
qt5ct_conifguration_tool_style_gtk2.png
HTH
:puppy:
You do not have the required permissions to view the files attached to this post.

betazoid
Posts: 35
Joined: Sat Feb 02, 2019 3:34 pm

Re: MX Tools GUI

#12 Post by betazoid »

I finally found out how it is with XnViewMP and font sizes:
XnViewPM actually uses qt5. But, if you want different fonts, you need to do this: delete the xnviewmp folder in /home/username/.config; set the font size with qt5ct; start XnViewMP.

skidoo
Posts: 753
Joined: Tue Sep 22, 2015 6:56 pm

Re: MX Tools GUI

#13 Post by skidoo »

Thanks for sharing the xnview theming solution!

Post Reply

Return to “Software / Configuration”