Jean-Marc writes:
>>>>> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> On the other hand, although LyX 1.4.0 can be started from the Bennett> command line, it remains in the background and refuses to Bennett> take focus; hence straightforward debugging is pretty much Bennett> impossible as it is. (Can this be fixed?) (Note that this is Bennett> not true of 1.3.x.)
It is strange that the problem only occurs with 1.4.0...
I found the following in the docs for Qt 3.3.3 under "Mac OS X development":
GUI Applications must be run out of a bundle (something like widgets.app/) or using the
open(1) command. Mac OS X needs this to dispatch events correctly, as well as gaining
access to the menubar. If using GDB you must run with the full path to the executable.
So maybe it's something with Qt?
/Andreas