Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.3: Basic fink maintenance required after upgrade install' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3: Basic fink maintenance required after upgrade install
Authored by: roncross@cox.net on Feb 01, '04 09:59:18PM

Hi, I am not able to lauch gimp either after upgrading to panther. you mentioned a solution:

Solution: realizing that although my shell is still tcsh, Apple changed which file is read on startup from .cshrc to .tcshrc. Copying the relevant source /sw/bin/init.csh line into the new file solved the problem.

What new file did you copy the /sw/bin/init.csh into? Is this a file in fink? Are you talking about the printenv.

Thanks
Ronald Cross

---
rlc



[ Reply to This | # ]
setting path to start gimp in X11 with Panther
Authored by: roncross@cox.net on Feb 03, '04 04:43:32AM

I hate to have to reply to myself. But this is necessary when noone response and you wish to help others who may have the same problem as you. I basically solved the problem of getting gimp to start in Panther X11 by using the set path command as follows in the .tcshrc file.

I simply typed:
set path = ( /sw/bin )

and it works. This is a simple solution.

---
rlc



[ Reply to This | # ]