home *** CD-ROM | disk | FTP | other *** search
- In your message (Mon, 14 Aug 1995 11:08:02 +0200 (MET DST)), you wrote:
- >Hi,
- >
- >I have to questions for executor/linux:
- >
- >- How can I change the system font? The current font is too small for
- > a 1024x768 display. (I'm not a Mac guru at all. I'm trying to install
- > executor for my wife to use a cad program. But she does not know
- > how to change the font either).
-
- I can't answer this one, but:
-
- >- How can I change the window decoration for E/L? I would like to drop the
- > borders drawn by the window manager. I think executor does not announce
- > itself by the window manager. (At least fvwm does not list executor in the
- > program list.) therefore I can not tell fvwm to not draw any border around
- > executor.
-
- I have set up a script which runs executor full screen without a
- window manager. If executor is likely to be the only thing your wife
- uses under X, you could create a script called 'executorx' which is
- something like:
-
- #!/bin/sh
- xinit $HOME/.executorrc
-
- and then your wife's home directory has a file .executorrc which on my
- machine is:
-
- #!/bin/sh
- xrdb -load ~/.Xdefaults
- exec executor -privatecmap -nosplash -size 1280x960 -geometry +0+0
-
- Where you set -size to the size your X server is going to be running
- at (1024x768 in your case). This works very well, since you can use a
- private colour map and not notice the horrible colour flashes. This
- makes executor much faster, especially for graphics work.
-
- Tim.
-
-
-