[Bug 199009] x11-fm/thunar : won't display svg previews without librsvg2 installed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Mar 29 20:46:08 UTC 2015
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 at FreeBSD.org
Reporter: marino at FreeBSD.org
Flags: maintainer-feedback?(xfce at FreeBSD.org)
Assignee: xfce at 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.
More information about the freebsd-xfce
mailing list