+++ /dev/null
-## Office suite on DragonFly
-
-
-Users often look for a good office suite or a friendly word processor. While some desktop environments like **KDE** already provide an office suite, there is no default office suite application on DragonFly but it provides all that is needed - [pkgsrc/pkgin](http://www.dragonflybsd.org/docs/howtos/HowToPkgsrc/) - for installing one.
-
-
-## KOffice
-
-To install **KOffice** , you have to use the pkgsrc collection.
-
-
- # cd /usr/pkgsrc/misc/koffice
-
- # bmake install clean
-
-or (KDE4 office suite)
-
- # cd /usr/pkgsrc/wip/koffice
-
- # bmake install clean
-
-The KDE community has provids its desktop environment with an office suite which can be used outside **KDE** . It includes: KWord - a frame-based, full-featured word processor, KSpread - a spreadsheet application, KPresenter - a presentation application, Kivio - a flowchart application, Kexi - an integrated database application, Krita - a pixel based image editing and paint application, Karbon14 - a vector-drawing application, KPlato - a technology preview of a new project management application.
-
-
-Before installing the latest **KOffice** , make sure you have an up-to-date version of **KDE** .
-
-
-## AbiWord
-
-
-**AbiWord** is available as a package. You can install it by:
-
-
- # pkg_radd abiword
-
-or
-
- # pkgin in abiword
-
-
-It can also be compiled from the pkgsrc collection.
-
-
- # cd /usr/pkgsrc/editors/abiword
-
- # bmake install clean
-
- **AbiWord** is a free word processing program similar in look and feel to **Microsoft® Word** . It is suitable for typing papers, letters, reports, memos, and so forth. It is very fast, contains many features, and is very user-friendly.
-
- **AbiWord** can import or export many file formats, including some proprietary ones like Microsoft `.doc`.
-
-
-## OpenOffice.org
-
-
-To install **OpenOffice.org** you have to load linux module into kernel by:
-
- #kldload linux
-
-To make that change permanent add the following line to <b>/boot/loader.conf</b> :
-
- #echo 'linux_enable="YES"' >> /boot/loader.conf
-
-Then install for eg. SUSE-based Linux binary emulation environment
-
- #cd /usr/pkgsrc/emulators/suse100_base
-
- #bmake install clean
-
-And finally, install OpenOffice.org by:
-
- #cd /usr/pkgsrc/misc/openoffice3-bin
-
- #bmake install clean
-
-To start openoffice.org application menu use:
-
- %soffice
-
-
-With default settings it will probably fail to save any document. You have to create a /tmp directory inside your user home folder with full read&write privileges. Then inside swriter (word procesor), go to <b>Tools → Options → Paths</b> and change path for temporary files (point to /tmp folder with full read&write privileges (for user) created earlier.
-
-
-OpenOffice.org includes all of the mandatory applications in a complete office productivity suite: a word processor, a spreadsheet, a presentation manager, and a drawing program. Its user interface is very similar to other office suites, and it can import and export in various popular file formats. It is available in a number of different languages including interfaces, spell checkers, and dictionaries.
-
-
-## The GIMP
-
-
-You can install the package by issuing this command:
-
-
- # pkg_radd gimp-2.6
-
-or
-
- # pkgin in gimp-2.6
-
-It can also be compiled from the pkgsrc collection.
-
-
- # cd /usr/pkgsrc/graphics/gimp
-
- # bmake install clean
-
-
-For image authoring or picture retouching, **The GIMP** is a very sophisticated image manipulation program. It can be used as a simple paint program or as a quality photo retouching suite. It supports a large number of plug-ins and features a scripting interface. **The GIMP** can read and write a wide range of file formats. It supports interfaces with scanners and tablets.
-
-
-CategoryHandbook
-
-CategoryHandbook-desktop
-