I've installed gnome in my new 14.04 (not the Ubuntu-Gnome distribution). I've noticed the title bars are huge though, and I would like to change.
The things is that this solution from here is not available for me:
Go to System Settings.
Go to Displays.
Go to "Scale for menu and title bars."
Drag the slider to your preferred size.
Is there somewhere else I could change this? I looked in gnome-tweak-tool and also ubuntu-tweak-tool without success.
This is my display windows and, as you can see, there is no scale option.
Best Answer
You can find out where the setting is changed if you open a terminal:
You find out, that these settings were changed (changing from scaling 1.0 to 2.0):
Or changing from 1.0 to 1.5 there is changed the
text-scaling-factor
instead, becausescale-factor
is integer:from 1.5 to 2.0:
Those settings can be edited by hand with
dconf-editor
This is very interesting in context with the
about:config
variable in Firefox:devPixelsPerPx
that changes the size inside Firefox (see also: Why are all HTML form elements huge with a system-wide font-scale factor 2.0?)Also, you can write a script to change the scale factor with these settings like
/usr/local/bin/setscalefactor
:additionally:
This doesn't scale the title bars and menu, but there is also unity-tweak-tool, where you can change the overall font-scaling.
Maybe that is an alternative you could use apart from the Scaling Support in System Settings