registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #28675
[Bug 18671] Re: Can't turn the "Candy bar" off
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 Registry
Administrators, which is the registrant for GTK-engines.