In some cases the program Robo3t, the useful user interface for Mongo DB, it displays by default really small fonts that make it almost useless.
In my case I fix it creating a bash script (in the robo3t root installation folder) that launch the following command.
In this case I force the screen auto scale factor and it displays the font properly
QT_AUTO_SCREEN_SCALE_FACTOR="0" bin/robo3t
If you would like to put somewhere else, modify the launch path properly
0 Comments