*VERY LATE* SUMMARY: Bugs in OpenWindows 2.0?

From: Brad L. Knowles (blknowle%aragorn.jdssc.dca.mil@eecs.nwu.edu)
Date: Tue Aug 13 1991 - 20:18:08 CDT


Folks,

    [Sorry, but my mailhost has been down ever since I first tried to
     post this, and just got my SS2/GX set up as the new mailhost. -BK]

    Sorry it took so long, but I've gotten real busy lately.

    I have decided not to summarize the comments I got on the bugs I
mentioned -- most said ``nope, never seen 'em'', while some said ``yup, I
can duplicate the problems you have, but don't have any solutions for
you'', and a few suggested using xterm to fix these problems.

    The summaries below are just for the topic of getting larger fonts on
screen. Many people said ``change your .openwin-menu file to include
sizes on the command-line arguments to shelltool and cmdtool'', others
suggested ``change the command-line arguments shown in .openwin-init'',
some suggested using xterm to fix these problems too, and a few suggested
changes I could make in .Xdefaults for setting my window.scale variable.
I wanted a general solution like the latter, but all the ones I tried
didn't work for me.

    Torsten Metzner (<tom@uni-paderborn.de>) has made comments below that
lead me to believe that I am not the only one who cannot make global
changes in .Xdefaults work for the changing of fonts.

    I ended up taking the suggestion of Gus Teshke
<Gus.Teschke@med.umich.edu> -- create a few cmdtools and shelltools with
the single command line option of ``-scale large'' (or -scale extra_large,
if you prefer), then saving my workspace and letting the OpenWindows
software take care of the problem for me. This doesn't give me the
general solution I was looking for, but it does give me enough of what I
needed to get going without going blind.

    I hope this helps someone else.
 ________________________________________________________________________
| Brad Knowles | Internet: blknowle@frodo.jdssc.dca.mil |
| DISA/DSSO/JNSL | Ph: (703) 693-5849 Fax: (703) 693-7329 |
| The Pentagon, Room BE685 |-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-|
| Washington, D.C. 20301-7010 | Speaking from, *not* for DISA (nee DCA) |
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Date: Fri, 28 Jun 91 14:15:16 PDT
From: xphoton!midi!miker@sunkist.West.Sun.COM (Mike Rembis)
Message-Id: <9106282115.AA11525@midi.xphoton.COM>
To: sunkist!frodo.jdssc.dca.mil!blknowle@sunkist.West.Sun.COM
Subject: Re: Bugs in OpenWindows 2.0?
Status: R

This is what I did to get larger fonts on screen.

In my .openwin-menu file:

#
# Root menu file for OpenWindows X11/NeWS

"Workspace" TITLE

"Shells" MENU
    "Command Tool..." DEFAULT exec $OPENWINHOME/bin/xview/cmdtool -font 9x15bold
    "Color Command Tool..." exec $OPENWINHOME/bin/xview/cmdtool -Wf 0 0 0 -Wb `rndrgb` -font
9x15bold
    "Shell Tool..." exec $OPENWINHOME/bin/xview/shelltool -font 9x15bold
    "Remote Login" MENU
                                              .
                                              .
                                              .
                                              .
                                              .
                                              .

NOTE the use of the "-font" qualifier. The fonts are located in /usr/openwin/lib/fonts

Hope this helps your eyes !!
< it did mine &^) >

Mike

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Date: Fri, 28 Jun 91 15:56:47 EDT
From: ept@eptsun1.ctd.ornl.gov (E P Tinnel)
Message-Id: <9106281956.AA12308@eptsun1.ctd.ornl.gov>
To: blknowle@frodo.jdssc.dca.mil
Subject: Re: Bugs in OpenWindows 2.0?
Status: R

]> Finally, I have been racking my brains trying to find where I can
]> change the default font used by OpenWindows for the cdmtool and shelltool
]> windows. The font used is so tiny on my 16" monitor that I am going
]> blind, and I can't find where to change this! I've read the man page on
]> olwm and OpenWindows, and although I can find out how to change just about
]> everything else (like the background screen color, or put up a color
]> picture as my background, change the glyph and icon fonts, etc...), I
]> can't find where to change the default font! If the answer is RTFM, would
]> someone please point me to the correct place in TFM?!?
]>

This one I can answer! Change your .openwin-menu and .openwin-init files to
include command line options for the utilities you wish to launch, e.g., for
.openwin-init, you might have something like . . .

cmdtool -Wp 0 129 -Ws 861 698 -WP 1006 230 +Wi -Wt
-schumacher-clean-medium-r-normal--14-140-75-75-c-80-iso8859-1 &

. . . and for .openwin-menu . . .

   "Command Tool..." DEFAULT exec $OPENWINHOME/bin/xview/cmdtool -Wt
-schumacher-clean-medium-r-normal--14-140-75-75-c-80-iso8859-1

I suggest experimenting with the available fonts (xlsfonts) to find something
you like. Fire off a cmdtool with likly candidates and try it out. Caution:
I found that the following are necessary for some pop-ups (e.g., 'find'):

-sun-open look glyph-----10-100-75-75-p-106-sunolglyph-1
-sun-open look glyph-----12-120-75-75-p-116-sunolglyph-1
-sun-open look glyph-----14-140-75-75-p-136-sunolglyph-1
-sun-open look glyph-----19-190-75-75-p-163-sunolglyph-1

These are used automatically, and, if you pick a cmdtool font which isn't of
the correct point size, your cmdtool may abort. The 10, 12, 14, and 19 in the
above are the font sizes.

Another way to explore fonts is with the program xfontsel from the X distribution.

Ed Tinnel
Martin Marietta
ept@ornl.gov

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Message-Id: <9106282001.AA06155@sacto.West.Sun.COM>
Subject: Re: Bugs in OpenWindows 2.0?
To: sacto!frodo.jdssc.dca.mil!blknowle@sacto.West.Sun.COM (Brad L. Knowles)
Date: Fri, 28 Jun 91 13:01:13 PDT
From: Steve Riley <pacacc!steve@sacto.West.Sun.COM>
In-Reply-To: <9106281549.AA03942@frodo.jdssc.dca.mil>; from "Brad L. Knowles" at Jun 28, 91 11:49 am
X-Mailer: ELM [version 2.3 PL11]
Status: R

To get different fonts, or different sized windows look at "cmdtool -h"
output. I have never seen it in a manual, but you will get a whole screen
of options, see "-scale" and "-font", I think the scale option will do it
for you. Change these in your Openwindows menu, so that every time you
pick the cmdtool menu, you will get the size you want (.openwin-menu file).
Also set your .openwin.init file to start up the cmdtools like you want them.
I use color options (-fg and -bg) in the above mentioned files so I can use
the colors I like.

I can't remeber if you mentioned it, but "man xview" also gives nice info.

Good Luck!

-- 
/---------------------------------------------------------------\
| Steve Riley                   pacacc!steve@sacto.West.Sun.COM |
| Pacific Access Computers, Inc.             uunet!pacacc!steve |
| 2945 Kilgore Road                     Voice. 1 (916) 635-9300 |
| Rancho Cordova, CALIFORNIA 95670      Fax... 1 (916) 635-6211 |
|   (an AT&T Systems Integrator and Sun, Unisys & Stratus VAR)  |
\---------------------------------------------------------------/

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Date: Fri, 28 Jun 91 15:33:53 PDT From: deltam!flyer!mark@uunet.UU.NET (mark galbraith) Message-Id: <9106282233.AA10702@flyer.deltam> To: uunet!frodo.JDSSC.DCA.MIL!blknowle@uunet.UU.NET Subject: Re: OpenWindows "cursor vs. caret", etc.... Status: R

The font question is documented in the man page for xview (Don't ask me why it's there, but it is). They don't come out and say what the values are, but the method is descibed.

For a list of the fonts available to you, type 'xlsfonts | more'. Don't forget the more as in most X11 environments there are over 100 fonts in the list.

--Mark Galbraith Voice: +1 415 449 6881-- --Software Engineer UUCP: uunet!deltam!mark-- --System Administrator/Postmaster Domain: mark@deltam.com-- --Delta Microsystems, Inc. Compuserve: 76234,3126--

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Date: Fri, 28 Jun 91 17:30:54 PDT From: alison@c255.ucsf.EDU (ABoeckmann) Message-Id: <9106290030.AA08064@c255.ucsf.EDU> To: blknowle@frodo.jdssc.dca.mil Subject: Re: Bugs in OpenWindows 2.0? Status: R

I don't know how to change the font used for cmdtools, but I do know how to change it for shelltools (which I prefer to use). I specify -Wt /usr/lib/fonts/fixedwidthfonts/screen.b.12 Here is my .openwin-menu and .openwin-init files:

# # @(#)openwin-menu 23.7 90/06/19 # openwin-menu - OpenWindows X11/NeWS Server default root menu file.

"Workspace" TITLE

"Programs" MENU "Shell Tool..." DEFAULT exec $OPENWINHOME/bin/xview/shelltool -Wt /usr/lib/fonts/fixedwidthfonts/screen.b.12 "Command Tool..." exec $OPENWINHOME/bin/xview/cmdtool "Text Editor..." exec $OPENWINHOME/bin/xview/textedit "File Manager..." exec $OPENWINHOME/bin/xview/filemgr "Mail Tool..." exec $OPENWINHOME/bin/xview/mailtool "Calendar Manager..." exec $OPENWINHOME/bin/xview/cm "Clock..." exec $OPENWINHOME/bin/xview/clock "Calculator..." exec $OPENWINHOME/bin/xview/calctool "Print Tool..." exec $OPENWINHOME/bin/xview/printtool "Tape Tool..." exec $OPENWINHOME/bin/xview/tapetool "Binder..." exec $OPENWINHOME/bin/xview/binder "Snapshot..." exec $OPENWINHOME/bin/xview/snapshot "Icon Editor..." exec $OPENWINHOME/bin/xview/iconedit "Performance Meter..." exec $OPENWINHOME/bin/xview/perfmeter "Tutorial..." exec $OPENWINHOME/demo/online_intro/intro_start "Demos..." exec $OPENWINHOME/bin/hyperview xnewsdemo.hv "Programs" END PIN

"Utilities" MENU "Refresh" DEFAULT REFRESH "Reset Input" POSTSCRIPT /resetinput ClassUI send "Save Workspace" SAVE_WORKSPACE "Lock Screen" exec xlock "Console..." exec $OPENWINHOME/bin/xview/cmdtool -C "Utilities" END

"Properties..." PROPERTIES

"Exit..." EXIT #! /bin/sh # .openwin-init - OpenWindows initialization script. # WARNING: This file is automatically generated. # Any changes you make here will be lost! shelltool -Wp 0 104 -Ws 671 496 -WP 3 3 +Wi -Wt /usr/lib/fonts/fixedwidthfonts/screen.b.12 & shelltool -Wp 470 105 -Ws 672 766 -WP 159 3 +Wi -Wt /usr/lib/fonts/fixedwidthfonts/screen.b.12 & cmdtool -Wp 0 0 -Ws 590 77 -WP 81 3 +Wi -C & shelltool -Wp -15 373 -Ws 671 496 -WP 315 3 +Wi -Wt /usr/lib/fonts/fixedwidthfonts/screen.b.12 & clock -Wp 60 60 -Ws 150 150 -WP 716 9 -Wi & mailtool -Wp 30 30 -Ws 589 253 -WP 625 8 -Wi & cm -Wp 30 30 -Ws 640 690 -WP 813 3 -Wi &

Alison Boeckmann alison@c255.ucsf.edu University of Calfornia, San Francisco alison@ucsfc255.bitnet Room C255, Mail Stop 0626 (415) 476-1966 521 Parnassus Avenue San Francisco, CA 94143-0626

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Date: Fri, 28 Jun 91 22:40:18 PDT From: ltt@sungg3.PacBell.COM (Long T. Truong) Message-Id: <9106290540.AA09129@ggsunprg03.sungg3.PacBell.COM> To: blknowle@frodo.jdssc.dca.mil Subject: Re: Bugs in OpenWindows 2.0? Status: R

Brad,

Try typing

$OPENWINHOME/bin/xview/shelltool -h or $OPENWINHOME/bin/xview/cmdtool -h

you will get a list of command line arguments that you can use, which includes how to change the font size and type.

eg., $OPENWINHOME/bin/xview/shelltool -font courier-bold-18 &

By the way, you can use '$OPENWINHOME/bin/xfd -fn "font-name"' to decide which font you like to use. In addition, check out some of the supplied template in $OPENWINHOME/lib. eg., Openwin-menu, Xdefaults, etc...

Have fun!!

--Long Truong

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Date: Fri, 28 Jun 91 13:46:35 CDT From: "Jonathan C. Davis" <Jonathan.C.Davis@acenet.auburn.edu> Subject: Re: Bugs in OpenWindows 2.0? To: blknowle@frodo.jdssc.dca.mil Message-Id: <9106281846.AA04592@acenet.auburn.edu> X-Envelope-To: blknowle@frodo.jdssc.dca.mil Status: R

> Finally, I have been racking my brains trying to find where I can >change the default font used by OpenWindows for the cdmtool and shelltool >windows. The font used is so tiny on my 16" monitor that I am going >blind, and I can't find where to change this! I've read the man page on >olwm and OpenWindows, and although I can find out how to change just about >everything else (like the background screen color, or put up a color >picture as my background, change the glyph and icon fonts, etc...), I >can't find where to change the default font! If the answer is RTFM, would >someone please point me to the correct place in TFM?!?

Can't help here. You seem to have gotten as far as I have with it. Let me know if you figure it out. Thanks.

-- Jonathan C. Davis Extension Network Support Manager Alabama Cooperative Extension Service (205) 844-9660 Auburn University jdavis@acenet.auburn.edu

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Date: Sat, 29 Jun 91 08:09:54 EDT From: peterg@widget.murphy.com (Peter Gutmann) Message-Id: <9106291209.AA00438@widget.murphy.com> To: blknowle@frodo.jdssc.dca.mil Subject: Re: Bugs in OpenWindows 2.0? Status: R

Finally, I have been racking my brains trying to find where I can change the default font used by OpenWindows for the cdmtool and shelltool windows. The font used is so tiny on my 16" monitor that I am going blind, and I can't find where to change this! I've read the man page on olwm and OpenWindows, and although I can find out how to change just about everything else (like the background screen color, or put up a color picture as my background, change the glyph and icon fonts, etc...), I can't find where to change the default font! If the answer is RTFM, would someone please point me to the correct place in TFM?!?

You might want to try using the xterm window instead of the command tool window. The xterm seems to work far better for me then the command tool. You can find it in $openwin/demo/xterm. If you use the xterm then the font size and style can be controlled with a -font flag on the command line (and fron the xdefaults file).

Hope this helps, Peter Gutmann peterg@murphy.com

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

From: grevemey@vela.acs.oakland.edu (Steven E. Grevemeyer) Message-Id: <9106291756.AA21482@vela.acs.oakland.edu> Subject: Re: Bugs in OpenWindows 2.0? To: blknowle@frodo.jdssc.dca.mil (Brad L. Knowles) Date: Sat, 29 Jun 91 13:55:59 EDT In-Reply-To: <9106281549.AA03942@frodo.jdssc.dca.mil>; from "Brad L. Knowles" at Jun 28, 91 11:49 am X-Mailer: ELM [version 2.3 PL6] Status: R

I don't know about the bugs, but I fixed the fonts.

First, look in the Deskset reference (I don't have the page number I am trying to do this from memory) for the man pages for cmdtool and shelltool. Both of these programs take an optional parameter "-fn" or "-font" followed by the font name.

A list of available fonts if obtainable from:

$OPENWINHOME/bin/xlsfonts (it might be in bin/xview)

The other think to look at is in the .openwin-init (or one of the .openwin files). You can add onto the end of the olwm startup line a parameter of the form:

-scale extra_large

This is in the man pages in the Openwindows deskset reference as well. If you don't find it, I'll send you the exact formats monday when I get back to work.

-seg

grevemey@vela.acs.oakland.edu

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Message-Id: <12888.9107010954@mph.sm.ucl.ac.uk> From: gbarker@mph.sm.ucl.ac.uk (Dr Gareth J. Barker) Date: Mon, 1 Jul 1991 10:54:55 +0100 X-Mailer: Mail User's Shell (7.2.3 5/22/91) To: "Brad L. Knowles" <blknowle@frodo.jdssc.dca.mil> Subject: Re: Bugs in OpenWindows 2.0? Status: R

On Jun 28, 11:49, "Brad L. Knowles" wrote: } Subject: Bugs in OpenWindows 2.0? > Folks, > > Finally, I have been racking my brains trying to find where I can > change the default font used by OpenWindows for the cdmtool and shelltool > windows. The font used is so tiny on my 16" monitor that I am going > blind, and I can't find where to change this! I've read the man page on > olwm and OpenWindows, and although I can find out how to change just about > everything else (like the background screen color, or put up a color > picture as my background, change the glyph and icon fonts, etc...), I > can't find where to change the default font! If the answer is RTFM, would > someone please point me to the correct place in TFM?!? >

The line Window.Scale: large

in your .Xdefaults file should give you something readable. I assume, though I've not tried it that you can put a Window.Font line in too to actually set an expicit font.

-- Gareth J. Barker, Institute of Neurology, Queen Square, London, UK.

JANET : gbarker@uk.ac.ucl.sm.mph INTERNET : gbarker@mph.sm.ucl.ac.uk BITNET : gbarker%uk.ac.ucl.sm.mph@ukacrl.bitnet

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Date: Mon, 1 Jul 1991 14:07:46 +0200 X400-Originator: ray@ifh.ethz.ch X400-Mts-Identifier: [/PRMD=switch/ADMD=arcom/C=ch/;910701140746] X400-Content-Type: P2-1984 (2) Content-Identifier: 578 Conversion: Prohibited From: Ray Ballisti <ray@ifh.ethz.ch> Message-Id:<578*/S=ray/OU=ifh/O=ethz/PRMD=switch/ADMD=arcom/C=ch/@MHS> To: blknowle@frodo.jdssc.dca.mil Subject: font on openwin Status: R

------------------------------ Start of body part 1

Dear Brad, I do not know how to change the default font, so I call each window not from the menu but using directly an alias: /home/openwin/bin/xview/cmdtool -Wt /usr/lib/fonts/fixedwidthfonts/screen.r.16 If you know better, please summarize. Ciao Ray

------------------------------ Start of body part 2

------------------------------------------------------------------ Raymond Ballisti (Ray), Electromagnetics Group, Swiss Federal Institute of Technology (ETH) ETH-Zentrum, CH-8092 Zurich, Switzerland. Phone: ++41 1 256 2753; Fax: ++41 1 261 1026 e-mail: EAN/ARPA/BITNET/INTERNET ---> ray@ifh.ethz.ch ------------------------------------------------------------------

------------------------------ End of body part 2

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

From: Aydin Edguer <edguer@alpha.ces.cwru.edu> Message-Id: <9107011549.AA06821@charlie.CES.CWRU.Edu> Subject: Re: Bugs in OpenWindows 2.0? To: blknowle@frodo.jdssc.dca.mil (Brad L. Knowles) Date: Mon, 1 Jul 91 11:49:18 EDT In-Reply-To: <9106281549.AA03942@frodo.jdssc.dca.mil>; from "Brad L. Knowles" at Jun 28, 91 11:49 am X-Mailer: ELM [version 2.3 PL6] Status: R

> Finally, I have been racking my brains trying to find where I can > change the default font used by OpenWindows for the cdmtool and shelltool > windows. The font used is so tiny on my 16" monitor that I am going > blind, and I can't find where to change this! I've read the man page on > olwm and OpenWindows, and although I can find out how to change just about > everything else (like the background screen color, or put up a color > picture as my background, change the glyph and icon fonts, etc...), I > can't find where to change the default font! If the answer is RTFM, would > someone please point me to the correct place in TFM?!?

RTFM!

The logical place to start is the manual page for cmdtool or shelltool. This is because, these are the applications you are trying to change, NOT olwm! I just started with cmdtool.

CMDTOOL(1) ... [generic-tool-arguments] cmdtool accepts the generic tool arguments listed in xview(1).

The manual page for cmdtool refers you to the manual page for xview to find out the "generic tool arguments". The manual page for xview actually gives the description of a couple of ways to set the font of an application at start up time.

XVIEW(1) ... Argument(s): -Wx, or -scale Example: cmdtool -scale extra_large ... Argument(s): -Wt, -fn, or -font Example: cmdtool -fn fixed

xview(1) also tells you how to set up your .Xdefaults file so that you do not even have to supply an argument on the command line.

Aydin Edguer

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Date: Mon, 1 Jul 91 19:46:18 +0200 From: bisc@zellweger.ch (Thomas-K. Bischoff) Message-Id: <9107011746.AA05384@zellweger.ch> Received: by saturn3.zagnet (4.1/SMI-4.1) id AA20114; Mon, 1 Jul 91 19:46:18 +0200 To: blknowle@frodo.jdssc.dca.mil Subject: Re: Bugs in OpenWindows 2.0? Newsgroups: ch.sun-managers In-Reply-To: <9106281549.AA03942@frodo.jdssc.dca.mil> Organization: Zellweger Uster AG, Switzerland Cc: Status: R

In article <9106281549.AA03942@frodo.jdssc.dca.mil> you write:

> Finally, I have been racking my brains trying to find where I can >change the default font used by OpenWindows for the cdmtool and shelltool >windows. The font used is so tiny on my 16" monitor that I am going >blind, and I can't find where to change this! I've read the man page on >olwm and OpenWindows, and although I can find out how to change just about >everything else (like the background screen color, or put up a color >picture as my background, change the glyph and icon fonts, etc...), I >can't find where to change the default font! If the answer is RTFM, would >someone please point me to the correct place in TFM?!?

yes, the answer is RTFM.

saturn3{bisc}102> man xview

Argument(s): -Wx, or -scale Type: string ("small", "medium", "large", "extra_large") Resource Name: Window.Scale Default: medium Description: Sets the initial scale of the application (larger or smaller). small is 10 pixels, medium is 12 pixels, large is 14 pixels and extra_Large is 19 pixels. The font.name resource will override the scale. Example: cmdtool -scale extra_large

-- __________________________________________________________________________ |Thomas K. Bischoff, TEN Informatik AG, Schaffhauserstr. 1 | |CH 8400 Winterthur, Switzerland, Phone: xx41-52-235323, Fax:xx41-52-235328| |Net: bit@ten.ch,bisc@zellweger.ch | |Consultant for Zellweger Uster AG |

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Date: Mon, 1 Jul 91 13:44:07 PDT From: terry%ucmbo@hub.ucsb.edu (Terry Figel) Message-Id: <9107012044.AA19437@ucmbo.ucsb.edu> To: blknowle@frodo.jdssc.dca.mil Subject: 3 things on sun manager list Status: R

1.) The two bugs I have seen, on IPC's as well.... 2.) as for setting the font here is my .openwin-init file

#! /bin/sh # .openwin-init - OpenWindows initialization script. # WARNING: This file is automatically generated. # Any changes you make here will be lost! cmdtool -Wp 0 0 -Ws 834 511 -WP 3 833 +Wi -Wt screen.b.16 -C & shelltool -Wp 313 464 -Ws 829 405 -WP 237 833 +Wi -Wt screen.b.16 & cmdtool -Wp 0 338 -Ws 751 531 -WP 3 832 -Wl "UCMBO" -Wi -Wt screen.b.14 -I "rlogin ucmbo;exit"& clock -Wp 991 3 -Ws 150 150 -WP 315 833 +Wi & calctool -Wp 180 180 -Ws 446 268 -WP 1074 310 -Wi & cm -Wp 60 0 -Ws 976 827 -WP 1005 201 -Wi &

I also modified the menu, in this file ~/.openwin-menu

# # @(#)openwin-menu 23.7 90/06/19 # openwin-menu - OpenWindows X11/NeWS Server default root menu file.

"Workspace" TITLE

"Programs" MENU "Command Tool (Large)" DEFAULT exec $OPENWINHOME/bin/xview/cmdtool -Wt screen.b.16 "Command Tool (Small)" exec $OPENWINHOME/bin/xview/cmdtool -Wt screen.b.14 "xterm" exec $OPENWINHOME/demo/xterm "Shell Tool..." exec $OPENWINHOME/bin/xview/shelltool -Wt screen.b.16

"Text Editor..." exec $OPENWINHOME/bin/xview/textedit "File Manager..." exec $OPENWINHOME/bin/xview/filemgr "Mail Tool..." exec $OPENWINHOME/bin/xview/mailtool "Calendar Manager..." exec $OPENWINHOME/bin/xview/cm "Clock..." exec $OPENWINHOME/bin/xview/clock "Calculator..." exec $OPENWINHOME/bin/xview/calctool "Print Tool..." exec $OPENWINHOME/bin/xview/printtool "Tape Tool..." exec $OPENWINHOME/bin/xview/tapetool "Binder..." exec $OPENWINHOME/bin/xview/binder "Snapshot..." exec $OPENWINHOME/bin/xview/snapshot "Icon Editor..." exec $OPENWINHOME/bin/xview/iconedit "Performance Meter..." exec $OPENWINHOME/bin/xview/perfmeter "Tutorial..." exec $OPENWINHOME/demo/online_intro/intro_start "Demos..." exec $OPENWINHOME/bin/hyperview xnewsdemo.hv "Programs" END "Remote" MENU "Ucmbo" DEFAULT exec $OPENWINHOME/bin/xview/cmdtool -Wt screen.b.14 -title "UCMBO" -I "rlogin ucmbo;exit" "Swampy" exec $OPENWINHOME/bin/xview/cmdtool -Wt screen.b.14 -title "Swampy" -I "rlogin swampy;exit" "Praxis" exec $OPENWINHOME/demo/xterm -title "Praxis" -e "telnet prax- is.rutgers.edu;exit" "ncsa" exec $OPENWINHOME/bin/xview/cmdtool -Wt screen.b.14 -title "NCSA" -I "ftp ftp.ncsa.uiuc.edu;exit" "fife" exec $OPENWINHOME/bin/xview/cmdtool -Wt screen.b.14 -title "FIFE" -I "telnet ltp.gsfc.nasa.gov;exit" "Remote" END

"Utilities" MENU "Refresh" DEFAULT REFRESH "Reset Input" POSTSCRIPT /resetinput ClassUI send "Save Workspace" SAVE_WORKSPACE "Lock Screen" exec xlock "Console..." exec $OPENWINHOME/bin/xview/cmdtool -C "Utilities" END

"Properties..." PROPERTIES

"Exit..." EXIT

Hope these help my address is terry@ucmbo.ucsb.edu, my pn is 805-893-7039 see ya'

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Message-Id: <9107012126.AA11940@goodman.itn.med.umich.edu> Date: 1 Jul 91 17:26:46 U From: "Teschke, Gus" <Gus.Teschke@med.umich.edu> Subject: RE: Bugs in OpenWindows 2.0? Priority: Normal To: blknowle@frodo.jdssc.dca.mil Status: R

Brad, I can help with one problem: to get a larger font in a cmdtool window, I typed this in the console window:

cmdtool -scale extra_large &

After making a few of them, I saved the workspace. Then I returned the seeing-eye dog.

Good luck with the other problems.

gus _______________________________________________________________________________

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Date: Tue, 2 Jul 91 09:04:43 EDT From: dfl@dretor.dciem.dnd.ca (Diane Luckmann) Message-Id: <9107021304.AA20627@dretor.dciem.dnd.ca> To: blknowle@frodo.jdssc.dca.mil Subject: Re: Bugs in OpenWindows 2.0? Status: R

You just have to create a .xdefaults file with the entry: window.scale: large If this is not big enough, extra large can also be specified. Bye! Diane

------8<------8<------8<------8<------8<------8<------8<------8<------8<------

Date: Thu, 4 Jul 91 10:26:29 +0200 From: Torsten Metzner <tom@uni-paderborn.de> Message-Id: <9107040826.AA01733@plato.uni-paderborn.de> To: blknowle@frodo.jdssc.dca.mil Subject: Re: Bugs in OpenWindows 2.0? Status: R

> Finally, I have been racking my brains trying to find where I can >change the default font used by OpenWindows for the cdmtool and shelltool >windows. The font used is so tiny on my 16" monitor that I am going >blind, and I can't find where to change this! I've read the man page on >olwm and OpenWindows, and although I can find out how to change just about >everything else (like the background screen color, or put up a color >picture as my background, change the glyph and icon fonts, etc...), I >can't find where to change the default font! If the answer is RTFM, would >someone please point me to the correct place in TFM?!?

In my opinion you can't change the default font in your .Xdefaults file, global. But you can change the font for every single cmdtool or shelltool. See the -Wt option on page 264 of your DeskSet Environment Reference Guide. For example put the following line in your .openwin-init file:

cmdtool -Wp 0 145 -Ws 1142 724 -WP 195 76 -Wl "big" +Wi -Wt /usr/lib/fonts/fixe dwidthfonts/cour.b.24 &

And if you modify your OLWM_Menu, it's no Problem to get the right font for every cmdtool ( shelltool ) you start from there.

For example put the following lines in your .openwin-menu file:

"Shells" MENU "cmdtool" DEFAULT exec $OPENWINHOME/bin/xview/cmdtool -Wt /usr/lib/font s/fixedwidthfonts/cour.b.24 & "shelltool" DEFAULT exec $OPENWINHOME/bin/xview/cmdtool -Wt /usr/lib/fo nts/fixedwidthfonts/cour.b.24 & "Shells" END PIN

I hope this will help you !

Greetings,

Torsten.

------------------------------------------------------------------------------- My address :

UUCP: ...!uunet!unido!pbinfo!tom or tom@pbinfo.UUCP or tom@plato.uni-paderborn.de or tom@uni-paderborn.de

CSNET: tom%pbinfo.uucp@Germany.CSNET

ARPA: tom%pbinfo.uucp@uunet.UU.NET

BITNET: tom%pbinfo.uucp@unido.BITNET -------------------------------------------------------------------------------



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:06:20 CDT