Re: [Fink-beginners] Can't prevent xterm from starting in ~/.xinitrc

2008-04-14 Thread Ramiro Téllez Sanz
Martin Costabel escribió: 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 #

Re: [Fink-beginners] Can't prevent xterm from starting in ~/.xinitrc

2008-04-14 Thread Alexander Hansen
On Mon, Apr 14, 2008 at 4:03 AM, Ramiro Téllez Sanz [EMAIL PROTECTED] wrote: Martin Costabel escribió: 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;

Re: [Fink-beginners] Can't prevent xterm from starting in ~/.xinitrc

2008-04-13 Thread Ramiro Téllez Sanz
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. I forgot to mention I use OS X 10.4.11 with XCode 2.5 on a PPC PowerBook.

Re: [Fink-beginners] Can't prevent xterm from starting in ~/.xinitrc

2008-04-13 Thread Alexander Hansen
On Apr 13, 2008, at 2:51 AM, Ramiro Téllez Sanz wrote: 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

Re: [Fink-beginners] Can't prevent xterm from starting in ~/.xinitrc

2008-04-13 Thread Phillip R Smith
On Apr 13, 2008, at 10:05 AM, Alexander Hansen wrote: Can we see the whole .xinitrc? If you're not running a window manager, then X will run xterm by default. I guess the question is, therefore, how do you suppress this default behavior? Is there a way? -Ross Smith-

Re: [Fink-beginners] Can't prevent xterm from starting in ~/.xinitrc

2008-04-13 Thread Alexander Hansen
On Apr 13, 2008, at 12:32 PM, Phillip R Smith wrote: On Apr 13, 2008, at 10:05 AM, Alexander Hansen wrote: Can we see the whole .xinitrc? If you're not running a window manager, then X will run xterm by default. I guess the question is, therefore, how do you suppress this default

Re: [Fink-beginners] Can't prevent xterm from starting in ~/.xinitrc

2008-04-13 Thread Ramiro Téllez Sanz
Alexander Hansen alexanderk.hansen at gmail.com writes: Can we see the whole .xinitrc? If you're not running a window manager, then X will run xterm by default. Sure. Here it is. Unless I'm very confused I'm running quartz as window manager: = $ fink list -i quartz Information about

Re: [Fink-beginners] Can't prevent xterm from starting in ~/.xinitrc

2008-04-13 Thread Martin Costabel
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