Bringing Linux to the Masses
You will probably notice that the default Ubuntu install screws up your valuable real estate very badly, everything is just cramped up. We need to do the some tweaks to snug everything into it’s place.
Smaller Fonts:
gconftool-2 –set /desktop/gnome/interface/document_font_name –type string “Sans 8″
gconftool-2 –set /desktop/gnome/interface/font_name –type string “Sans 8″
gconftool-2 –set /apps/metacity/general/titlebar_font –type string “Sans Bold 8″
gconftool-2 –set /desktop/gnome/interface/monospace_font_name –type string “Monospace 8″
Note:Lines might get wrapped, you should paste each line separately in your command line, so just CTRL+- until you get 5 lines
All applications can go full-screen using F11
Smaller toolbars using icons only
Setting the right mixer (fixes the mute key)
Do not display the incorrect battery warning at login
Unconstrain windows to the top of the screen
Making the top & bottom panels smaller
gconftool-2 –set /apps/panel/toplevels/bottom_panel_screen0/size –type integer 19
Resolution
You might get 640X480 resolution instead of the 800×480 default resolution. So run the following command:
And choose the defaults on everything, except on the final stage choose 800X480
Minimize the taskbar and autohide it
This one is pretty straight forward. Just right click on both taskbars (top and bottom) and set it to the minimum (19 pixels). You could also autohide the bars, even though I don’t like it since a small portion of the taskbars appear when hidden. (Does anybody know how to change that?)
Optimizing Firefox Screen Space
1-To minimize your menu you can install the tiny menu plugin, microfox, or littlefox plugin.
6-Change the overall font size of firefox:
Then edit userChrome.css:
Then change it to look like this:
font-family: sans-serif !important;
font-size: 8pt !important;
}
Sam Vote:
0
0
March 31st, 2008 at 3:30 am
to change the amount that shows when autohiding
Alt-f2 to run gconf-editor
Apps>panel>toplevels
Under both bottom_panel_screen and top_panel_screen there is a value called “auto_hide_size” and you can change that to whatever you want (0 for nothing)
[Reply]
Biddy Vote:
0
0
April 11th, 2008 at 8:34 am
I’m glad that most of the people here are really clever, and are fun to talk, because we have a lot in common. Here I can express myself, share different information, have gun, enjoy communication. Some people here are angry, but why, guys? Make friends, be nice, share what you think, and you won’t feel lonely anymore!
[Reply]