If you want to turn off the Recent Documents feature in Ubuntu, all you have to do is create a .gtkrc file in your home directory. touch $HOME/.gtkrc-2.0 Then add gtk-recent-files-max-age=0 to this file. echo ‘gtk-recent-files-max-age=0′ | tee -a $HOME/.gtkrc-2.0 This is documented here. This will also work in any other linux distribution running Gnome. [...]
Archive for January 2010
Ubuntu One coming to Windows
At PyCon 2010, Ubuntu One development team will focus on helping Ubuntu users who also use a Windows box. This is great news! Source.
Skype for Linux 2.1 beta2
Skype just released Skype for Linux 2.1 beta2 aka “Talking Screens”. Chats are faster, UI supports switching styles on the fly, and audio is a lot better than before. You can download it here. What’s new in this version: – Screen sharing – Quote a message in chat – Localized time formats – Support for [...]
avast! Version 5.0
Avast just released version 5.0 of their product. You will notice the new user interface and the new scanning engine. Free Antivirus 5.0 includes a spyware detection engine to protect you from identity theft as well as viruses. Read more about this release here.
Disable splash screen in Ubuntu 9.10 Karmic Koala
You can disable the splash screen and instead view details about your boot process by following the next steps: 1. Edit grub sudo vi /etc/default/grub 2. Locate the following line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" and remove quiet and splash. After that, the line should look like this: GRUB_CMDLINE_LINUX_DEFAULT="" 3. Save and exit. :wq 4. Now update the [...]