RSS

Customizing GNOME 2.20

Wed, Sep 26, 2007    (No Ratings, Click to rate this article!) Loading ... Loading ...

Technology


For the GNOME users out there moving to the new GNOME 2.20, you’ll probably notice the new “Gummy” look and feel that essentially boils down to a polished ClearLooks theme:

Original ClearLooks

ClearLooks Theme

New ‘Gummy’ Theme

Gummy Theme

For the folks in the group that love the new theme except the crappy gradient on the tabs, Marco Barisione has put together a great blog entry on how a customized .gtkrc-2.0 file will do the trick for you, getting rid of the gradient on the tabs, but keeping things looking sexy.

You will want to check out the whole post, but to sum it up, you do the following:

  1. Create a .gtkrc-2.0 file in your $HOME dir if you haven’t done so already.
  2. Add the following to it:
style "my-clearlooks-notebook" = "clearlooks-notebook"
{
    engine "clearlooks"
    {
        style = CLASSIC
    }
}

class "GtkNotebook" style : highest "my-clearlooks-notebook"
Share This on Your Favorite Social Network:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Fark
  • Furl
  • Propeller
  • Reddit
  • Technorati
  • StumbleUpon
  • description
  • MisterWong
  • TwitThis
  • Slashdot
  • SphereIt

This post was written by:

Editor - who has written 1481 posts on The “Break it Down” Blog.

Bringing you summarized technical news, announcement and reviews quickly and to the point.

Leave a Reply