[18:20] Eickmeyer: with regard to your -controls bug report. Which version of -controls were you using? Is that the one that came with 18.10? or the one from the PPA (that fixes that problem)? [18:21] The one in the PPA, but I haven't tested it recently. I'll let you know. Saw your respnse to the bug report. [18:21] The bug report did not specify the version as anything besides 18.10 [18:22] Yeah, sorry. I can fix that too, but I'm on the wrong OS at the moment. A few irons in a couple fires right now. [18:22] actually no the bug fix for the gov was older... [18:23] The PPA was to fix double backends [18:35] Eickmeyer: that part of things really is a mess. There is still init.d stuff in there as well as systemd stuff [18:36] Eickmeyer: it works on my system for some reason... probably because intel... [18:36] What is it executing on the backend? [18:37] Huh! thats the problem. There are about 4 things going on two of which are missing [18:38] we used to have a ubuntustudio script in init.d and it calls ondemand in the same directory which also no longer exists. [18:39] Should probably be a systemd call now. [18:39] yes I have removed the systemd ondemand call and replaced it with ubuntustudio from systemd [18:40] so that part works... but the part that sets things up from the GUI still uses the initd stuff. [18:40] (or sets the initd stuff) [18:41] Ah, that would explain it, seeing as how that's depricated. [18:41] The GUI sets it correctly, but does not save the setting correctly [18:43] The turbo setting uses /etc/default/ubuntustudio we should put governor in there too. [18:44] In fact we should probably remove cpufrequitil from being a depends all together [18:44] OK, I will work on that [18:45] *thumbs up* [18:46] Right now the systemd thing calls cpufrequtils to set things Instead it should just directly set things [18:48] The whole thing was bassed in initd [18:48] it needs to migrate to fully systemd [18:49] That makes sense. Probably built for initd and then didn't get any love for a couple years until you did your magic.