Date: Sun, 29 Mar 2015 20:46:08 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199009] x11-fm/thunar : won't display svg previews without librsvg2 installed Message-ID: <bug-199009-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199009 Bug ID: 199009 Summary: x11-fm/thunar : won't display svg previews without librsvg2 installed Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: xfce@FreeBSD.org Reporter: marino@FreeBSD.org Flags: maintainer-feedback?(xfce@FreeBSD.org) Assignee: xfce@FreeBSD.org The Thunar file manager wasn't displaying previews for svg icons. It turns out that graphics/librsvg2 has to be installed as a runtime dependency. I had the same exact problem on my port, devel/gps. This is what I am doing to fix it: RUN_DEPENDS= rsvg-convert:${PORTSDIR}/graphics/librsvg2 In reality, what is needed I think is "lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-svg.so" but this makes the RUN_DEPENDS tricky so I just picked an easy file to pull in the package as a run depends. When this librsvg2 library is installed, thunar displays svg icons fine. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199009-13>