Re: path to menu items in QuartzWM
Re: path to menu items in QuartzWM
- Subject: Re: path to menu items in QuartzWM
- From: "Thomas 'Tom' R. Treadway III" <email@hidden>
- Date: Wed, 11 Jun 2003 11:08:42 -0700
Create a ~/.MacOSX/environment.plist
$ cat ~/.MacOSX/environment.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM
"file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>PATH</key>
<string>$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bi
n</string>
<key>MANPATH</key>
<string>/usr/share/man:/Developer/Documentation/ManPages:/usr/local/shar
e/man:/usr/local/man:/usr/X11R6/man</string>
<key>DISPLAY</key>
<string>:0.0</string>
<key>GROFF_TYPESETTER</key>
<string>latin1</string>
<key>LANG</key>
<string>C</string>
</dict>
</plist>
$
trt
On mercredi, juin 11, 2003, at 17:26 Europe/Paris, Peter D. Bevan
wrote:
I have already done this (in order to get rxvt to run properly at
startup), and I still have the same problems.
Peter.
On Wednesday, June 11, 2003, at 10:44 AM, Tim Cutts wrote:
Yep. See my post on the rxvt thread. You need to put:
. /sw/bin/init.sh
in your /etc/X11/xinit/xinitrc file.
This doesn't help, this script is executed too late in the X11 startup
procedure. If you don't want to start X11 from the command line or
tinker with global environment variables, you have to put this command
into the Applications menu command line before the command that starts
the application:
. /sw/bin/init.sh ; rxvt
or
. /sw/bin/init.sh ; lyx
--
Martin
_______________________________________________
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.
--
Thomas R. Treadway
Computer Scientist
Lawrence Livermore Nat'l Lab
7000 East Avenue, L-365
Livermore, CA 94550-0611
_______________________________________________
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.