Howto: Set a background image for your panel

October 12, 2007 at 6:33 pm | Posted in tips and tricks, xubuntu | 18 Comments
Tags: , , , ,

Just like in GNOME! …With a little bit more effort, of course.

So, why would somebody want a background image for their panel? Well, for one, a nice gradient image on the panel can really complete the feel of your desktop. For another, using a section of your wallpaper for a panel background can make your desktop feel more integrated.

For instance, here’s one of my panels with a background image the same as my wallpaper, to make it feel more like a dock:

My panel

One image I recommend using is the OSX menubar image. Scroll down and choose the image for your desktop resolution.

Sounds good? Let’s get started!

1) Rename the image that you want to background.ext (ext being the file extension. ex: png, jpg, etc.). Put the image in your home folder. (actually, you can name it whatever you want, but for consistency, we’ll leave it as background.ext. Make sure it’s in your home folder though!)

2) Open up the terminal (Xfce Menu > Accessories > Terminal), and create and edit a GTK configuration file:

touch ~/.gtkrc-2.0
mousepad ~/.gtkrc-2.0

3) Copy and paste in it the following:

style "panel"
{
bg[NORMAL] = "#FFFFFF"
bg_pixmap[NORMAL] = "background.ext"
fg[NORMAL] = "#FFFFFF"
}

widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"

(Again, .ext, of course, being the file extension).

4) Save the file and exit. You’ll have to log out and in again for the changes to take effect. If you don’t want to do that, run the following in the terminal:

killall xfce4-panel
xfce4-panel &

to complete the changes.

Have fun with your panel!

(Special thanks to crimesaucer at http://ubuntuforums.org/showpost.php?p=3517612&postcount=396 for this tip!)

Xubuntu in *urgent* need of testers

October 9, 2007 at 12:15 pm | Posted in xubuntu | 8 Comments

As mentioned on Xubuntu.org, the Xubuntu development team is in a great need for testers of the latest version of Xubuntu, 7.10 (the Gutsy Gibbon). Being the good Xubuntu citizen that I am, I intend to spread this message you any potential testers (you) so the Xubuntu team is not flooded with bug reports after the final version is released.

Bugs, if any, are most likely to be small bugs anyway, so if you intend to upgrade to Gutsy once it is released, it might be a better idea to do so now in order to improve the quality of your favourite Linux distribution.

Convinced? Go and download the latest build, burn it onto a CD and install it (or try running it into a virtual machine if you don’t want to take a risk) and report your bugs on Launchpad!

The Xubuntu developers are counting on you 🙂

Create a free website or blog at WordPress.com.
Entries and comments feeds.