From owner-freebsd-ports@FreeBSD.ORG Sun Jan 30 13:50:46 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7214D106564A for ; Sun, 30 Jan 2011 13:50:46 +0000 (UTC) (envelope-from srandall52@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 266D68FC1B for ; Sun, 30 Jan 2011 13:50:45 +0000 (UTC) Received: by gxk8 with SMTP id 8so1777813gxk.13 for ; Sun, 30 Jan 2011 05:50:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:reply-to:x-mailer:mime-version:content-type :content-transfer-encoding; bh=jMbYPj7Ft0TVPjNAlaTgvw75NsQQKAXIhblfdrOy7zg=; b=cOdshyiruAQrru7f+mpQwuZJdiNUc+HBaYW7tuqtRG8fK7Io2UtNToKhrKNr/s8waV mC3zYGCVs6MtYW+VnDD7ntP6hk7AuZHKLiYOFZEv+qHS14x1hPIXMh1en5IyZKtsDFkL a++W06KBBl1y7Xw+lr6ZuX8qbV/Z19z7R4BLg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=E+n+gBNAJhtDI6a4JIYkydz1QlSn5R5RS6pRfV6s75Ob+nSMXkuyylkbHnyYF4KIeI GeUSHRCXWJ+GpC5LEMlyAmfxOBmFc8ysn09NAt/8aupdi/MFrlsIIQai/vTbWPNa8B7Z 3Kyoi9BU+MBd/zQOI7wMQVuPaF/8clzYrYQuo= Received: by 10.236.111.13 with SMTP id v13mr9557246yhg.37.1296395445144; Sun, 30 Jan 2011 05:50:45 -0800 (PST) Received: from locust.local (adsl-68-88-175-232.dsl.wchtks.swbell.net [68.88.175.232]) by mx.google.com with ESMTPS id f13sm3835305yhf.33.2011.01.30.05.50.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 30 Jan 2011 05:50:44 -0800 (PST) Date: Sun, 30 Jan 2011 07:50:38 -0600 From: Steve Randall To: freebsd-ports@freebsd.org Message-ID: <20110130075038.6add2549@locust.local> In-Reply-To: <20110130020327.GC52232@mail.hs.ntnu.edu.tw> References: <20110128211737.391bec10@ukr.net> <20110128222217.GM9701@eggman.experts-exchange.com> <20110129000113.GN9701@eggman.experts-exchange.com> <20110129090224.234881b5@locust.local> <20110130020327.GC52232@mail.hs.ntnu.edu.tw> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [CFT] cpu stresser^W libreoffice 3.3.0 final X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2011 13:50:46 -0000 On Sun, 30 Jan 2011 10:03:27 +0800 Denny Lin wrote: > On Sat, Jan 29, 2011 at 09:02:24AM -0600, Steve Randall wrote: > I also added FreeBSD to the script, and now it works perfectly. I can > open, edit, and save documents without problems. The script for printer administration needs a similar fix, but it's less obvious how to go about it. Possibly it wasn't fixed for OpenBSD? > > > The *.desktop files installed in /usr/local/share/applications probably > > should not be there. Most of them are incorrect anyway. What OOo does > > is create a symlink to its own directory where the *.desktop files > > live. Those in the corresponding LO directory work much better, except > > none of them show icons in the menu. It looks like this is because the > > *.desktop files reference e.g. Icon=libreoffice-base, but the actual > > icon is (still) named ooo-base.png. > > The LibreOffice apps don't appear in the GNOME menu for some reason. That's because of the *.desktop files. Try this: # ln -s /usr/local/lib/libreoffice/share/xdg \ /usr/local/share/applications/libreoffice There won't be any icons in the menu, but that's not critical. Printer admin will still be missing. printer-admin.desktop references libreoffice-printeradmin, which is not in /usr/local/bin by that name or any other.