From owner-freebsd-openoffice@FreeBSD.ORG Wed Mar 29 12:20:50 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE2D116A400 for ; Wed, 29 Mar 2006 12:20:50 +0000 (UTC) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6CB43D5D for ; Wed, 29 Mar 2006 12:20:44 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip02.eastlink.ca ([24.222.10.10]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IWW003II2AB0XU1@mta01.eastlink.ca> for openoffice@freebsd.org; Wed, 29 Mar 2006 08:20:35 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip02.eastlink.ca with ESMTP; Wed, 29 Mar 2006 08:20:33 -0400 Date: Wed, 29 Mar 2006 08:19:32 -0400 From: Duane Whitty In-reply-to: <442A6278.5040507@bestyle.ru> To: Anton Statutov Message-id: <442A7B54.2030207@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <442A6278.5040507@bestyle.ru> User-Agent: Thunderbird 1.5 (X11/20060309) Cc: openoffice@FreeBSD.org Subject: Re: OO-2.0.2 postinstall settings X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 12:20:51 -0000 Anton Statutov wrote: > I'm using KDE 3.5 on FreeBSD 5.3. I have installed OO-2.0.2 from the > ports tree. It works well but has no integration with the kde (I need > to run it manually from console.) What's the right way to use it from > kde? > > Here is install command: > cd /usr/ports/editors/openoffice.org-2.0 && make LOCALIZED_LANG=ru > -DWITH_KDE -DWITHOUT_MOZILLA install clean > _______________________________________________ I'm using FreeBSD 6-STABLE; I don't know if it makes a difference. Here is how I added OOo 2.0.2 for KDE 3.5 Right click on the KDE panel Choose Panel Menu Choose Add Application to Panel Choose Add Non-KDE Application Enter whatever you want for button title Under executable enter /usr/local/bin/openoffice.org-2.0.2 This adds a button which will launch the full OOo suite as opposed to just the editor, database, etc. There are wrappers available that will launch those applications separately if that is what you wish To configure the icon for the button which will be displayed on the panel: Right click on the icon that was added to the panel in the previous step Choose configure Left click on the icon being used for the button Choose Other icons under Icon Source Choose Browse Under Location enter /usr/local/share/icons/crystalsvg/scalable/apps/openoffice.svgz Click Open After doing this I have the OOo icon on my KDE panel and I can launch OOo without problems. Caveat: Your file system paths may be different but these are where the files are located on my system. YMMV --Duane Whitty