Re: How to Implement Transparent Unbundling [was Re: EmbeddedFile Feature]

2008-04-01 Thread Bo Peng
> As I said, I just don't care for this attitude. These are our problems, > not the users'. and simply declaring that there's no other way is just, > well, not productive. This is *not* our problem. Users want to use the *same* file on different systems, but this file can not be presented as th

Re: How to Implement Transparent Unbundling [was Re: EmbeddedFile Feature]

2008-04-01 Thread rgheck
Bo Peng wrote: > You are talking about the worst scenario > No, this is the normal scenario, at least on any system other than Windows: Absolute paths to files in my user tree will not be writable on (almost) any other system. And writing the file somewhere else breaks the LyX file.

Re: How to Implement Transparent Unbundling [was Re: EmbeddedFile Feature]

2008-03-31 Thread Bo Peng
On Mon, Mar 31, 2008 at 3:54 PM, Richard Heck <[EMAIL PROTECTED]> wrote: > Bo Peng wrote: You skipped that read-only problem your approach has. :-) > This is not how it is in my work. ... Actually, that's > not quite true. *I* could use it, because *I* know to make sure all our > shared files

Re: How to Implement Transparent Unbundling [was Re: EmbeddedFile Feature]

2008-03-31 Thread Richard Heck
Bo Peng wrote: And let's remember that extraction is likely to happen a lot. As Bo said before, the normal way of working will be to receive a file, extract it, and then work unbundled, so that e.g. you can edit biblio.bib without having to hunt down /tmp/lyx_tmpdir81735JCJRk/lyx_tmpbuf2/Ly

Re: How to Implement Transparent Unbundling [was Re: EmbeddedFile Feature]

2008-03-31 Thread Bo Peng
> 1. If /usr/share/lyx/doc/UserGuide.lyx were bundled and you wanted to > extract it, you would be stuck, because you can't write to > /usr/share/lyx/doc/. We always extract to the writable temp directory. Unbundle a readonly file is disabled, because unbundling will change the file status. Usi