Reverting two Ubuntu features ‘removed’ in 9.04
Ubuntu Jaunty 9.04 has many improvements on the prior release of Intrepid 8.10, however 2 things were removed that I didn’t agree with. They are pretty easy to change back so I wanted to share them with you all.
Update Notifier in system tray
I guess the idea behind this change was intended to make updates more obvious… but to power-users like myself, I consider it an annoyance. Every time I’d run apt-get, a “update yo shiz” window would pop up above my terminal and anger me. I’m not the stupid windows user Ubuntu’s starting to treat me like. I just don’t have time for updates that require a restart in the middle of the day when I’m trying to get some work done.
gconftool -s --type bool /apps/update-notifier/auto_launch false
Ctrl+Alt+Backspace
This would classically restart X… but for some reason they removed this as well?!?! Whatever, here’s how to fix it.
sudo aptitude install dontzap && sudo dontzap –d






Instead of using don’t zap, try using Alt GR – SysRq – K instead. It does things a little more kindly than Ctrl-Alt-Backspace
Well, the SysRq method does it on a kernel level, so…