Date: Mon, 23 Apr 2012 16:29:53 +0200 From: Oliver Heesakkers <freebsd@heesakkers.info> To: freebsd-ports@freebsd.org Subject: Re: libreoffice 3.5.2 Message-ID: <9279766.astU6IebO4@pcoliver.heesakkers.info> In-Reply-To: <20120423111058.GC25330@azathoth.lan> References: <201204230530.04476.lumiwa@gmail.com> <20120423111058.GC25330@azathoth.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
Op ma 23 apr 2012 13:10:58 schreef Baptiste Daroussin: > On Mon, Apr 23, 2012 at 05:30:04AM -0500, ajtiM wrote: > > I installed LibreOffice on FreeBSD 9.0 Release, KDE 4.7.4 but there are > > no programs in KDE Launcher menu - Office or in the other groups. > > > > First I deinstalled 3.4 because I had some problem and installed 3.5.2. > > > > Thanks in advance. > > Did you restart you kde? (sorry I know nothing about kde :)) normally the > .desktop files should be correctly installed can you show me the result of: > pkg_info -L libreoffice | grep desktop > > regards, > Bapt I can confirm this problem, it persists after restarting KDE / the system. Comparing pkg_info -L (...) | grep desktop from 3.4.5 to 3.5.2: $ diff -u LO345desktop.txt LO352desktop.txt --- LO345desktop.txt 2012-04-23 16:04:58.363574231 +0200 +++ LO352desktop.txt 2012-04-23 16:05:10.914574185 +0200 @@ -1,5 +1,5 @@ -/usr/local/lib/libreoffice/basis3.4/program/desktopbe1.uno.so -/usr/local/lib/libreoffice/basis3.4/program/libdesktop_detectorfb.so +/usr/local/lib/libreoffice/program/desktopbe1.uno.so +/usr/local/lib/libreoffice/program/libdesktop_detectorlo.so /usr/local/lib/libreoffice/share/xdg/base.desktop /usr/local/lib/libreoffice/share/xdg/calc.desktop /usr/local/lib/libreoffice/share/xdg/draw.desktop @@ -9,13 +9,6 @@ /usr/local/lib/libreoffice/share/xdg/printeradmin.desktop /usr/local/lib/libreoffice/share/xdg/startcenter.desktop /usr/local/lib/libreoffice/share/xdg/writer.desktop -/usr/local/share/applications/libreoffice-base.desktop -/usr/local/share/applications/libreoffice-calc.desktop -/usr/local/share/applications/libreoffice-draw.desktop -/usr/local/share/applications/libreoffice-impress.desktop -/usr/local/share/applications/libreoffice-math.desktop -/usr/local/share/applications/libreoffice-startcenter.desktop -/usr/local/share/applications/libreoffice-writer.desktop /usr/local/share/mimelnk/application/libreoffice-drawing-template.desktop /usr/local/share/mimelnk/application/libreoffice-drawing.desktop /usr/local/share/mimelnk/application/libreoffice-extension.desktop Creating the missing symlinks by hand fixes the problem for now. As a sidenote: I had to create a symlink /usr/share/locale/en_US and become root using 'su -l' rather than just 'su' to complete the build process (that last one was linked to the KDE4 option). Regards, Oliver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9279766.astU6IebO4>