Re: [linux-audio-user] hidden qjackctl - how to restore

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] hidden qjackctl - how to restore
From: Florian Schmidt (mista.tapas_AT_gmx.net)
Date: Fri Nov 05 2004 - 16:36:35 EET


On Fri, 5 Nov 2004 14:04:02 +0100
Florian Schmidt <mista.tapas_AT_gmx.net> wrote:

> // Main form visibility requester slot.
> void qjackctlMainForm::toggleMainForm (void)
> {
> m_pSetup->saveWidgetGeometry(this);
> if (isVisible()) {
> if (m_pSetup->bSystemTray) {
> hide();
> }
> else {
> // iconify normally
> setWindowState(Qt::WindowMinimized);
> }
> } else {
> show();
> raise();
> setActiveWindow();
> }
> }
>
> this works at least for me.

Oh, i see there's an option in the Setup dialog "enable system tray icon".
It was off. After turning it on, qjackctl doesn't disappear completely when
hiding (the original unpatched version).

Ok, above modification still seems to do the right thing (tm) imho. When
enable system tray is off, it gets minimized normally.

flo


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri Nov 05 2004 - 16:42:04 EET