cimm 0 Report post Posted February 22, 2017 (edited) Thank you @Vinod Kumar! For future reference I needed to play around with the settings a bit, this is what turned out to work for me: QT_AUTO_SCREEN_SCALE_FACTOR=1 QT_SCREEN_SCALE_FACTORS=0.5 /opt/Enpass/bin/runenpass.sh %U It also does not work when I add it to my .bashrc file, it only works when specifying on the command line as above or adding it directly to the runenpass.sh script. Edited February 22, 2017 by cimm Share this post Link to post Share on other sites
Vinod Kumar 110 Report post Posted February 23, 2017 Hi @cimm, Glad it works for you. To set these environment variables automatically at login, please add them to $HOME/.profile export QT_AUTO_SCREEN_SCALE_FACTOR=1 export QT_SCREEN_SCALE_FACTORS=0.5 Cheers Share this post Link to post Share on other sites