I'm running Kubuntu on 1920x1080 screen resolution. Due to large fonts in some applications (Gwenview, Dolphin), I have set Force Fonts DPI in System Settings -> Fonts to 96 DPI. However, now i'm experiencing tiny and barely visible gui elements on some other apps, like Python IDLE. Is there any possible solution to this, or is there a way I can force different settings for dpi per application?
I found such a way, though it is not very clean. I simply changed the file
/usr/share/tcltk/tk8.6/ttk/fonts.tcl
on my system:It seems that the defaults for X are given in pixels (negative numbers) rather than points (positive numbers), which is the root of the problem.