hello,
I manage to reproduce the bug 266521. Here is the procedure :
- remove every .gtk* files from my home directory (as ask in #266521 bug's
log) ;
- go in control centre : appearance & themes > gtk styles and fonts ;
- There select "use my kde style..."/"use my kde fonts..." and *apply*
changes.
Then a new ~/.gtkrc-2.0 is generated, and launching, for example, gqview
will show the message "/home/nive/.gtk_qt_engine_rc:62: error: unexpected
character `{', expected character `}'".
In fact ~/.gtk_qt_engine_rc is missing a coma, at the end of line 61,
see :
<<---
60 stock["gtk-color-picker"]={
61 { "22x22/actions/colorpicker.png", *, *, "gtk-large-toolbar" }
62 { "22x22/actions/colorpicker.png" }
63 }
--->>
After I put the missing coma at the end of line 61, the error message
vanished.
hope it helps, bye
Olivier
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]