WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: librsvg error  (Read 1636 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
librsvg error
« 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:~$
dCore user

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: librsvg error
« Reply #1 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
« Last Edit: October 16, 2010, 07:29:15 AM by Jason W »

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: librsvg error
« Reply #2 on: October 17, 2010, 06:50:46 PM »
Will adjust script tonight.