On 15.05.19 18:19, Jean-Marc Lasgouttes wrote:
Le 15/05/2019 à 18:12, Wolfgang Engelmann a écrit :
On 15.05.19 17:58, Jean-Marc Lasgouttes wrote:
In LyX 2.3.3, the Help files will default to the language of the
interface, If this is not found, it will try the language(s) listed
by the LANGUAGE variable. Finally, it will fall back to English.
I realize now that it could try the current OS language too (which
is contained in LANGUAGES in Linux, but not necessarily elsewhere),
but I do not know in which order.
Will this help?
JMarc
Thanks, Helge and JMarc.
I compiled the Lyx2.3.2 again, because in .lyx all the directories at
the begin are empty.
However, in the new compiled lyx it is the same. Am I to stupid? Can
I get the files for these empty dirs from somewhere else?
I meant 2.3.3, which is not released yet. If you can compile LyX, you
can get the latest stable version with
git clone git://git.lyx.org/lyx
cd lyx
git checkout 2.3.x
./autogen.sh
./configure
make
HTH,
JMarc
Thanks, JMarc,
i do not know what I have to do here:
wolfgang@wolfgang-Mr-Whisper-Ultra-SSD-II:/mnt/sdb/we$ mkdir lyx
wolfgang@wolfgang-Mr-Whisper-Ultra-SSD-II:/mnt/sdb/we$ cd lyx
wolfgang@wolfgang-Mr-Whisper-Ultra-SSD-II:/mnt/sdb/we/lyx$ ls
wolfgang@wolfgang-Mr-Whisper-Ultra-SSD-II:/mnt/sdb/we/lyx$ git checkout
2.3.x
fatal: Not a git repository (or any parent up to mount point /mnt/sdb)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Wolfgang