Public bug reported:
Binary package hint: qjackctl
qjackctl launches but the main window never shows up. Using gnome with
fiesty. Did an upgrade from dapper to edgy to fiesty.
Tried compiling 0.2.22 which mentioned something about the wflags but
that didn't work.
Found if I comment out the wflags it works fine. Here's the patch of
what I did to get it working.
diff -x '*.Po' -x autom4te.cache -urBb qjackctl-0.2.21/src/main.cpp
qjackctl-0.2.21.me/src/main.cpp
--- qjackctl-0.2.21/src/main.cpp 2006-09-24 05:29:31.000000000 -0700
+++ qjackctl-0.2.21.me/src/main.cpp 2007-05-14 18:42:05.000000000 -0700
@@ -75,7 +75,7 @@
if (settings.bKeepOnTop)
wflags |= Qt::WStyle_Tool;
// Construct the main form, and show it to the world.
- qjackctlMainForm w(0, 0, wflags);
+ qjackctlMainForm w(0, 0 );
app.setMainWidget(&w);
w.setup(&settings);
// If we have a systray icon, we'll skip this.
** Affects: qjackctl (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
qjackctl main window doesn't show on fiesty
https://bugs.launchpad.net/bugs/114720
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs