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 D
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: verif
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 packag
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 surviv
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 noti
-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")
t
-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")
t
** 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 a
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 i
** 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 s
** 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
** Ch
** 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 surviv
** 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 Ub
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
Tit
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 ubuntustudio-co
** 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
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 s
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
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 15
** 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:
https://bu
** 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.
** 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 =>
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
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: New
24 matches
Mail list logo