tag 655076 - patch
tag 655076 + pending
thanks

On Sun, Jan 08, 2012 at 12:05:37PM +0000, Julian Gilbey wrote:
> The file /usr/lib/libreoffice/share/xdg/qstart.desktop has the line:
> Exec=libreoffice3.4 --quickstart --nologo --nodefault
> but the binary libreoffice3.4 does not exist; this should be changed
> to plain libreoffice.

Ah, yeah. they moved the info, we had

       PRODUCTVERSION=`grep PRODUCTVERSION 
$(SOURCE_TREE)/sysui/desktop/productversion.mk | head -n 1 | cut -d"=" -f2 | 
sed -e s/\ //g`; \
       sed -i -e "s,Exec=libreoffice$$PRODUCTVERSION,Exec=ooffice$(VER)," 
[...]
                $(PKGDIR)-gtk/$(OOBRANDDIR)/share/xdg/qstart.desktop

in debian/rules - which didn't work anymore..

Fixed to

       PRODUCTVERSION=`grep PRODUCTVERSION 
$(SOURCE_TREE)/solenv/inc/productversion.mk | head -n 1 | cut -d"=" -f2 | sed 
-e s/\ //g`; \
       sed -i -e "s,Exec=libreoffice$$PRODUCTVERSION,Exec=libreoffice$(VER)," \

Regards,

Rene



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to