On 2024-10-09 13:38, eben@gmx.us wrote:
On 10/8/24 20:13, Ash Joubert wrote:
On 2024-10-09 13:00, eben@gmx.us wrote:
I use (and like) keepassx. The only thing I don't like is right now
the type is really small. It used to be readable.
keepassxc is a Qt5 application and honours Qt font settings. Under XFCE,
I use qt5ct and set the environment variable QT_QPA_PLATFORMTHEME=qt5ct
Huh. If I run it from a terminal emulator it looks fine, but if XFCE
launches it the text is tiny. Looks like QT_QPA_PLATFORMTHEME isn't being
set. Which means something is running a not-login shell, something between
startx and xfwm. It's defined in ~/.profile. Any ideas?
~/.profile is only sourced when bash is run as a login shell, which is not
the case when XFCE starts. To set environment variables for applications
started by XFCE, add lines before the last line in ~/.config/xfce4/xinitrc