Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: jls on October 16, 2010, 06:43:41 AM
-
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:~$
-
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
-
Will adjust script tonight.