Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 20:46:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        xfce@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 199009] x11-fm/thunar : won't display svg previews without librsvg2 installed
Message-ID:  <bug-199009-28711-d5gzl5LgEX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199009-28711@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199009-28711@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
John Marino <marino@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to xfce@FreeBSD.org:
Bug 199009: x11-fm/thunar : won't display svg previews without librsvg2
installed
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199009



--- Description ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199009-28711-d5gzl5LgEX>