On 05/02/07, Pazu <pazu@xxxxxxxxxxx> wrote:
Has anyone tried to compile and use qgit on Mac OS X? This week I installed qt-mac (3.3.7), and tried to compile qgit. Everything went surprisingly well, and compilation finished without any errors. Now I'm able to launch qgit, but the main window seems unable to receive focus, so I can't interact with the application. Here's an screenshot: http://pazu.com.br/dav/qgit-osx.jpg So, I'd love to hear if anyone else tried to use qgit on OS X, and if you had better luck than me.
I havent tried qgit, but I've seen this happen with other apps, and the Qt/Mac docs mention the problem: http://doc.trolltech.com/3.3/mac-differences.html "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." I'm guessing the command line you used, obscured in the screenshot, was something like
`pwd`/qgit
Try:
open ./qgit
instead. BTW, the same advice is in the docs for Qt4. HTH -Baz - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html