Claus, thanks for porting 1.3.0 to Windows so fast!

I have one minor problem though: Lyx will not start anymore from the icon shortcut
to runlyx.bat (attached below). The X server is started ok and then it starts the
wrapper lyxwin32.exe, but nothing happens afterwards (the process lyxwin32.exe
is present in the task manager).

If I start with 'lyx' from cygwin bash shell and a running X server everything
is fine.

Is this a known problem and how do I fix it?
I have the latest lyxsupport-1.7 installed.

Thanks,

Milos
@echo off
:: START YOUR X-SERVER HERE

:: First change into its directory (The path should
:: be quoted if there is any space character in it!)
:: Then call the executable, i.e. xwin32 here!
:: ================================================
echo "Starting X-Win32 ..."
cd /d "c:\Program Files\StarNet\X-Win32 5.4"
start .\xwin32.exe

:: Change your geometry settings in the last line so
:: the LyX window will fit on your screen!
:: ================================================
cd /d D:\cygwin\bin
start .\lyxwin32.exe -geometry 900x790+0+48 %1 %2 %3 %4 %5

Reply via email to