Re: X11 and XDarwin
Re: X11 and XDarwin
- Subject: Re: X11 and XDarwin
- From: Steve Lidie <email@hidden>
- Date: Thu, 30 Jan 2003 11:34:41 -0500
On Thursday, Jan 30, 2003, at 11:24 US/Eastern, Michhle Garoche wrote:
Le jeudi, 30 jan 2003, ` 16:34 Europe/Paris, Steve Lidie a icrit :
On Thursday, Jan 30, 2003, at 09:45 US/Eastern, Michhle Garoche wrote:
Le jeudi, 30 jan 2003, ` 13:40 Europe/Paris, Dave Roberts a icrit :
Can 2 Window Managers be launched at the same time?
If so how?
See this thread:
< http://lists.apple.com/mhonarc/x11-users/msg00514.html>
Perhaps I was just lucky, but I simply installed X11 over XDarwin,
changed the XDarwin display to 1, and altered .xinitrc (essentially)
thusly:
. ~/.profile
Could you tell me what do you have in .profile?
Certainly, it's nothing fancy nor pretty (I use bash). I'm not even
sure ENV is required, this is a hold-over from ksh days:
[lusol@Cube0:~/Desktop/AFS] cat ~/.profile
ENV=$HOME/.bashrc
export ENV
LANG=
export LANG
. $ENV
And .bashrc looks like:
[lusol@Cube0:~/Desktop/AFS] cat ~/.bashrc
alias dir='ls -al'
alias ps='ps aux'
alias ssh='ssh -X'
alias emacs='emacs -font 9x15'
function prompt_command {
# How many characters of the $PWD should be kept
local pwd_length=64
if [ $(echo -n $PWD | wc -c | tr -d " ") -gt $pwd_length ]
then newPWD="$(echo -n $PWD | sed -e
"s/.*\(.\{$pwd_length\}\)/\1/")"
else newPWD="$(echo -n $PWD)"
fi
}
PROMPT_COMMAND=prompt_command
export PROMPT_COMMAND
PS1="[\u@Cube0:\w] "
export PS1
. /sw/bin/init.sh
PATH=$PATH:/usr/X11R6/bin:~/Private/bin:/usr/local/bin:.
export PATH
Most of which you can ignore, but I do source the Fink initialization
stuff ...
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.