[00:33] * OvenWerks can't get his groovy to boot :P downloading groovy and current for testing. [01:28] OvenWerks: I'm testing this on Focal currently. [02:23] Eickmeyer[m]: xfce? [02:24] No, I'm on Kubuntu. [02:24] I work for the company that produces the Kubuntu Focus, and its optimizations don't work right on Groovy. [02:26] I mean, I could test for Groovy... [02:26] I have 20.04 kubuntu with studio on top [02:27] So I have to wonder why I can't get the same here [02:29] Yeah, I don't know. [06:23] Eickmeyer[m]: There is a difference between "False" and False... [06:24] look at studio-controls line 1296 (and 1290). Try removing the " around False and True [06:27] "on": "False", [06:28] with another bool: "usb-single": false, [06:28] The second is correct [07:12] Eickmeyer[m]: new tag [07:39] those laptops look sexy and powerful!🤩 [08:19] Eickmeyer[m]: (who is sleeping no doubt) The old config style was all text. a python dictionary allows saving things as any python type. So we were able to get rid of: if parameter in ['True']: and just use if parameter: if the parameter is a bool. Those two lines didn't get fixed I guess. The only string that == False is "" [22:08] OvenWerks: I think I figured out the culprit: JACK is starting every time I plug-in or unplug a USB device even if it's stopped. [22:08] That includes if a new device is detected at reboot. [22:29] The latest tag should fix it. [22:30] Eickmeyer[m]: also... first try: http://www.ovenwerks.net/software/controls/studio-controls.html [22:31] Hmm, the latest tag should fix it if you at least do an apply :) or remove the config file. [22:56] Eickmeyer[m]: the link above is my first try. [23:04] BTW plasma makes working remotely a pain. on xfce I can open up a remote directory via sftp://host/ and then select a file, edit it and save it as if it was local. In fact I can then create a new file and save directly to the remote drive. On plasma, once I open a file with an ide it copies it to a local drive then asks after saving if it shouold transfer to the remote (ok so far) but if I [23:04] create a new file, the ide does not know about the remote and plasma does not give a good place to save to :P