(no commit message)
[ikiwiki.git] / docs / handbook / handbook-desktop-productivity.mdwn
1 ## 15.3 Productivity 
2
3
4
5 When it comes to productivity, new users often look for a good office suite or a friendly word processor. While some [x11-wm.html desktop environments] like  **KDE**  already provide an office suite, there is no default application. DragonFly provides all that is needed, regardless of your desktop environment.
6
7
8
9 This section covers these applications:
10
11
12
13 [[!table  data="""
14 | Application Name | Resources Needed | Installation from Ports | Major Dependencies 
15   **KOffice**  | light | heavy |  **KDE**  
16   **AbiWord**  | light | light |  **Gtk+**  or  **GNOME**  
17   **The Gimp**  | light | heavy |  **Gtk+**  
18   **OpenOffice.org**  | heavy | huge | ***'GCC 3.1***', ***'JDK™ 1.3***',  **Mozilla**  |
19
20 """]]
21
22 ### 15.3.1 KOffice 
23
24
25
26 The KDE community has provided its desktop environment with an office suite which can be used outside  **KDE** . It includes the four standard components that can be found in other office suites.  **KWord**  is the word processor,  **KSpread**  is the spreadsheet program,  **KPresenter**  manages slide presentations, and  **Kontour**  lets you draw graphical documents.
27
28
29
30 Before installing the latest  **KOffice** , make sure you have an up-to-date version of  **KDE** .
31
32
33
34 To install  **KOffice**  as a package, you can use the ports collection. For instance, to install  **KOffice**  for ***'KDE3***', do:
35
36
37
38     
39
40     # cd /usr/pkgsrc/misc/koffice
41
42     # bmake install clean
43
44
45
46
47
48 ### 15.3.2 AbiWord 
49
50
51
52  **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.
53
54
55
56  **AbiWord**  can import or export many file formats, including some proprietary ones like Microsoft `.doc`.
57
58
59
60  **AbiWord**  is available as a package. You can install it by:
61
62
63
64     
65
66     # pkg_radd abiword
67
68 or
69
70     # pkgin in abiword
71
72
73
74 If the package is not available, it can be compiled from the ports collection. The ports collection should be more up to date. It can be done as follows:
75
76
77
78     
79
80     # cd /usr/pkgsrc/editors/AbiWord
81
82     # bmake install clean
83
84
85
86
87
88 ### 15.3.3 The GIMP 
89
90
91
92 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.
93
94
95
96 You can install the package by issuing this command:
97
98     
99
100     # pkg_radd gimp-2.6
101
102 or 
103
104     # pkgin in gimp-2.6
105
106
107 If your FTP site does not have this package, you can use the ports collection. The [graphics](http://www.FreeBSD.org/ports/graphics.html) directory of the ports collection also contains  **The Gimp Manual** . Here is how to get them installed:
108
109
110
111     
112
113     # cd /usr/pkgsrc/graphics/gimp
114
115     # bmake install clean
116
117     
118
119 ### 15.3.4 OpenOffice.org 
120
121
122
123  **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.
124
125
126
127 The word processor of  **OpenOffice.org**  uses a native XML file format for increased portability and flexibility. The spreadsheet program features a macro language and it can be interfaced with external databases.  **OpenOffice.org**  is already stable and runs natively on Windows®, Solaris™, Linux, FreeBSD, and Mac OS® X. More information about  **OpenOffice.org**  can be found on the [OpenOffice web site](http://www.openoffice.org/). For FreeBSD specific information, and to directly download packages use the [FreeBSD OpenOffice Porting Team](http://projects.imp.ch/openoffice/)'s web site. These packages should work on DragonFly.
128
129
130
131 To install  **OpenOffice.org**:
132
133   
134 Load linux module into kernel 
135
136     #kldload linux
137
138 Add to /boot/loader.conf:
139  
140     #echo 'linux_enable="YES"' >> /boot/loader.conf
141
142 Then
143  
144     #cd /usr/pkgsrc/emulators/suse100_base
145     #bmake install clean
146
147 Install  OpenOffice:
148
149     #cd /usr/pkgsrc/misc/openoffice3-bin
150     #bmake install clean
151
152 Use: 
153
154     %soffice 
155
156 to start openoffice.org application menu. 
157
158 With default settings it will probably fail to save any document.
159
160 You have to create a /tmp directory inside your user home folder with full read&write privileges. 
161 Then inside swriter, go to Tools → Options → Paths and change path for Temporary files (point to /tmp folder with full read&write privileges (for user) created earlier.
162     
163 CategoryHandbook
164
165 CategoryHandbook-desktop
166