When I upgraded to 11.04, I stuck with the Ubuntu Classic desktop. With 11.10, that didn’t look feasible anymore, so I bit the bullet to try and learn to cope with Unity.
After the install, my first issues were:
- How to add a program to the Dash, specifically rxvt
- How to launch more than one rxvt with the Dash.
- How to switch between multiple windows open in Chrome or other software.
- How to make it faster.
I use the terminal a lot, and I want something light, fast, and that doesn’t mess with my hotkeys (GNOME Terminal uses the Alt key for itself).
Many programs have a way to launch new windows or documents, but rxvt doesn’t and I’m sure I’ll come across others as well.
Without the mouse that is.
I’m using a 2.6ghz quad core system (Opteron 2218s) with 4 gigs of ram and a NVidia 9400GT and while this isn’t the latest and greatest it should not crawl without a darn good reason.
And the answers turned out to be:
- Make a .desktop file
- Middle click on the icon in the Dash
- Alt + ` (backtick)
- Switch to Unity 2D
In /usr/share/applications, create rxvt.desktop with these contents:
[Desktop Entry]
Name=RXVT
Comment=terminal emulator for the X window system
Exec=rxvt -rv -sl 2000
Terminal=false
Type=Application
Encoding=UTF-8
Icon=utilities-terminal
Categories=System;TerminalEmulator;
X-Desktop-File-Install-Version=0.18
Then chown the file to root:root with permissions -rw-r–r–.
Just like a Mac. Obviously, I didn’t try to guess hard enough before resorting to Google.
Unity 2D is based on Qt and is meant for older machines with inadequate video cards. It is shocking to think that I have either, but it made a large difference. Besides, every time I’ve tried a compositing desktop before, I’ve had problems with other OpenGL programs, so I probably would have made the switch anyway.