From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 16:07:05 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE0F816A4CE for ; Mon, 17 Nov 2003 16:07:05 -0800 (PST) Received: from scorpion.eng.ufl.edu (scorpion.eng.ufl.edu [128.227.116.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 74A5943F85 for ; Mon, 17 Nov 2003 16:07:04 -0800 (PST) (envelope-from bob88@eng.ufl.edu) Received: (qmail 12499 invoked by uid 7794); 18 Nov 2003 00:07:03 -0000 Received: from bob88@eng.ufl.edu by scorpion by uid 7791 with qmail-scanner-1.16 ( Clear:. Processed in 0.416001 secs); 18 Nov 2003 00:07:03 -0000 Received: from scanner.engnet.ufl.edu (HELO eng.ufl.edu) (128.227.152.221) by scorpion.eng.ufl.edu with SMTP; 18 Nov 2003 00:07:02 -0000 Message-ID: <3FB962A6.7080706@eng.ufl.edu> Date: Mon, 17 Nov 2003 19:07:02 -0500 From: Bob Johnson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030710 X-Accept-Language: en-us, en, eo MIME-Version: 1.0 To: wiggtekmicro@comcast.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD-Questions@freebsd.org Subject: FreeBSD apps [WAS: Re: freebsd-mobile Digest, Vol 34, Issue 1] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD-Questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 00:07:05 -0000 > Date: Tue, 11 Nov 2003 15:47:46 -0500 > From: "Martes G. W." > To: freebsd-mobile@freebsd.org > Subject: Re: freebsd-mobile Digest, Vol 34, Issue 1 > 1) This question really belongs on FreeBSD-Questions, not -mobile (it's nice to post things to the correct list: reduces clutter and increases your chance of getting a useful answer). 2) You are more likely to get an answer if your subject line explains the general subject of the question. To save time, many people only read messages that sound like something they are interested in or can help with (I'm one of those - I read this one by accident). > Hello All. > > Does anyone know how the applications are supposed to be accessed on > BSD? While using KDE I am able to access quite a few applications, but > the desktop is quite complex, and I decided to try gnome2.4, to see if I > could access the linux compatible stuff. It seems to me that the only > office/application stuff is the kde propriatary-ish apps. Nothing else > seems to be locatable. I have the compat stuff installed, so how am I > supposed to be able to access the other applications, since they don't > seem to be available for FreeBSD itself. I really would like to use > openoffice.org 1.1 or anything other than the kde stuff. 3) Have you installed other applications? If you haven't installed Open Office you won't have it. It can be installed from /usr/ports/editors/openoffice. See http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/desktop-productivity.html Once you have installed it, you may or may not need to do something extra to get it to appear in the menu system of the desktop system you have selected (e.g. KDE, Gnome, etc.). You can run it from a command line in any case. To do this, open a console window (xterm, kterm, etc. -- in KDE it's the icon that looks like a terminal with a shell in front of it). Then enter the command "openoffice" and see what happens. > > I would appreciate at least one response this time, if you guys would > not mind.... > > Thanks again. I also strongly recommend that if you haven't done so already, you refer to the FreeBSD Handbook at http://www.freebsd.org/handbook. I think many of your questions will be answered there. There are several other web sites that also have good "how to" FreeBSD information, for instance, http://www.freebsddiary.org/ - Bob