TkDesk is a graphical desktop manager for UNIX (especially Linux) and the X Window System. Compared with other file managers available, it offers the most complete set of file operations and services, plus gives the user the ability to configure most aspects of TkDesk in a powerful way. The reason for this is the use of Tcl/Tk as the configuration and (for the greatest part of TkDesk) implementation language. TkDesk has been influenced by various other systems and file managers: NeXT, for laying out the file browser windows, Apple Finder, for the idea of file annotations and, (shock horror), Windows 95, for some other (of course minor and unimportant) inspirations.
This is a brief overview of the most prominent features of TkDesk:
COPYING
, or menu
entry Help/License
for
information on usage and redistribution of TkDesk.TkDesk uses a number of other freely available packages without which TkDesk would not have been possible. I'd like to say many thanks to the following people:
majordomo@mrj.com
,
send a mail with the body "subscribe tkdesk" to join),[incr tcl]
,And a very big thank you to the growing TkDesk user community,
which provides me with a constant flow of bug reports (getting less
now :-)
), suggestions for enhancements of TkDesk, and lots of
motivation and encouragement.
Special thanks to Chuck Robey for revising a previous version of this guide.
If you have Netscape running, TkDesk will use that for displaying this User's Guide on-line. Otherwise, to reduce overhead, TkDesk uses its own, rather sophisticated help system. It features hypertext links, context sensitivity (which is not yet utilised by TkDesk) and full text search.
The help window consists of three areas:
[Ff]eatures
). After hitting Return
, the whole help
text is searched for this expression. Pressing Return
again
continues the search.Text that is displayed blue in the help window is a hypertext link. When the left mouse button is clicked over such a link the display will automatically change to the referenced section. One can jump back by pressing the "Back" button described above.
The following keys are bound when the mouse pointer is inside the help window:
Tab
Moves to the next section.
Shift-Tab
Moves to the previous section.
Control-Tab
Moves to the first section.
Control-Shift-Tab
Moves to the last section.
Up, Down
Scrolls one line up/down.
Page up, Page down
Scrolls one page up/down.
Control-Home
Jumps to start of help text.
Control-End
Jumps to end of help text.
Meta/Alt-b
Equivalent to pressing the "Back" button.
Meta/Alt-c, Escape
Equivalent to pressing the "Close" button.
Usually TkDesk is started simply by executing the command
"tkdesk
" from the shell prompt or your X
initialisation file. The command line options understood by TkDesk are
the following:
Reads the configuration from
directory dir instead of ~/.tkdesk
.
Reads the default configuration of TkDesk
instead of the user's one in ~/.tkdesk
.
TkDesk uses the icon window facility only if fvwm is the current window manager. Since other window managers may also support icon windows, or TkDesk maybe unable to detect you're running fvwm, this command line option forces TkDesk to use icon windows. The advantage of these is that they look nicer and files can be dropped on them.
Iconifies all file browser and file list windows created by TkDesk during start-up.
If this option is given, the first file browser will open with directory dir.
For example, the command "tkdesk -fvwm -iconic
"
forces Tkdesk to use icon windows and starts with all windows iconified.