Matthew Eichler wrote: [] > . /sw/bin/init.sh > quartz-wm --only-proxy & > exec xterm > > ... XDarwin runs, but without a window manager.
The "--only-proxy" means that queartz-wm is not used as a window manager, but only as a "proxy" for copy-paste operations. You do this when you run another window manager. If you want quartz-wm as window manager, remove the "--only-proxy". -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
