Descriptions of the Current Directory

TkDesk: a Desktop and File Manager for X11


[0] News

[1] Origin

ftp://sunsite.sut.ac.jp/pub/archives/linux/Incoming/tkdesk-1.0.tar.gz

A japanization patch was created:

tkdesk-1.0+jp.patch

[2] How to Build TkDesk from SRC

The TkDesk RPM building procedure is described in its spec file:
jp-tkdesk.spec

The point is to apply the above JP-patch and compile the patched source files with CC_OPTS='-O -DKANJI -DKINPUT2'.
You can rebuild the RPM using its corresponding SRPM as:

# rpm --rebuild <somewhere>/jp-TkDesk-1.0-1a.src.rpm

[3] How to Install TkDesk

Before installing jp-tkdesk, update your Mklinux to DR2.1update4 or higher: the package requires the full shared library support coming with DR2.1update4.

Onece the update is completed, the rest is a piece of cake.

First install a shared version of the japanized tcl7.6/tk4.2 combo:

# rpm -U <somewhere>/jp-tcltk-7.6p2_4.2p2-1A.ppc.rpm
if you haven't.

Otherwise, go straight ahead to the installation of TkDesk:

# rpm -U <somewhere>/jp-TkDesk-1.0-1a.ppc.rpm

In order to input Japanese characters, you have to have kinput2 started.

[4] Customizing TkDesk

Examples of customized configuration files can be found here.

If you have xfontsel-bin.tar.gz installed:

# tar -zxvf <somewhere>/xfontsel-bin.tar.gz -C /
you may want to replace
/usr/local/lib/TkDesk/Editor.tcl
by Editor.tcl.tar.gz to change editor fonts on the fly:
# tar -zxvf <somewhere>/Editor.tcl.tar.gz -C /

Back to Keisuke Fujii's MkLinux Page
fujiik@jlcuxf.kek.jp Dec. 6, 1997