Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2009 16:29:28 +0100 (CET)
From:      Harald Schmalzbauer <freebsd@omnilan.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/131672: Icon for gonvert doesn't work
Message-ID:  <200902141529.n1EFTSI2068369@titan.flintsbach.schmalzbauer.de>
Resent-Message-ID: <200902141530.n1EFU4DU001251@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         131672
>Category:       ports
>Synopsis:       Icon for gonvert doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 14 15:30:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Harald Schmalzbauer
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD titan.flintsbach.schmalzbauer.de 7.1-STABLE FreeBSD 7.1-STABLE #3: Tue Feb 3 09:13:42 CET 2009 root@titan.flintsbach.schmalzbauer.de:/usr/obj/usr/src/sys/TITAN i386


	
>Description:
	The desktop entry for gonvert defines a linked icon from the
wrong place
>How-To-Repeat:
	install gonvert and watch the xfce start menu for example.
Ther weill be no Icon
>Fix:
post-install in the Makefile links the gonvert.png from the building
directory. I guess it sould be {DATADIR} instead, though I haven't inspected
why there is ${DATADIR}/pixmaps _and_ ${PREFIX}/share/pixmaps

--- Makefile.orig       2009-02-14 16:17:42.000000000 +0100
+++ Makefile    2009-02-14 16:19:29.000000000 +0100
@@ -34,7 +34,7 @@
        @${MKDIR} ${DATADIR}/pixmaps
        ${INSTALL_DATA} ${WRKSRC}/pixmaps/*.png ${DATADIR}/pixmaps
        @${MKDIR} ${PREFIX}/share/pixmaps
-       ${LN} -sf ${WRKSRC}/pixmaps/gonvert.png ${PREFIX}/share/pixmaps
+       ${LN} -sf ${DATADIR}/pixmaps/gonvert.png ${PREFIX}/share/pixmaps
        @${MKDIR} ${PREFIX}/share/locale/pl/LC_MESSAGES
        ${INSTALL_DATA} ${WRKSRC}/i18n/pl_messages.gmo \
                ${PREFIX}/share/locale/pl/LC_MESSAGES/gonvert.mo
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902141529.n1EFTSI2068369>