Resizing a window in Unity/Ubuntu 12.04 is quite a pain as one needs to target the 1 pixel border of the lower right corner. Fortunately the width can be increased: Edit /usr/share/themes/Ambiance/metacity-1/metacity-theme-1.xml and increase the widths, i.e.: <distance name="left_width" value="8"/> <distance name="right_width" value="8"/> <distance name="bottom_height" value="8"/> Log out and in again.
Tag: desktop
Shortcut icons on Unity desktop
Noteworthy as Unity's turn away from the desktop towards the launcher might be, I'm an old dog and like my screen crowded. The (manual) way to create a new desktop shortcut icon to an application is to create a shortcut file in the Desktop directory, i.e: /home/george/Desktop/Firefox8.desktop And the contents: [Desktop Entry] Encoding=UTF-8 Version=1.0 Name=Firefox … Continue reading Shortcut icons on Unity desktop