Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: jls on October 16, 2010, 06:43:41 AM

Title: librsvg error
Post by: jls on October 16, 2010, 06:43:41 AM
Code: [Select]
tc@box1:~$ tce-load -i librsvg
/usr/local/tce.installed/librsvg: line 3: can't create /usr/local/etc/gtk-2.0/gtk.immodules: Read-only file system
/usr/local/tce.installed/librsvg: line 4: can't create /usr/local/etc/gtk-2.0/gdk-pixbuf.loaders: Read-only file system
librsvg.tcz: OK
tc@box1:~$
Title: Re: librsvg error
Post by: Jason W on October 16, 2010, 07:26:22 AM
Now that gtk2 handles that stuff differently, I will look at how to work in the librsvg startup script.

It appears that this command in the librsvg startup script should work in place of the old ones:

usr/local/bin/gdk-pixbuf-query-loaders --update-cache
Title: Re: librsvg error
Post by: Jason W on October 17, 2010, 06:50:46 PM
Will adjust script tonight.