lugoteehalt
04-28-2004, 08:09 AM
X server is on the computer with the monitor plugged into its back (not unnaturally perhaps). Problem is: how to start X and have Enlightenment - which is on a remote machine - as the window manager?
Have achieved this by trial and error but it is unsatisfactory:
Last line in .xinitrc ammounts to:
xterm -e start_enlightenment
with no & at the end - this is so that X doesn't exit, as it does if no program is running.
start_enlightenment is the shell script:
#! /bin/sh
# try to ssh -X into apricot and start enlightenment.
eval ssh -X apricot enlightenment
apricot being the name of the remote computer.
This works but the xterm used is unusable (because enlightenment is running in it in the foreground??) Also it seems to give problems with apricot's PATH sometimes. It seems to give the default path sometimes. Also crashed Linux using Gimp yesterday, at least it all froze.
Is there a better way?
Thanks any help.
Have achieved this by trial and error but it is unsatisfactory:
Last line in .xinitrc ammounts to:
xterm -e start_enlightenment
with no & at the end - this is so that X doesn't exit, as it does if no program is running.
start_enlightenment is the shell script:
#! /bin/sh
# try to ssh -X into apricot and start enlightenment.
eval ssh -X apricot enlightenment
apricot being the name of the remote computer.
This works but the xterm used is unusable (because enlightenment is running in it in the foreground??) Also it seems to give problems with apricot's PATH sometimes. It seems to give the default path sometimes. Also crashed Linux using Gimp yesterday, at least it all froze.
Is there a better way?
Thanks any help.