Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 21:21:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 240154] graphics/gimp-app: gimptool installs plugins into wrong directory
Message-ID:  <bug-240154-6497-PfWyOMRAFR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240154-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240154-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240154

--- Comment #4 from Christoph Moench-Tegeder <cmt@freebsd.org> ---
(In reply to Ting-Wei Lan from comment #3)
I'd still argue that the real bug is upstream: the "real" plugin directory
value is set in configure.ac and propagated via config.h GIMPPLUGINDIR to a=
ll
the places where it might be needed. Deducing some plugindir by any other m=
eans
is just inconsistent, even if it gives the same value as the upstream defau=
lt.

Anyways, the more important question is how to fix this situation:
FreeBSD is settings it's own gimpplugindir "since forever" (ports r46408 fr=
om
18 years ago) - to match FreeBSD's filesystem hierarchy which is ever so
slightly different from what that Linux does.
a) we could drop that modification, but then we'd have to at least rebuild =
all
the plugins which were installed in the "modified" path (plus whatever users
built and installed on their own)
b) or we modify gimptool to use the declared path and not make up another p=
ath

a might be the cleaner option (if we could argue that the plugins may live
under lib/), but b looks like it will cause less breakage, so.

--=20
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-240154-6497-PfWyOMRAFR>