Benjamin Reed wrote:
>> Yes, I built from source. The only other hint I can think of is that 
>> when I start up the konsole, I get an error "TERM_PROGRAM: Undefined 
>> variable."
> 
> 
> Hrm, havent' seen that one before.  what does "printenv TERM_PROGRAM" give?

This one comes from a bug introduced by Apple when they relegated Fred 
Sanchez' fine tcsh startup scripts to /usr/share/tcsh/examples. The file 
/usr/share/tcsh/examples/aliases now contains

if ("$TERM_PROGRAM" == "Apple_Terminal") then
     alias settermtitle 'echo -n ""'
endif

which fails if TERM_PROGRAM is not set, i.e. if tcsh is not started from 
a Terminal.app window.

-- 
Martin



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to