• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
starting window managers that need /usr/local/bin
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

starting window managers that need /usr/local/bin


  • Subject: starting window managers that need /usr/local/bin
  • From: RCohen <email@hidden>
  • Date: Thu, 13 Feb 2003 15:24:08 -0800 (PST)

Thanks to Sean Ahern for setting me straight on this...

Apparently .xinitrc operates in a bash environment, not a csh
environment.

So if you want to start a window manager that needs stuff in
/usr/local/bin,

put the following line in .xinitrc before the invocation of the
window manager:

PATH=$PATH:/usr/local/bin

This will append /usr/local/bin to the PATH.  It has the advantage
over the environment.plist route in that you have to specify
the complete path for the latter.  Appending is preferable as
if the path needed changes with a system or X11 update, the
changes will automatically be applied as needed instead of
being overwritten.

-Ron Cohen-
_______________________________________________
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.

  • Follow-Ups:
    • Re: starting window managers that need /usr/local/bin
      • From: Randy Ford <email@hidden>
  • Prev by Date: Re: Meta key problem in .02 Beta
  • Next by Date: Re: Apple X11 and CodeTek VirtualDesktop
  • Previous by thread: Re: Meta key problem in .02 Beta
  • Next by thread: Re: starting window managers that need /usr/local/bin
  • Index(es):
    • Date
    • Thread