Re: path to menu items in QuartzWM
Re: path to menu items in QuartzWM
- Subject: Re: path to menu items in QuartzWM
- From: "Peter D. Bevan" <email@hidden>
- Date: Wed, 11 Jun 2003 12:37:57 -0400
Thanks! The following command works great (as a script or in the
applications menu directly):
. /sw/bin/init.sh ; xterm -e /sw/bin/lyx
That way I get my xterm window (to see what LaTeX is doing) and LyX can
find the paths to all the required components.
Thanks for all your help.
Peter.
On Wednesday, June 11, 2003, at 12:23 PM, Martin Costabel wrote:
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.