|
Lines 370-375
Link Here
|
| 370 |
</sect2> |
370 |
</sect2> |
| 371 |
</sect1> |
371 |
</sect1> |
| 372 |
|
372 |
|
|
|
373 |
<sect1 id="desktop-filemanagers"> |
| 374 |
<title>Filemanagers</title> |
| 375 |
|
| 376 |
<para>Especially for people coming from a Windows or Mac OS |
| 377 |
background, graphical filemanagers play an essential role in |
| 378 |
their daily computer usage. Both the <application>KDE</application> |
| 379 |
and <application>GNOME</application> desktop environments come |
| 380 |
with excellent applications, that do more than just help to organize |
| 381 |
your filesystem.</para> |
| 382 |
|
| 383 |
<para>This section covers these applications:</para> |
| 384 |
|
| 385 |
<informaltable> |
| 386 |
<tgroup cols="4"> |
| 387 |
<thead> |
| 388 |
<row> |
| 389 |
<entry>Application Name</entry> |
| 390 |
<entry>Resources Needed</entry> |
| 391 |
<entry>Installation from Ports</entry> |
| 392 |
<entry>Major Dependencies</entry> |
| 393 |
</row> |
| 394 |
</thead> |
| 395 |
|
| 396 |
<tbody> |
| 397 |
<row> |
| 398 |
<entry><application>Konqueror</application></entry> |
| 399 |
<entry>medium</entry> |
| 400 |
<entry>heavy</entry> |
| 401 |
<entry><application>KDE</application></entry> |
| 402 |
</row> |
| 403 |
<row> |
| 404 |
<entry><application>Nautilus</application></entry> |
| 405 |
<entry>medium</entry> |
| 406 |
<entry>heavy</entry> |
| 407 |
<entry><application>GNOME</application>-related libraries</entry> |
| 408 |
</row> |
| 409 |
<row> |
| 410 |
<entry><application>xfce4-fm</application></entry> |
| 411 |
<entry>light</entry> |
| 412 |
<entry>light</entry> |
| 413 |
<entry><application>Gtk+</application> |
| 414 |
</row> |
| 415 |
<row> |
| 416 |
<entry><application>Rox Filer</application></entry> |
| 417 |
<entry>light</entry> |
| 418 |
<entry>light</entry> |
| 419 |
<entry><application>GNOME</application>-related libraries</entry> |
| 420 |
</row> |
| 421 |
</tgroup> |
| 422 |
</informaltable> |
| 423 |
|
| 424 |
<sect2> |
| 425 |
<title>Konqueror</title> |
| 426 |
<indexterm> |
| 427 |
<primary><application>Konqueror</application></primary> |
| 428 |
</indexterm> |
| 429 |
|
| 430 |
<para><application>Konqueror</application> is the key application of the <application>K Desktop Environment</application>. It serves as a Webbrowser, Filemanager and documents viewer. |
| 431 |
Although it is integrated in <application>KDE</application> it can be used as |
| 432 |
a standalone application. It is a HTML 4.01 compliant Webbrowser, with support for |
| 433 |
CSS, Javascript and Plugins for Java, Flash and SSL. Like Mozilla it comes with Tabs |
| 434 |
for browsing. |
| 435 |
Konqueror is also a universal viewing application, able to display images and |
| 436 |
documents without having to launch another application. |
| 437 |
It allows you to do local and remote network file browsing, and applications |
| 438 |
may be launched with a click.</para> |
| 439 |
|
| 440 |
<para>To install <application>Konqueror</application> you have to |
| 441 |
install this port:</para> |
| 442 |
|
| 443 |
<screen>&prompt.root; <userinput>cd /usr/ports/x11/kdebase3</userinput> |
| 444 |
&prompt.root; <userinput>make install clean</userinput></screen> |
| 445 |
|
| 446 |
<para>Additional information about Konqueror is available at <ulink url="http://www.konqueror.org"> |
| 447 |
http://www.konqueror.org</ulink> |
| 448 |
</para> |
| 449 |
|
| 450 |
</sect2> |
| 451 |
<sect2 id="Nautilus"> |
| 452 |
<title>Nautilus</title> |
| 453 |
<indexterm> |
| 454 |
<primary><application>Nautilus</application></primary> |
| 455 |
</indexterm> |
| 456 |
|
| 457 |
<para>Initially developed by Eazel, <application>Nautilus</application> is now maintained |
| 458 |
by the <application>GNOME</application> Project. It is the |
| 459 |
<application>Konqueror</application>-pendant in the GNOME-World - allows you to |
| 460 |
manage your files and folders, or browse your LAN through Samba and NFS. |
| 461 |
The left part of the window features a <application>Mozilla</application>-style |
| 462 |
sidebar.</para> |
| 463 |
|
| 464 |
<screen>&prompt.root; <userinput>cd /usr/ports/x11-wm/nautilus2</userinput> |
| 465 |
&prompt.root; <userinput>make install clean</userinput></screen> |
| 466 |
|
| 467 |
<para>For further information visit the <ulink url="http://www.gnome.org/projects/nautilus/"> |
| 468 |
official project page</ulink>. |
| 469 |
</para> |
| 470 |
</sect2> |
| 471 |
|
| 472 |
<sect2 id="xfce4-fm"> |
| 473 |
<title>XFCE4 Filemanager</title> |
| 474 |
<indexterm> |
| 475 |
<primary><application>XFCE4 Filemanager</application> |
| 476 |
</indexterm> |
| 477 |
|
| 478 |
<para>This is the filemanager that comes with <application>xfce4</application>-desktop, |
| 479 |
which can be used as a standalone application. It features bookmarks to create |
| 480 |
virtual directories with local files and remote SMB network files or shares. The |
| 481 |
filemanager is able to mount and unmount <filename>/etc/fstab</filename> entries. |
| 482 |
There is also support for thrashbins.</para> |
| 483 |
|
| 484 |
<screen>&prompt.root; <userinput>cd /usr/ports/x11-wm/xfce4-fm</userinput> |
| 485 |
&prompt.root; <userinput>make install clean</userinput></screen> |
| 486 |
|
| 487 |
<para>More information is available at <ulink url="http://www.xfce.org/"> |
| 488 |
http:/www.xfce.org/</ulink></para> |
| 489 |
</sect2> |
| 490 |
|
| 491 |
<sect2 id="rox-filer"> |
| 492 |
<title>Rox Filer</title> |
| 493 |
<indexterm> |
| 494 |
<primary><application>Rox Filer</application> |
| 495 |
</indexterm> |
| 496 |
|
| 497 |
<para>While other filemanagers are sometimes a bit ponderous, this one is |
| 498 |
fast and lightweight. It features a powerful expression-based find feature, |
| 499 |
a pop-up minibuffer allows navigating the filesystem using shell-style tab |
| 500 |
completion. Like xfce4-fm it is also able to mount and unmount filesystems. |
| 501 |
</para> |
| 502 |
|
| 503 |
<screen>&prompt.root; <userinput>cd /usr/ports/x11-wm/xfce4-fm</userinput> |
| 504 |
&prompt.root; <userinput>make install clean</userinput></screen> |
| 505 |
|
| 506 |
<para>Additional information is available at the rox-filer project page |
| 507 |
at <ulink url="http://rox.sourceforge.net/">http://rox.sourceforge.net/</ulink></para> |
| 508 |
</sect2> |
| 509 |
</sect1> |
| 510 |
|
| 373 |
<sect1 id="desktop-productivity"> |
511 |
<sect1 id="desktop-productivity"> |
| 374 |
<title>Productivity</title> |
512 |
<title>Productivity</title> |