Comment 17 for bug 18671

Revision history for this message
Alexey Shentyakov (alexey-shentyakov) wrote :

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