This is the mail archive of the cygwin-xfree@cygwin.com 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: X in cygwin problem


/etc/profile, or ~/.profile, maybe add something like

if ! echo $PATH | /bin/grep -q "/usr/X11R6/bin" ; then
  PATH="$PATH:/usr/X11R6/bin"
fi

(Well it has a bunch of safety-nets but..)

        /Andy

/ "Sharmin Kabir" <sharminkabir@hotmail.com> wrote:
| Hi,
| To start X in cygwin, I do the command "sh /usr/X11R6/bin/startxwin.sh
| at the bash prompt all the time, otherwise I dont get X! Could you pl
| tell me where is the place to set up this path?

-- 
 The eye of the beholder rests on the beauty!


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