On Fri, Jan 10, 2003 at 06:54:47PM +0100, Michèle Garoche wrote:
> Is there a way to have a unique .xinitrc for X11 and XDarwin, something 
> like this:

This is what I do - but it's very sensitive to quirks of X11.

#!/bin/zsh

[...]

# Apple's X11.app uses bash despite the #! line
if [[ -n $BASH_VERSION ]]; then
    # grab Fink stuff
    . ~/.zprofile
    rxvt &
    exec quartz-wm
fi

Regardless of that, it seems that anything I execute from the launcher
menu does not use the environment set in ~/.xinitrc, which is very
annoying.  I have to launch everything from the rxvt I launch from
.xinitrc.

-- 
=Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley>
        Pablo Research Group, Department of Computer Science and
  Medical Scholars Program, University of Illinois at Urbana-Champaign


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to