[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-05-28 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntustudio-controls - 1.7.1 --- ubuntustudio-controls (1.7.1) disco; urgency=medium * Set check box status correctly from config file (LP: #1826413) -- Ross Gammon Sun, 19 May 2019 20:13:09 +0200 ** Changed in: ubuntustudio-controls (Ubuntu

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-05-22 Thread Ross Gammon
Tested v1.7 again to be sure. Saved settings are not remembered. Installed v1.7.1 from disco-proposed. Now the audio settings are remembered. I can confirm that the bug is fixed in the disco-proposed version of ubuntustudio-controls. ** Tags removed: verification-needed-disco ** Tags added:

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-05-21 Thread Brian Murray
Hello Ross, or anyone else affected, Accepted ubuntustudio-controls into disco-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source /ubuntustudio-controls/1.7.1 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-05-19 Thread Ross Gammon
Sorry about the delay. I have just reuploaded a new version with a tidier cast to boolean. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826413 Title: ALSA Jack Midi bridge off selection not

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-05-04 Thread Ross Gammon
Much simpler. Thanks Steve. Will make the change and reupload. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826413 Title: ALSA Jack Midi bridge off selection not surviving a reboot To manage

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-05-03 Thread Steve Langasek
-self.usb_plug_check.set_active(self.usb) +if self.usb == "True": +self.usb_plug_check.set_active(True) +elif self.usb == "False": +self.usb_plug_check.set_active(False) I think this could be instead written as self.usb_plug_check.set_active(self.usb == "True")

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-05-03 Thread Steve Langasek
-self.usb_plug_check.set_active(self.usb) +if self.usb == "True": +self.usb_plug_check.set_active(True) +elif self.usb == "False": +self.usb_plug_check.set_active(False) I think this could be instead written as self.usb_plug_check.set_active(self.usb == "True")

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Ross Gammon
** Changed in: ubuntustudio-controls (Ubuntu Disco) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826413 Title: ALSA Jack Midi bridge off selection not surviving

Re: [Ubuntu-bugcontrol] [Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Gunnar Hjalmarsson
On 2019-04-26 19:29, Ross Gammon wrote: > I need Bug Control to add a task to target the Disco release for > this SRU before I can upload to Disco. Done. -- Gunnar Hjalmarsson https://launchpad.net/~gunnarhj -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Erich Eickmeyer
** Changed in: ubuntustudio-controls (Ubuntu Eoan) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826413 Title: ALSA Jack Midi bridge off selection not

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Gunnar Hjalmarsson
** Also affects: ubuntustudio-controls (Ubuntu Eoan) Importance: Undecided Status: Fix Committed ** Also affects: ubuntustudio-controls (Ubuntu Disco) Importance: Undecided Status: New ** Changed in: ubuntustudio-controls (Ubuntu Eoan) Importance: Undecided => Medium **

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread C de-Avillez
** Changed in: ubuntustudio-controls (Ubuntu) Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826413 Title: ALSA Jack Midi bridge off selection not

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Erich Eickmeyer
** No longer affects: ubuntustudio-controls (Ubuntu) ** Also affects: ubuntustudio-controls (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntustudio-controls (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread C de-Avillez
for whatever reason I cannot add a task to Disco. Also, I cannot see anywhere stated it has been fixed in Eoan (which is required for a SRU). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826413

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Ross Gammon
I need Bug Control to add a task to target the Disco release for this SRU before I can upload to Disco. ** Description changed: Several users on the Ubuntu Studio list have reported that they only want the ALSA Jack Midi bridge to be active sometimes. When switched off in

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Erich Eickmeyer
** Changed in: ubuntustudio-controls Importance: High => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826413 Title: ALSA Jack Midi bridge off selection not surviving a reboot To manage

Re: [Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Len Ovens
On Fri, 26 Apr 2019, Ross Gammon wrote: > OK - I have worked it out. The a2j status read from the config file is a > string. When converting from string to boolean to set the check button > status, python will always evaluate the boolean as "True" for any text. > We need to parse the string with

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Ross Gammon
The importance of this bug should probably be "Medium", and I would like to target it as an SRU for Disco, as the bug can make the package annoying to use for people that need to disable the checkbox options occasionally and have them remembered. -- You received this bug notification because you

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntustudio-controls - 1.8 --- ubuntustudio-controls (1.8) eoan; urgency=medium [ Len Ovens ] * Add to ROADMAP next steps [ Ross Gammon ] * Set check box status correctly from config file (LP: #1826413) -- Ross Gammon Fri, 26 Apr 2019

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Ross Gammon
** Tags added: disco -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826413 Title: ALSA Jack Midi bridge off selection not surviving a reboot To manage notifications about this bug go to:

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Ross Gammon
** Changed in: ubuntustudio-controls (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: ubuntustudio-controls (Ubuntu) Assignee: Ross Gammon (rosco2) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Ross Gammon
** Changed in: ubuntustudio-controls Assignee: Len Ovens (len-ovenwerks) => Ross Gammon (rosco2) ** Changed in: ubuntustudio-controls (Ubuntu) Assignee: Ubuntu Studio Development (ubuntustudio-dev) => Ross Gammon (rosco2) ** Changed in: ubuntustudio-controls Status: Confirmed

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-26 Thread Ross Gammon
OK - I have worked it out. The a2j status read from the config file is a string. When converting from string to boolean to set the check button status, python will always evaluate the boolean as "True" for any text. We need to parse the string with some if/elif statments to set the correct boolean

[Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-04-25 Thread Erich Eickmeyer
Confirmed due to multiple reports on ubuntu-studio-users mailing list. ** Also affects: ubuntustudio-controls (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntustudio-controls Status: New => Confirmed ** Changed in: ubuntustudio-controls (Ubuntu) Status: