On Saturday 07 June 2003 16:39, Shlomi Fish wrote: > Hi! > > I recently re-installed my Mandrake 9.1 system only to discover that this > galaxy theme messes up my entire configuration. The problem is namely, > that the path variables are: > > GTK2_RC_FILES=/usr/share/themes/Galaxy/gtk-2.0/gtkrc:/etc/gtk-2.0/gtkrc:/ho >me/shlomi/.gtkrc-2.0 > GTK_RC_FILES=/usr/share/themes/Galaxy/gtk/gtkrc:/etc/gtk/gtkrc:/home/shlomi >/.gtkrc > > Now they exist in the entire global KDE configuration but I could not > trace where they came from no matter how hard I tried. How do I eliminate > them or at least eliminate the first two elements and leave the one inside > my home directory? > > Regards, > > Shlomi Fish > > > > ---------------------------------------------------------------------- > Shlomi Fish [EMAIL PROTECTED] > Home Page: http://t2.technion.ac.il/~shlomif/ > > There's no point in keeping an idea to yourself since there's a 10 to 1 > chance that somebody already has it and will share it before you. > > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED]
maybe something like this will help? cd / grep -d recurse \ GTK2_RC_FILES=/usr/share/themes/Galaxy/gtk-2.0/gtkrc:/etc/gtk-2.0/gtkrc:/home/shlomi/.gtkrc-2.0 ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
