Hi! I have fink's xorg installed (*not* Apple's X11), along with applex11tools: === $ fink list -ti xorg apple Information about 7703 packages read in 2 seconds. i appleotffonts 0.1-9 Make Apple otf fonts available to Freetype, dvipdfmx etc. i applesystemfonts 1.1-1 Make Apple system fonts available to X11R6 i applex11tools 1.1.3-2 Install various tools from Apple's X11 i remap-bad-apple-keys 1.0-1 A utility to remap some bad keys in Apple's X11 i xorg 6.8.2-1044 Free X11 implementation i xorg-shlibs 6.8.2-1044 Free X11 implementation ===
I have copied xinitrc to my home folder: === cp /private/etc/X11/xinit/xinitrc ~/.xinitrc === and have commented out the code to "start some nice programs": === # Panther or Tiger only. On Leopard, use app_to_run in org.x.X11.plist instead. #case "`/usr/bin/uname -r`" in #7*|8*) # if test -x "$x_bindir/xterm"; then # termcmd="$x_bindir/xterm" # else # termcmd="xterm" # fi # $termcmd & # ;; #esac === The rest of the original /private/etc/X11/xinit/xinitrc has been kept untouched. Also, I have configured my com.apple.x11.plist to check for ~/.xinitrc at start-up and use it. However, xterm is still auto-executing whenever I lauch X11 from /sw/Applications/X11.app. Why? What can I do to prevent it from launching? Thanks in advance. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
