> For reasons I don't understand, debian does not put the lyx2lyx file in
> your path. On my machine (testing, not unstable, but it is the same),
> it is in /usr/share/lyx/lyx2lyx/ so /usr/share/lyx/lyx2lyx/lyx2lyx
> filename filename should work.
>
Mind you, I compiled and installed lyx 2.0.5-1 in my home/wolfgang/
There are in lyx-2.0.5.1/lib/
a number of lyx2lyx files:
lyx2lyx
lyx2lyx_lang
lyx2lyx_tools
lyx2lyx_version
lyx2lyx_version.py.in
lyx2lyx_version.pyc
this is my (negative) result:
wolfgang@wolfgang:/mnt/sda/home/wolfgang/lyx-2.0.5.1/lib/lyx2lyx$ lyx2lyx
bash: lyx2lyx: Kommando nicht gefunden.
wolfgang@wolfgang:/mnt/sda/home/wolfgang/lyx-2.0.5.1/lib/lyx2lyx$ ./lyx2lyx
this took a rather long time and I stopped it:
^CTraceback (most recent call last):
File "./lyx2lyx", line 86, in <module>
main()
File "./lyx2lyx", line 79, in main
doc = LyX.File(**options.__dict__)
File "/mnt/sda/home/wolfgang/lyx-2.0.5.1/lib/lyx2lyx/LyX.py", line 703,
in __init__
self.read()
File "/mnt/sda/home/wolfgang/lyx-2.0.5.1/lib/lyx2lyx/LyX.py", line 269,
in read
line = self.input.readline()
KeyboardInterrupt
since I did not know what to expect. Does the prg open a kind of menu
in which I can insert the name(s) of the lyx files to be converted to the
lower version
or do I have to add the file name(s) to be converted right after the
./lyx2lyx
?
Thanks,
Wolfgang