try this:
look for this section in the gtkrc:
# This prevents Sodipodi from crashing while opening the
# Object-Style dialog.
style "unstyle"
{
engine ""
{
}
}
edit like this:
# This prevents Sodipodi from crashing while opening the
# Object-Style dialog.
style "unstyle"
{
engine "pixmap"
{
}
}
Yes, I know it, many themes have this problem with Ubuntu Intrepid, however, the theme works correctly, I tested it for a month before publish it..
I'll try to find a solution..
Ratings & Comments
5 Comments
try this: look for this section in the gtkrc: # This prevents Sodipodi from crashing while opening the # Object-Style dialog. style "unstyle" { engine "" { } } edit like this: # This prevents Sodipodi from crashing while opening the # Object-Style dialog. style "unstyle" { engine "pixmap" { } }
Thanks for the help..now the problem is solved..
try installing this: gtk2-engines-pixbuf
the theme engine is not installed in intrepid help me please :(
Yes, I know it, many themes have this problem with Ubuntu Intrepid, however, the theme works correctly, I tested it for a month before publish it.. I'll try to find a solution..