Hi I recently installed Ubuntu 18.04. However fonts on some programs are very small. For instance when I run Notepad++ texts like settings are incredibly small despite changing the font size from the menu. On Chrome or Spotify I can do CTRL++ and that works but it is not a correct solution because it is not system wide and in some programs that shortcut doesn't work. I tried changing fonts on Gnome Tweak Tool and that effected many programs and after changing the scaling from the gnome tweak tool now fonts on many programs are generally okay. However for programs like Notepad++ and Unity3D it doesn't work. I could make font 24 on tweak tool and font on tweak tool would be huge.Than when I go to let's say Notepad++ everything is still same. In Unity3D I can see that header texts like Window, Help etc is large now but all the other text is still very small. On all the other IDE's it works fine. Thanks for the help. I also enabled Large Text from Universal Access.
Asked
Active
Viewed 1,352 times
1
xrandr --dpi 144
and then call your program which doesn't follow hi resolution monitor rules. – WinEunuuchs2Unix Dec 25 '18 at 12:58ps -aux
to see what is running before you start your app. Then start your app again and runps -aux
to see what is running now. The difference between the two is the process that started up. I assume though that you want to runxrandr --dpi 144
before runningwine
? – WinEunuuchs2Unix Dec 25 '18 at 22:29notepad
in the 90's and liked it. Could I suggest you trygedit
when using Ubuntu for text editing? For more wordprocessing orientated tasks you could try LibreOffice Write. – WinEunuuchs2Unix Dec 25 '18 at 22:39