Re: CLI challenged (problem solved)
Re: CLI challenged (problem solved)
- Subject: Re: CLI challenged (problem solved)
- From: Mario Jaramillo <email@hidden>
- Date: Fri, 18 Mar 2005 19:51:00 -0500
Thanks, Bill.
I tried Rich Cook's suggestion to take out Fink's initialization code
(. /sw/bin/init.sh), replacing it with this .xinitrc:
/usr/X11R6/bin/xterm -aw -bc -rightbar -sk -si -s -sb -sl 10000&
exec /usr/X11R6/bin/quartz-wm
(Note that there is no ampersand after the quartz-wm.)
Rich explained to me that X11 executes the ~/.xinitrc and THEN EXITS!
:-) So the original lines I had are now in my ~/.profile (for Fink to
use), and after this change my X11.app works just fine!
On Mar 18, 2005, at 18:39, Bill Konkle wrote:
Mario Jaramillo wrote:
This is in my .xinitrc file:
#!/bin/sh
. /sw/bin/init.sh
You need to give it some program to run such as:
exec twm (or whatever window manager you use).
It needs to have at least one program to run or it will start and exit.
hope that helps.
Bill
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden