The File ManagerThe default file manager in &tde; is &konqueror;. Please refer to
the
Konqueror Handbook for detailed information.How can I change the appearance of a folder in
&konqueror;?Right-click the folder, select Properties,
click on the large icon in the dialog which appears, and choose another
icon.To change the icon displayed for entries in the
TDE Menu, use the Menu Editor,
located at SettingsMenu
Editor.
How can I do non-anonymous &FTP; transfers with &konqueror;?Normally, if you enter a &URL; like
ftp://ftp.somehost.com,
&konqueror; will attempt an anonymous login to the &FTP; server. If you
want to login as a particular user, enter a &URL; like
ftp://username@ftp.somehost.com
instead. &konqueror; will ask for your password and connect to the
server.How do I specify the startup folder for &konqueror;?With the desktop Home icon, using the &RMB;, select the icon and choose
Properties. Select the
URL tab. Type /whereever/you/want
with the folder you would like &konqueror; to start in.From within &konqueror; the process is similar. Ensure the Navigation Panel is active
(press F9). From the Navigation Panel tabs, select the Home icon.
In the Navigation Panel directory, use the &RMB; to select the top level Home Folder and select Properties.How do I rename files?Simply right click on the file and select
Rename or press the keyboard shortcut F2 with a file selected.Where did the delete entry from my right-click context menu go?The Delete context menu entry that bypasses the
Trash can is not displayed by default. To enable that menu option, go to
SettingsConfigure
&konqueror; and select
Behaviour in the iconbar to the left. Enable the checkbox
Show 'Delete' context menu entries which bypass the
trashcan.
How do I configure the programs that &konqueror; uses to
open different types of files?In order to configure file associations, you should go to the
&kcontrolcenter; and choose the item File
Associations under the category TDE
Components.
Suppose the default PDF viewer is now &kghostview; and
you would prefer to use KPDF as a viewer. You
would simply type pdf in the search box at the top of
the dialog, choose pdf in the
application group and move
KPDF up. In the Embedding
tab you can also choose which component other applications will use to
display files (for example, when viewing files in &konqueror; or using
&ark;'s embedded viewer).
When I try to click on a folder in &konqueror;, I get the
message: There appears to be a configuration error. You have
associated Konqueror with inode/directory, but it cannot handle this file
type.Make sure the embedding settings for inode/directory
are correct:
In &konqueror;, go to
SettingsConfigure
Konqueror and then to the File
Associations page.Open
inode->directory in the tree view.Click on
the
Embedding tab. Make sure that Left Click
Action is set to Show file in embedded
viewer, and by default Icon View (konq_iconview)
is at the top
of Services Preference Order.What are and
parameters in a file's Properties Command line?They are used by all &tde; applications (since they are implemented in
KApplication and all good &tde; programs create a
KApplication object before they even look at the
command line arguments).A standard line for a &tde;
application looks like this: foo. Pretty confusing,
-but it has been designed in that way so that it can integrate legacy,
non-&tde; applications as smoothly as possible. &konqueror;, when executing
the line above, will extend the command to
foo. Both the icon and the mini-icon as well as "The
Foo" are properties defined in the .desktop file. If
the icons are not defined, they simply default to the executable name
foo.This way a user can change these things in &kmenuedit; for his or her
applications. The option is important, because no
user will accept that the menu item Editor starts
something called kedit-0.9pl4-build47. Instead, users
expect a window called Editor. Furthermore these
names are localized, &ie; an American English user launches
CD-Player and gets a window called
CD-Player while a German user launches
CD-Spieler and gets a window called
CD-Spieler.How do I make &konqueror; start up without a menu bar?
I can't save a view profile when the menu bar is invisible!The easiest way to do this is to edit &konqueror;'s
configuration file manually. Add the following lines to
~/.trinity/share/config/konquerorrc:
[KonqMainWindow]
MenuBar=Disabled
On restarting &konqueror;, the menubar should be hidden.