~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to doc/kscd/workman-docs/notes-ultrix

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
                                 ULTRIX notes
 
3
                                       
 
4
   WorkMan was ported to ULTRIX by Chris Ross ([1]cross@eng.umd.edu). Bug
 
5
   reports should still be sent to me at [2]koreth@hyperion.com, though;
 
6
   I will forward ULTRIX-specific reports to Chris.
 
7
   
 
8
   This program should compile and run under ULTRIX 4.2. You will need
 
9
   the XView toolkit, version 3.0 or higher. An ULTRIX port of XView is
 
10
   available from many sites via anonymous ftp. Use archie to find one
 
11
   near you. Neither Chris nor I can supply people with XView sources, so
 
12
   please don't ask.
 
13
   
 
14
   You will need to use "imake" to build a Makefile suitable for ULTRIX;
 
15
   the supplied Makefile is tuned for Suns (though it isn't hard to
 
16
   adjust if you prefer not to use imake). The usual way of running imake
 
17
   is to type "xmkmf" and let it figure out all the parameters.
 
18
   
 
19
   There is a WorkMan binary at ftp.hyperion.com:/WorkMan/ultrix.tar.Z if
 
20
   you can't find XView or don't want to bother installing it. You may
 
21
   need to install the OPEN LOOK fonts, though; they are available from
 
22
   ftp.hyperion.com as well as with the generic XView source
 
23
   distribution, available widely in the contrib section of X11R5. You do
 
24
   not need to build XView from source to get the fonts from the source
 
25
   distribution.
 
26
   
 
27
   If you get an error like "Cannot open connection to window server",
 
28
   try any of several things:
 
29
    1. Specify the font explicitly, e.g. "workman -fn lucidasans-12". If
 
30
       you don't have the OPEN LOOK fonts installed, try "Courier10"
 
31
       instead.
 
32
    2. Set your DISPLAY environment variable to ":0.0".
 
33
    3. Set your DISPLAY environment variable to "hostname:0"
 
34
       (substituting your display host for "hostname", of course).
 
35
       
 
36
   Those are all the things ULTRIX people have reported as fixes. If they
 
37
   don't work, unfortunately there's not much I can do about it.
 
38
   
 
39
   For those who'd like to read through the source, note that the ULTRIX-
 
40
   specific code is all contained in plat_ultrix.c.
 
41
   
 
42
     _________________________________________________________________
 
43
                                      
 
44
   [3]To the install page
 
45
   
 
46
      Last update: 02 Jun 1995
 
47
 
 
48
References
 
49
 
 
50
   1. mailto:cross@eng.umd.edu
 
51
   2. mailto:koreth@hyperion.com
 
52
   3. file://localhost/home/woodstock/koreth/wm/workman/HTML/install.html