Ramiro Téllez Sanz wrote: [] > # 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
You have the Fink xinitrc package installed, right? In this case, you have a directory /sw/etc/xinitrc.d/ which contains scripts that are executed at X11 startup. Have a look at 73apps.sh, this may start an xterm for you. Remove it if you don't want it. -- Martin ------------------------------------------------------------------------- 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
