Ultimately to allow multiple users to open X apps on the same machine, I made short
scripts for everyone who uses X, e.g.,
#!/usr/bin/bash
xhost +localhost
xterm -e /bin/su - <username>
And added this line to each users .bashrc:
export DISPLAY=localhost:0.0
Thanks to Tressens and Rick.
Gree
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.