Progressbar style error

One of my users is reporting the following, which has got me a little
stumped:

/usr/share/themes/Blubuntu/gtk-2.0/gtkrc:169: Clearlooks configuration
option "progressbarstyle" is not supported and will be ignored.

I *think* that the style being used does not support modal progressbars,
but is that even possible?

How would I go about diagnosing and fixing this issue? Any help would be
massively appreciated!

--Paul

Paul Scott wrote:

One of my users is reporting the following, which has got me a little
stumped:

/usr/share/themes/Blubuntu/gtk-2.0/gtkrc:169: Clearlooks configuration
option "progressbarstyle" is not supported and will be ignored.

I *think* that the style being used does not support modal progressbars,
but is that even possible?

It's the other way around. The theme, on line 169 of the file shown above, is trying to set properties for "progressbarstyle" but GTK does now know what to do with it, so it is complaining about it.

How would I go about diagnosing and fixing this issue? Any help would be
massively appreciated!

Three options:

1. Hack /usr/share/themes/Blubuntu/gtk-2.0/gtkrc and comment out line 169.

2. Change to a different theme.

3. Just ignore the warning message.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Option 3 sounds great! Thanks for the feedback! I will tell the users
not to pimp their installations too much in future, else they may get
unexpected results.

--Paul

···

On Fri, 2008-11-14 at 15:57 -0800, Robin Dunn wrote:

Three options:

1. Hack /usr/share/themes/Blubuntu/gtk-2.0/gtkrc and comment out line 169.

2. Change to a different theme.

3. Just ignore the warning message.