Ubuntu Quirks (ongoing…)
Posted on February 21, 2010
Windows Key not detected
If your "Windows Key" (Super_L) is not detected, you will have to run this command:
xmodmap -e "remove mod4 = Super_L"
It seems to work even after rebooting the machine
Can't install Eclipse plugins
In order to install eclipse plugins, after installing eclipse-platform, you *must* install the eclipse-pde package (which comes with the eclipse-jdt as a dependency, oh well...)
This is an ongoing effort to write the odd things I have to do to get my OS to behave as I want.