Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Uwe Stöhr a écrit : > > this problem occurs also in your LyX 1.4svn builds when I use your > > installer. I got many emails from users who claimed about this. I had a > > look at this but couldn't find the problem, I assume a problem when LyX > > is compiled. I also tried to rename the .mo-files from "LyX1.4.x.mo" to > > "lyx.mo" as these were the filenames in LyX 1.3.x, but that didn't help.
> >>> Some users reported some problems about tex2lyx > >> I take it that you solved the problem by renaming tex2lyx14x.exe as > >> tex2lyx.exe? > > Yep, exceptionally an easy fix > If you do the same renaming with the po files, would it fix the menu > language problem? The earlier LyX1.4svn build is indeed broken because the LyX executable is named lyx.exe and the .mo files are named lyx1.4.x.mo. The code in src/support/package.C uses the name of the LyX executable to provide it with the necessary info to find the .mo files; obviously that won't work. The LyX 1.4.1 build should work because both the executable and the .mo files have self-consistent names, generated as a result of running "configure --with-version-suffix". I'm pretty sure it was all working for me when I ran the thing with LANG=fr_FR, but I'll have another look. Angus