on Thu, Sep 05, 2002 at 04:08:08PM -0500, Andrew Hartung wrote: > How is the following done in bash? I want to launch x apps from > terminal.app. I found discussion about this in the archives, but it was > all csh centric. > > setenv DISPLAY :0.0
export DISPLAY=:0.0 Stick that in your .bashrc, .bash_profile, .login, wherever you've decided to put your environment settings. .bash_profile is the usual place for per-user environment stuff, but you could also put it in /usr/share/init/bash/environment or /private/etc/profile, I suppose. It really doesn't matter much where you put it, as long as it's in a file that is sourced when the particular bash session you're going to be launching X sessions from is started up. Steve -- hesketh.com/inc. v: (919) 834-2552 f: (919) 834-2554 w: http://hesketh.com ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
