Your message dated Thu, 26 Mar 2020 20:54:36 +0100 with message-id <0e3eaa04-64a6-8b09-8a4a-7eda8e7864a3@kabelmail.de> and subject line Re: qjackctl: Frames/Period setting not always saved when it's the only setting changed. has caused the Debian Bug report #954658, regarding qjackctl: Frames/Period setting not always saved when it's the only setting changed. to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 954658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954658 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: qjackctl: Frames/Period setting not always saved when it's the only setting changed.
- From: Aaron Wyatt <dev@psi-borg.org>
- Date: Sun, 22 Mar 2020 22:36:09 +1100
- Message-id: <[🔎] 158487696963.44397.2574555877512781482.reportbug@emissary.psi-borg.org>
Package: qjackctl Version: 0.6.1-1 Severity: normal Tags: patch upstream Dear Maintainer, QJackCtl doesn't always save the Frames/Period setting properly if it's the only setting changed in the setup window. (It persists in the UI when the setup window is closed and reopened, but it isn't written to disk and the Jack server uses the previous setting when relaunched.) I've written and included a patch to address the issue. Cheers, Aaron -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), LANGUAGE=en_AU:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages qjackctl depends on: ii jackd 5+nmu1 ii libasound2 1.2.2-2.1 ii libc6 2.30-2 ii libgcc-s1 10-20200312-2 ii libjack-jackd2-0 [libjack-0.125] 1.9.12~dfsg-2+b1 ii libqt5core5a 5.12.5+dfsg-9 ii libqt5dbus5 5.12.5+dfsg-9 ii libqt5gui5 5.12.5+dfsg-9 ii libqt5network5 5.12.5+dfsg-9 ii libqt5widgets5 5.12.5+dfsg-9 ii libqt5xml5 5.12.5+dfsg-9 ii libstdc++6 10-20200312-2 qjackctl recommends no packages. Versions of packages qjackctl suggests: ii pulseaudio-utils 13.0-5 -- no debconf informationMake sure the frames setting is saved when it's the only setting that's changed. Index: qjackctl-0.6.1/src/qjackctlSetupForm.cpp =================================================================== --- qjackctl-0.6.1.orig/src/qjackctlSetupForm.cpp +++ qjackctl-0.6.1/src/qjackctlSetupForm.cpp @@ -1612,7 +1612,7 @@ void qjackctlSetupForm::apply (void) if (pMainForm == nullptr) return; - if (m_iDirtySettings > 0 || m_iDirtyPreset > 0) { + if (m_iDirtySettings > 0 || m_iDirtyPreset > 0 || m_iDirtyBuffSize > 0) { // Save current preset selection. m_pSetup->sDefPreset = m_ui.PresetComboBox->currentText(); // Always save current settings...
--- End Message ---
--- Begin Message ---
- To: 954658-close@bugs.debian.org
- Subject: Re: qjackctl: Frames/Period setting not always saved when it's the only setting changed.
- From: Dennis Braun <d_braun@kabelmail.de>
- Date: Thu, 26 Mar 2020 20:54:36 +0100
- Message-id: <0e3eaa04-64a6-8b09-8a4a-7eda8e7864a3@kabelmail.de>
I'll revert this commit, and close this bug. the upstream author said: "it's not a bug in qjackctl setup form... it's rather a feature :) since qjackctl >= 0.6.0 changing the frames/period (buffer-size) takes effect *immediately*, no need to press OK or Apply buttons just for that."Attachment: signature.asc
Description: OpenPGP digital signature
--- End Message ---