On ���, 2002-01-12 at 12:50, Borsenkow Andrej wrote:
> > 
> > Indeed -18mdk works correctly; and from the Changelog it seems that
> > the involved change was actually fixing that problem.
> > 
> > Andrej, can you check the version of your gtk+ package ?
> > 
> 
> {pts/1}% rpm -q --file /usr/lib/libgtk-*
> libgtk+1.2-1.2.10-18mdk
> libgtk+1.2-1.2.10-18mdk
> {pts/1}% ll /usr/lib/libgtk-*
> lrwxrwxrwx    1 root     root           19 ��� 25 21:08
> /usr/lib/libgtk-1.2.so.0 -> libgtk-1.2.so.0.9.1*
> -rwxr-xr-x    1 root     root      1338632 ��� 24 18:57
> /usr/lib/libgtk-1.2.so.0.9.1*
> 
> and do not laugh but it does not work here. Is it one of things that are
> fixed by reinstall only? 

I am sorry, I had to refresh my memory.

The problems happens only when you start Gtk applications under KDE
because KDE overrides GTK_RC_FILES environment variable:

{pts/3}% env | grep GTK
GTK_RC_FILES=/etc/gtk/gtkrc:/home/bor/.gtkrc:/home/bor/.gtkrc-kde
{pts/1}% cd /opt/kde3/lib/kde3
{pts/1}% strings libkcm_style.so| less
/.gtkrc-kde
GTK_RC_FILES
/etc/gtk/gtkrc


and the same happens under KDE2 as well. In this case ~/.gtkrc is my
file that I copied over from /etc/gtk/gtkrc-1.2.ru to be able to use
mail at all :-)

Obviously KDE did it for ages but nobody cared until Gtk moved to
versioned rc files.


-andrej

Reply via email to