I have installed kdenlive on zorin os lite. Is it possible to change the interface font size by editing the config file of Kdenlive app? How do I find the installed location of an applications?
What version of KDEnlive?
22.12.3 with Zorin 16.
I could adjust the font size.
I hope this would be helpful for someone.
There is a file called kdeglobals installed in somewhere in the system.
Search the location of it using the find command.
Then open the file using a text editor with sudo
Add this code into the bottom, if it already doesn't exist.
Then adjust the font size
[General]
desktopFont=Ubuntu,11,-1,5,50,0,0,0,0,0
fixed=Ubuntu Mono,14,-1,5,50,0,0,0,0,0
font=Ubuntu,11,-1,5,50,0,0,0,0,0
menuFont=Ubuntu,11,-1,5,50,0,0,0,0,0
smallestReadableFont=Ubuntu,10,-1,5,50,0,0,0,0,0
taskbarFont=Ubuntu,11,-1,5,50,0,0,0,0,0
toolBarFont=Ubuntu,11,-1,5,50,0,0,0,0,0
widgetStyle=gtk+
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.