Thomas Kuther wrote: > On Di, 10.07.07 21:49 "Dominic Sacré" <dominic.sacre@xxxxxx> wrote: > >> On 7/10/07, Rui Nuno Capela <rncbc@xxxxxxxxx> wrote: >>> The new tarball has been replaced. However, SF mirrors might lag in >>> the propagation, so that you'll probably still get the older one >>> for a while... >>> >>> Just in case you want it now, the right one is also accessible from >>> here: >>> >>> http://www.rncbc.org/jack/qjackctl-0.3.0.tar.gz >> Thanks, compiles fine on Ubuntu Feisty now. >> >> However, this is what qjackctl looks like: >> http://das.nasophon.de/stuff/qjackctl.png >> >> What happened here? I have qt-4.2.3... do I need 4.3? Or could the >> problem be something else? >> >> >> Dominic > > Thanks, compiled here too now. > > But same problem as Dominic, it looks somewhat strange :) > Qt 4.3.0 here, so that's not it. > > http://gimpel.ath.cx/~tom/qjack.png > Damn. Gnome's a real PITA :( KDE rules here, as windows are managed as good as ever before. Anyway, please, would you try whether things get better with the attached patch (-p1). HIH -- rncbc aka Rui Nuno Capela rncbc@xxxxxxxxx
diff -dupr qjackctl.0/src/main.cpp qjackctl.1/src/main.cpp --- qjackctl.0/src/main.cpp 2007-07-09 22:02:16.000000000 +0100 +++ qjackctl.1/src/main.cpp 2007-07-10 21:17:46.000000000 +0100 @@ -67,7 +67,8 @@ int main ( int argc, char **argv ) } // What style do we create these forms? - Qt::WindowFlags wflags = Qt::CustomizeWindowHint + Qt::WindowFlags wflags = Qt::Window + | Qt::CustomizeWindowHint | Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowMinMaxButtonsHint; diff -dupr qjackctl.0/src/qjackctlMainForm.cpp qjackctl.1/src/qjackctlMainForm.cpp --- qjackctl.0/src/qjackctlMainForm.cpp 2007-07-10 16:46:33.000000000 +0100 +++ qjackctl.1/src/qjackctlMainForm.cpp 2007-07-10 21:18:24.000000000 +0100 @@ -284,7 +284,8 @@ bool qjackctlMainForm::setup ( qjackctlS updateButtons(); // What style do we create these forms? - Qt::WindowFlags wflags = Qt::CustomizeWindowHint + Qt::WindowFlags wflags = Qt::Window + | Qt::CustomizeWindowHint | Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowMinMaxButtonsHint;
_______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-user