On Nov 12, 2003, at 1:35 PM, Roland Bramm wrote:

Hi,

i just upgraded my mac to 10.3 (clean install) and startet to fill up my fink installation. One very strange thing is that every time when i open with the Terminal from apple a new terminal i get:

/sw/bin/pathsetup.command; exit
Welcome to Darwin!
[mactpc01:~] rbramm% /sw/bin/pathsetup.command; exit
Your environment seems to be correctly
set up for Fink already.
     (You can close this window now)
logout
[Prozess beendet]

and then the terminal ist blocked.
I have to be fast du crtl c this to brak it to get a working prompt ...
there is nothing in the .tcshrc ( use the tc shell) and also in the /etc/cshr.login which could start the /sw/bin/pathsetup.command command ...


This is still after a reboot the case. Where is the place where you force the terminal to do that ?

Your terminal preferences contain the instruction to run pathsetup. You probably pressed the "Use Settings as Default" in the Terminal when fink had opened the window automatically.


To fix it, open the file com.apple.Terminal.plist in ~/Library/Preferences and remove the entry for ExecutionString which probably reads like:

        <key>ExecutionString</key>
        <string>/sw/bin/pathsetup.command</string>

to this (remove the string value):

        <key>ExecutionString</key>
        <string></string>


Hope this helps.


Darren



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to