So here is what I did after Ubuntu 11.10 install to make it useful for me. Hopefully, other wide screen laptop and netbook users will find this useful.
My Laptop:
IBM Thinkpad W510
4GB RAM
128 GB SSD
15.6″ Wide screen display
1600×900 native resolution
Screenshot:
Unity Tweaks:
Tweaks 1 and 2 pretty much widens up your real estate for space. Following packages are needed in order to perform the tweaks:
1. Gnome Tweak Tool
2. Compiz Config Settings Manager
One can install both through the Ubuntu Software Center.
Tweak 1: Unity Dash Icon size too big
1. Run Compiz Config and filter Unity.
2. Select Ubuntu Unity Plugin
3. Goto Experimental Tab4. Set the Launcher Icon Size value according to your need.
5. Restart computer to see change. Logout and login might not be enough.
Tweak 2: Font size too big globally
1. Run Gnome-tweak-tool
2. Select Fonts in the left pane.
3. Change font size and name as per your need. If you like more real estate in your laptop, you may want to stick to what is shown in the screenshot.
Note: Monospace Font is set to the new Ubuntu Mono by default. I personally didn’t find it better than the legacy monospace so I stuck to the legacy font.
Tweak 3: Get rid of Empathy and install Pidgin
Both operations can be done through Synaptic (you have to first install Synaptic through Ubuntu Software Center) or Ubuntu Software Center. Don’t forget to install Pidgin plugin pack as well.
Tweak 3.1: Remove Pidgin libnotify popup when buddy signs on.
1. Pidgin -> Tools -> Plugins -> libnotify popups -> Configure Plugin -> Uncheck ‘Buddy signs On’.
Tweak 3.2: Mute Sounds in Pidgin
Unless you like shooting your brains off when you are thinking, you might want to mute the sounds in Pidgin.
1. Pidgin -> Preferences -> Sounds -> Mute Sounds.
Tweak 4: Bring back Systray (Notification area)
If you are a heavy user of applications like remmina which provide a handy systray icon, you’ll find the Unity way of hiding systray an annoyance. To bring it back, issue the following command.
gsettings set com.canonical.Unity.Panel systray-whitelist “[‘all’]”
Logout and login.
Tweak 5: Re arrange icons in Unity Dash
The default icon set in the Unity Dash is targeted towards your next door uncle who uses a PC for browing Internet or maybe write a novel. Not so helpful if you are anywhere near a power user.
I removed all icons except Firefox, Software Center, Home icons and put in the following list of apps there:
1. Outlook (Necessary evil in my workplace running on Crossover)
2. Thunderbird (My every other Messenging needs, Feeds, Newsgroups)
3. Chromium
4. Gedit
5. Terminal
6. Remmina
7. Tomboy
8. Softoken (for VPN connectivity)
Tweak 6: Show Remmina bookmark shortcuts in Unity Dash
This is my favorite ‘Like’ point about Unity. You can add options to the app icon to simulate a systray behavior. I took http://code.google.com/p/remmina-unity-launcher/ and modified to suit my needs which looks like this:
I’ll look to release the tweaked script sometime.
Tweak 7: Conky to monitor your laptops performance
Install conky through synaptic (Ubuntu Software Center doesn’t show it) and tweak .conkyrc in home folder as per your need. What you see in my desktop where a Dock Bar should be is the conky doing its thing 🙂
Finally, I’ll keep updating this post with any further tweaks I find useful. Keep checking back.