This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems Starting Xterm using the System Tray Icon for XWin Server


On 18 February 2010 22:02, Mike Ayers <mike_ayers@tvworks.com> wrote:
> ? ? ? ?No, no, .bashrc is off the suspect list. ?What's in ~/.bash_profile?

Ah! Yes, this is where the problem was. This is what I found in my
.bash_profile:

> if [ -e /etc/bash.bashrc ] ; then
>   source /etc/bash.bashrc
> fi
> if [ -e "${HOME}/.bashrc" ] ; then
>   source "${HOME}/.bashrc"
> fi
> if [ -d "${HOME}/bin" ] ; then
>   PATH=${HOME}/bin:${PATH}
> fi
> PATH=/cygdrive/c/Users/craig/Programming/scripts:${PATH}
> PATH=/cygdrive/c/Program Files/MiKTeX 2.7/miktex/bin:${PATH}

The last line is the guilty party, I added it by mistake and forgot to
remove it. I've deleted it, and now the message doesn't appear. It was
redundant because MiKTeX was already added to the PATH in Windows. Mea
cupla... I thought it had something to do with the shortcut I was
using becuase I hadn't seen it before.

Thanks for your help!
Craig

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]