[go: up one dir, main page]

Menu

#49 Terminal now tries to install ncftp every time.

v1.0 (example)
closed
5
2005-05-09
2003-02-10
No

I hope this is the correct place to get help with this problem...

I installed fink, then immediately installed finkcommander. I used it to install ncftp by first selecting the ncftp item in the list, then I clicked on the 'run install command in terminal' icon.

It installed fine, and works great.

The problem is that now every time I launch terminal or open a new terminal window, the command '/sw/bin/fink install ncftp' is executed. I don't have a .tchsrc or .cshrc in my ~ directory.

Your assistance would be appreciated!

Thanks,
Gary

Discussion

  • Steven J. Burr

    Steven J. Burr - 2003-02-11

    Logged In: YES
    user_id=322368

    This happens whenever you open the "Window Settings" panel
    for a Terminal window that was opened to run a specific
    command and then click the "Use Settings As Default" button.
    The same thing would occur if, for example, you clicked
    that button for a Terminal window opened by BBEdit's "Run in
    Terminal" command.

    To fix this, terminate the offending fink or apt-get
    process, enter the following command in Terminal:

    defaults write com.apple.Terminal ExecutionString ""

    If you can't get access to a functional Terminal window,
    then open ~/Library/Preferences/com.apple.Terminal.plist in
    any text editor and delete the text between the
    <string></string> tags under the <key>ExecutionString</key>
    entry.

     
  • Steven J. Burr

    Steven J. Burr - 2003-02-20

    Logged In: YES
    user_id=322368

    I think I'll have a warning dialog pop up the first time a
    user runs a command in terminal to warn about this.

     
  • Steven J. Burr

    Steven J. Burr - 2003-02-20
    • assigned_to: nobody --> sburrious
     
  • Marcel Broeken

    Marcel Broeken - 2005-04-28

    Logged In: YES
    user_id=368971

    I don't think a warning dialog is in place. It's not
    FinkCommander's concern when a user chooses 'Use Settings as
    Defaults' in the Terminal. If any application should warn,
    it'd the Terminal. Don't you agree?

     
  • Marcel Broeken

    Marcel Broeken - 2005-05-09
    • status: open --> closed
     

Log in to post a comment.