I’m not sure why but this is happening, no matter what I try(tried changing some settings as you can tell by the ugly background, via qt5c and nothing
)
I remember this being a problem on an appimage of a qt application as well.
Is this a qt problem or am I simply missing something?
Root
August 19, 2020, 2:35pm
#2
Could you verify if you have ttf-dejavu installed?
➜ bin pacman -Qs dejavu
local/ttf-dejavu 2.37+18+g9b5d1b2f-2
Font family based on the Bitstream Vera Fonts with a wider range of
characters
xircon
August 19, 2020, 2:50pm
#4
Which DE? Have you set the Qt environment variables and run qt5ct?
Root
August 20, 2020, 1:51am
#5
Adding to @xircon and putting some of my Manjaro experience to use. As you didn’t reveal any info on your system it is difficult to point in the right direction.
But starting with your .profile
export QT_QPA_PLATFORMTHEME="qt5ct"
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
Building and installing the qt5-styleplugin from AUR may be helpful as well as the
kvantum-qt5 package from official repo.