Re: [gtk-list] Re: styles and rc files.



On Sat, Jan 23, 1999 at 02:54:26PM -0700, Eden Li wrote:
> It's not ok.  gtk_rc_parse doesn't expand out things like "~/" that is shell
> specific.  You'd have to expand that out yourself and pass the expanded path
> string to gtk_rc_parse ().  I'd suggest using g_get_home_dir in glib then
> appending a given file to it and finally sending it to gtk_rc_parse.

Right after sending my previous message to the list, I thought that it could be
wrong to use ~ in file name.  I changed it to plain filerc (and copied the file
into the current directory) (to simplify the things).  It still does not work.

--
Mike



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]