Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> I guess this is some command line parsing problem. Could
Abdelrazak> you get to know what arguments are passed to LyX when
Abdelrazak> launched this way? The name of the double-clicked file is
Abdelrazak> most certainly passed but there's maybe something else...
No the name is not passed as argument but as a message
QEvent::FileOpen to the application.
Really? So it's a bit like Drag&Drop then... no wonder that it crashes!
My guess is that LyX initialisation was not even fully loaded (LyXView
and workarea not yet created) when the event came...
Abdel.