Re: lost quartz-wm
Re: lost quartz-wm
- Subject: Re: lost quartz-wm
- From: Chris Devers <email@hidden>
- Date: Mon, 10 Feb 2003 18:26:56 -0500 (EST)
On Mon, 10 Feb 2003, Constantinos Antoniou wrote:
> During the un-installation of fink/X11-beta1 (not very elegantly, using
> mostly rm :( ) (followed by an installation of beta2, I lost quartz-wm
> (now have twm, if I am not mistaken).
Not your fault: the new setup defaults to TWM instead of Quartz-WM.
What's happening here is that X11.app now reads global default config from
/etc/X11/xinit/xinitrc, which includes the TWM window manager, a clock,
and several xterms. If you aren't happy with this arrangement, either edit
this file (you need root priviliges to do this, so use sudo: "sudo vim
/etc/X11/xinit/xinitrc" or similar) or, preferably, copy it to your home
directory & edit that copy:
cp /etc/X11/xinit/xinitrc ~/.xinitrc
vim ~/.xinitrc
Suggested change to your .xinitrc -- comment our the twm line, and replace
it with one to quartz-wm. After doing so, I ended up with these lines:
#twm &
quartz-wm &
Changes like this should address some or all of your problems. Give it a
try and see if things get better after you do that.
I smell a FAQ coming on :)
--
Chris Devers email@hidden
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.
References: | |
| >lost quartz-wm (From: Constantinos Antoniou <email@hidden>) |