[Bug 18671] Re: Can't turn the Candy bar off

2011-09-28 Thread Pedro Villavicencio
This is fixed now, if not with Oneiric for you please file a new bug.

** Changed in: gtk2-engines (Ubuntu)
   Status: Incomplete = Fix Released

** Changed in: gtk2-engines (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/18671

Title:
  Can't turn the Candy bar off

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk-engines/+bug/18671/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2010-11-22 Thread Alexey Shentyakov
hi
I did it for the lucid

folder:
gtk-engines-2.20.0/engines/clearlooks/src/

files:
clearlooks_draw.c
clearlooks_draw_glossy.c
clearlooks_draw_gummy.c
clearlooks_draw_inverted.c

comment this block of code:

/* Draw the Strokes */
while (stroke_width  0  tile_pos = width+x_step)
{
cairo_move_to (cr, stroke_width/2-x_step, 0);
cairo_line_to (cr, stroke_width-x_step,   0);
cairo_line_to (cr, stroke_width/2-x_step, height);
cairo_line_to (cr, -x_step, height);

cairo_translate (cr, stroke_width, 0);
tile_pos += stroke_width;
}

go to gtk-engines-2.20.0/ and build it:
./configure
make

after that go to gtk-engines-2.20.0/engines/clearlooks/.libs/ and replace 
libclearlooks.so in /usr/lib/gtk-2.0/2.10.0/engines/ with your new file:
strip libclearlooks.so
sudo cp libclearlooks.so /usr/lib/gtk-2.0/2.10.0/engines/

and restart your gnome session

-- 
Can't turn the Candy bar off
https://bugs.launchpad.net/bugs/18671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2010-09-15 Thread Bug Watch Updater
** Changed in: gtk-engines
   Importance: Unknown = Medium

-- 
Can't turn the Candy bar off
https://bugs.launchpad.net/bugs/18671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2010-09-14 Thread rusivi1
Thank you for reporting this bug.

Does this occur in Lucid?

** Changed in: gtk2-engines (Ubuntu)
   Status: Confirmed = Incomplete

-- 
Can't turn the Candy bar off
https://bugs.launchpad.net/bugs/18671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2009-02-17 Thread Pedro Villavicencio
a new bug needs to be open upstream then, may someone facing this could
open it there? thanks.

-- 
Can't turn the Candy bar off
https://bugs.launchpad.net/bugs/18671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2008-10-27 Thread Pablo Castellano
** Changed in: gtk2-engines (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Can't turn the Candy bar off
https://bugs.launchpad.net/bugs/18671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2008-10-26 Thread gpk
Those annoying moving stripes are still there, and I cannot find an
option to turn them off, so I guess the bug still persists.

-- 
Can't turn the Candy bar off
https://bugs.launchpad.net/bugs/18671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2008-09-25 Thread Pablo Castellano
Do you still get the bug? May you try to reproduce it with Intrepid?

-- 
Can't turn the Candy bar off
https://bugs.launchpad.net/bugs/18671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2008-07-19 Thread Bug Watch Updater
** Changed in: gtk-engines
   Status: Incomplete = Fix Released

-- 
Can't turn the Candy bar off
https://bugs.launchpad.net/bugs/18671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2007-09-22 Thread Trouilliez vincent
Yes, the bug is still there.
Well, maybe no in fact. That is, in Feisty, I have just had a look at the gtkrc 
file for the Clearlooks theme, and the option to use or not the Candy bar for 
progress bars, is not even present anymore !!!
So this means that upstream solved the problem by making the candy bar 
mandatory, a feature, I guess... arf arf.

This bug clearly isn't going to be investigated, so you can close it if
you wish (one less bug in Malone can't be bad ;-), I will unsubscribe
from it anyway, I give up

-- 
Can't turn the Candy bar off
https://bugs.launchpad.net/bugs/18671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2007-09-21 Thread Pedro Villavicencio
Do you still get the bug? May you try to reproduce it with Gutsy?

** Changed in: gtk2-engines (Ubuntu)
   Status: Confirmed = Incomplete

-- 
Can't turn the Candy bar off
https://bugs.launchpad.net/bugs/18671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2007-06-02 Thread Bug Watch Updater
** Changed in: gtk-engines (upstream)
   Status: Confirmed = Needs Info

-- 
Can't turn the Candy bar off
https://bugs.launchpad.net/bugs/18671
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2007-01-09 Thread Bug Watch Updater
** Changed in: gtk-engines (upstream)
   Status: Unknown = Confirmed

-- 
Can't turn the Candy bar off
https://launchpad.net/bugs/18671

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2007-01-08 Thread Dean Sas
This bug is being tracked upstream by the software developers as
http://bugzilla.gnome.org/show_bug.cgi?id=351943

** Changed in: gtk-engines (upstream)
   Importance: Undecided = Unknown
 Bugwatch: None = GNOME Bug Tracker #351943
   Status: Unconfirmed = Unknown

-- 
Can't turn the Candy bar off
https://launchpad.net/bugs/18671

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2006-12-22 Thread Daniel Holbach
Reassigning.

** Changed in: clearlooks (Ubuntu)
Sourcepackagename: clearlooks = gtk2-engines
   Status: Unconfirmed = Confirmed

** Also affects: gtk-engines (upstream)
   Importance: Undecided
   Status: Unconfirmed

-- 
Can't turn the Candy bar off
https://launchpad.net/bugs/18671

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2006-11-01 Thread Daniel Holbach
Maybe we should get in touch with upstream about that.

** Changed in: clearlooks (Ubuntu)
 Assignee: Jeff Waugh = Ubuntu Desktop Bugs

-- 
Can't turn the Candy bar off
https://launchpad.net/bugs/18671

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2006-10-31 Thread Timo Aaltonen
fancy candy bar is now the default (edgy).

is this still an issue?

-- 
Can't turn the Candy bar off
https://launchpad.net/bugs/18671

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 18671] Re: Can't turn the Candy bar off

2006-10-31 Thread Trouilliez vincent
Yes, the bug is still there, disabling the candy bar in the gtkrc file
doesn't do anything, the candy bar won't go away.

-- 
Can't turn the Candy bar off
https://launchpad.net/bugs/18671

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs