This is the mail archive of the cygwin mailing list for the Cygwin 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: lyx has problem with network directory names


On Wed, 4 Oct 2006, David Arnstein wrote:

> On Wed, Oct 04, 2006 at 08:19:32PM -0400, Larry Hall (Cygwin) wrote:
> > So mounting the share should work-around this issue, right?
>
> Yes. I also have to redefine the HOME environment variable to P:/ and
> do "cd P:/" before starting lyx, in order to get it to work correctly.
> In this case, P: is the drive that I mounted the share on.

I don't believe Larry meant "mount" in that sense.  You can use Cygwin's
mount, like this:

mkdir -p /mnt/darnstein
mount '\\fs-sj1-15\darnstein' /mnt/darnstein

and then set your HOME to /mnt/darnstein.

> Oddly enough, lyx still complained
> 	QSettings: error creating P:/.qt
>
> I don't know what the problem was. I created P:/.qt as an empty
> directory using mkdir and all is well, apparently.
>
> Anyway, thank you for the suggestion Mr. Hall.

FYI, using paths with colons in them will probably cause trouble at some
point down the line with some tool or another that treats the colon as the
separator for the remote machine name.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte."
"But no -- you are no fool; you call yourself a fool, there's proof enough in
that!" -- Rostand, "Cyrano de Bergerac"

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


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