Change GDM background color to match your GDM theme (applies to Xfce)

Please read the Launchpad bug report where the issue was raised.

At the bottom of /etc/gdm/PreSession/Default change :

 # Default value
        if [ "x$BACKCOLOR" = "x" ]; then
                BACKCOLOR="#dab082"
        fi

to:

 # Default value
        if [ "x$BACKCOLOR" = "x" ]; then
                BACKCOLOR="x"
        fi

Where #dab082 is the default brown color that appears right after GDM exits and before the desktop files are loaded. Works nicely with Xfce here.

Edit: from the bug report, the bug is fixed in Hardy :)

Gmail now offers IMAP

The following page is tagged “updated 10/23/2007″: http://mail.google.com/support/bin/answer.py?ctx=gmail&hl=en&answer=75725

Look in your Gmail account Settings page, you should see a “forwarding POP/IMAP” menu.
Unfortunately, this feature is not available, yet, for my own account. Still sticking to POP :(

screenshot.png

Edit: Woopsies, Aaron had it :D
http://www.pthree.org/2007/10/24/gmail-imap/
/me should check more carefully..