Martin Costabel wrote: > Jerry Fritschle wrote: >> From the Apple X11 Application menu, nothing happens when I attempt >> to launch gftp (the command being /sw/bin/gftp.) This used to work. >> >> If I do /sw/bin/gftp (or /sw/bin/dbus-launch /sw/bin/gftp) from X11's >> xterm, it says "bus error." >> >> Gftp DOES launch if I do "/sw/bin/gftp" from the standard OS X terminal. > > Could you have a look at the corresponding crash log? The easiest way is > to read it with Console.app. Don't show the whole crash log, only the > beginning, up to the first lies of the crashed thread.
Don't bother. I can reproduce it now. I don't know yet what bug causes it, but in any case, you should *never* use the 'naked' xterm that you get when you start X11 on Leopard. If you are in a situation where you are forced to type "/sw/bin/gftp", instead of simply "gftp", then you know that your environment is not right, and you should first run source /sw/bin/init.sh If you really prefer to use that first xterm, then at least uncripple it a little: defaults write org.x.X11 app_to_run '/usr/X11/bin/xterm -ls' This will allow you to type "gftp", and there will be no bus error. -- Martin ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
