[00:00] very odd, even if i set debug to TRUE in the code it doesn't print out the version statement correctly [00:00] awesome [00:00] psutil changed in utopic [00:00] p.exe is now a function instead of a string [00:01] * bluesabre wonders how many of his apps use that [00:03] wow, that is "awesome" [00:03] so lls would've been broken by that anyway? [00:04] it's very weird how much parole's and xfpm's code look alike partially [00:04] (well actually it isn't) [00:05] Weren't they both started by Ali? [00:05] and yes, lls is broken by that [00:06] hah, found the culprit [00:06] show_version(); was called too late in the code [00:07] after xfpm already forks [00:07] :D [00:09] Forking problems again. [00:12] mkay, pushed the fix [00:13] woo! [00:13] i also found the commit that broke the version string [00:14] it was after 1.3.0 seemingly [00:14] so before that it should've worked just fine [00:15] bluesabre: so i guess after catching and fixing a bug each, we're even again now? [00:15] I've already fixed a second one ;) [00:16] gah [00:16] but that wasn't one i discovered though, was it? [00:16] true [00:16] phew [00:20] does closing a bugreport as invalid also count as fixing a bug? :] [00:23] not sure I'd go that far [00:32] i did get xfpm below the 50 bugs mark though [00:51] good job! [00:52] almost finished with the xfpm patch [00:52] if you're willing to stick around a few more minutes to see [00:52] making it a bit dynamic, so other settings managers can be easily added as needed [00:53] mm nice [00:53] i guess we could discuss including lls in ll [00:53] e.g. as a compile-time option [00:53] But, .desktop files? [00:55] hm? [00:56] well as long as the dbus interface isn't finished there's no other way to change settings [01:12] ochosi: http://imgur.com/9kpsiwB [01:29] bluesabre: sweet, that looks perfect! [01:34] ochosi: sticking around for a bit longer? [01:37] ochosi: functional diff, everything seem sane and align with what you imagined? http://paste.ubuntu.com/8067345/ [01:49] bluesabre: looking.. [01:50] found an issue already, we have a lock on suspend button, should also set xfpm's setting [01:50] but everything else? [01:51] hm, we could try to remove that screensaver-desktop file from ~/.config/autostart [01:51] since it would conflict with xfpm [01:51] the rest looks fine, as far as i can tell from reading the diff [01:52] we do [01:52] line #42 [01:52] oh, sry, obviously too tired [01:52] its not a good variable name [01:52] ;) [01:52] otherwise i wouldn't have been able to overlook that [01:53] yeah, it's not ideal :) [01:54] not that there's too much time, but we could do a dev relase [01:54] release [01:54] for translators [01:54] and then do a stable release + upload shortly before FF [01:54] or we do a stable release now and then do a .1 release for translations after FF [01:54] either or [01:55] stable makes it easier to roll it in [01:55] yeah [01:55] i guess the latter option is bette [01:55] r [01:55] also gives translators more time effectively [01:55] yup [01:56] so we keep the lock on suspend duplication i guess [01:57] while it sucks a bit, i guess it's weird to move it out of this context [01:59] yeah [02:00] hopefully as soon as the dbus stuff is there we can move these remaining options to a locking tab in xfpm [02:01] ochosi, which syncs more frequently for the lock setting, session or xfpm? [02:01] or, which syncs with which? [02:02] xfpm -> session [02:02] or actually [02:02] well, i mean: xfpm watches session and sync its settings with it [02:03] it does that both ways though, if you change it in xfpm, it'll change it in session too, if you change it in session, it'll get updated in xfpm too [02:03] ok [02:03] so theoretically it doesn't matter for lls [02:03] but it does if you are using xfpm not with xfce [02:04] so xfpm > session for our purposes [02:04] yeah, or light-locker with the session but without xfpm ;) [02:04] phew [02:04] either way, i agree, for our purposes its better to sync with xfpm [02:04] too much complexity [02:04] also, thinking of lubuntu [02:06] weird [02:07] trying lls here only changes the config option in session [02:08] oh right [02:08] now i remember [02:08] the UI of xfpm doesn't get updated [02:08] guess i need to introduce the correct xfconf_bind commands at some point [02:09] one sec [02:11] ok, pull the latest commit [02:11] make; sudo make install; light-locker-settings [02:12] and I guess configure before all that ;) [02:12] *phew* lots of work [02:13] http://dpaste.com/0PS6VXN [02:13] trusty? [02:13] yup [02:13] oh [02:13] hmm [02:13] -.- [02:13] :s [02:13] I'll work around it [02:13] nah [02:13] no need [02:14] at least not unless we want to provide a new xfpm + lls + ll for trusty in a PPA or something [02:14] quick fix so you can test [02:14] ok [02:15] http://paste.ubuntu.com/8067548/ [02:19] hm, still spits out the same error about "str" object not being callable [02:19] (ran make and sudo make install after applying the diff) [02:20] bluesabre: ^ [02:20] remove the () [02:20] ochosi: ^ [02:22] ah silly me [02:22] ok, now it works fine [02:22] the size of the dialog is a bit odd [02:22] yeah [02:22] but the rest is all quite perfect [02:22] going to hack that a bit [02:22] :) [02:22] i guess it still accounts for the hidden eleemnts [02:22] yeah, we'll have to resize down before displaying [02:23] okeydokey [02:23] sounds good [02:23] sry, gotta get some rest now [02:23] alrighty, have a good night [02:23] but anyway, i think this is releasable as is [02:23] I try ;) [02:23] it nicely accounts for the changes in xfpm [02:24] and there aren't really many other changes in the pipe for xfpm 1.4 [02:24] and we'll have to see whether ll1.6 makes it for 14.10 [02:24] (i somehow doubt it, even though the dbus interface is ready apart from the missing commandline switches) [02:25] anyhoo, nighty! [02:25] cool, looking forward to seeing that come to light [02:25] seeya! [02:25] (-locker) [02:44] anybody around? [02:44] Unit193: poke? [02:48] nvm [02:57] ochosi: just pushed a commit that should also work in trusty [02:58] take it for a spin tomorrow and let me know if it works [03:08] Updated release notes, so now just looking for verification. :) [03:12] it also sizes properly now, http://imgur.com/JQMqUOA [03:17] bluesabre: I iz here now. [03:18] I figured it out... needed to run a python command in trusty [03:19] thanks thought, Unit193 :) [03:19] *though [03:21] got any more packages to be sponsored before I head to bed? [03:23] I think all mine are to be postponed or PPA'd until later. [03:23] (Didn't look more into util or -mixer, seemed simple though.) [03:23] ok [03:23] G'night. [03:23] Stargate SGA time. [03:23] have a good night, be back tomorrow for a bit [09:42] bluesabre: works nicely (lls) [09:45] ochosi bluesabre - do we have a bug kicking about where lls refuses to believe you when you say that you really don't want the screen to blank - but setting it with xfpm appears to work? [09:48] elfy: in trusty or utopic? [09:49] (in utopic, the idea is that you only set the blanking with xfpm, lls won't handle that part anymore) [09:49] (a bit less settings-duplication) [09:54] utopic - ok that'll be why I guess - is the option to do so being removed from lls at some point - or is that all part of what you were both talking about yesterday? [09:55] it is already removed [09:55] we just haven't done the release yet [09:56] and yeah, xfpm is actually supposed to override lls in terms of the blanking settings. good to hear that's working :) [09:58] yea :) [09:58] so that all appears to work with xfpm then :D [10:06] anything else you noticed? [10:06] i mean bugwise [10:09] not atm - I try and pick things up as I use stuff, and of course watch what's being updated and look there [10:09] cool [10:23] elfy, that and the code currently in utopic fails to validate the existence of and kill light-locker and xfpm [10:23] soooo, that's the issue ;) [10:23] * bluesabre works on release now [10:23] okey doke - glad to see you're all on top of things :) [10:24] we try [10:24] some days [10:25] heh === brainwash_ is now known as brainwash [10:32] release done, https://launchpad.net/light-locker-settings/1.4/1.4.0 [10:33] * bluesabre works on packaging [10:36] nice work bluesabre°! [10:37] I'd say that too - but it looks like voodoo to me :D [10:37] I'll just say thanks instead :p [10:38] :> [10:38] i guess i should start drawing one of the >100 device icons we need for xfpm1.3 [10:41] ochosi: we stopped doping the t-shirts for team thing didn't we? [10:42] elfy: yeah, that went on a halt, partly because of the alternatives for spending the money [10:42] shall I remove it or postpone it? [10:43] postpone i'd say, just as a reminder that we should look into spending that money wisely at some point [10:43] be it to support the QA team, or to support xfce's bug bounty programme [10:44] yep [10:45] (i'd prefer either of those options btw [10:45] ) [10:45] currently favoring supporting the QA team [10:45] ochosi: got 2 items on new features blueprint - lightdm-gtk-greeter-settings into the archive and include it in seed and Create a UI for the panel-switch application on blueprints - missing from trello [10:46] add them ? [10:47] nvm - doing it :) [10:47] please do so, although i think we might postpone both [10:47] ok [10:54] ochosi: ok - trello and blueprints should be synced now [10:55] * elfy wanders off for a while [10:55] thanks a bunch elfy! [11:00] light-locker-settings 1.4.0 uploaded to utopic [11:01] sweet, i have the feeling we're moving at the speed of light in comparison to 14-04 :) [11:02] :D [11:03] need to do the greeter releases today some time [11:03] oh right, that one... [11:03] i'll be working on reducing the amount of icons xfpm currently needs for its device menu [11:03] cool [11:04] also, glad to see the brightness icon is correct the popup menu [11:04] (drawing a progressbar for the device-load-status with cairo or something) [11:04] yeah, the icon should look ok now [11:04] at least i hope it does now [11:04] it does [11:04] good [11:10] * bluesabre adds utopic to greeter daily builds [11:10] I'll test it today and add any needed changes to make 1.8.5 to 1.9 seamless [11:11] sweet [11:11] so i guess we'll postpone the default extended desktop mode for the greeter to 15.04 [11:12] might be able to crank that out by thursday [11:12] ;) [11:13] hehe [11:16] * bluesabre pulls music library to computer to test elfy's bug [11:17] elfy, does menulibre 2.0.5 in utopic seem to work as you'd expect? [11:18] it should be the ultimate, bug-free version [11:18] * bluesabre needs to SRU it back to trusty [11:20] heh, "ultimate bug-free version" doesn't exist i guess :) [11:23] :) [11:23] after FF, I'll start work on the next iteration, which will add all the features knome requested [11:24] sounds cool [11:25] ochosi, in the meantime, want to add the fancy icon you made for it to elementary-xfce? [11:25] 2.1+ will include it [11:26] hm, true, could do that [11:26] https://code.launchpad.net/~menulibre-dev/menulibre/artwork2 [11:27] it's appicon name is just menulibre, right? [11:28] (i hope you install all of them correctly, not as _24.svg etc :)) [11:28] yes [11:28] and yeah, they get installed in the right locations [11:28] bluesabre: I've not used it since I checked the testcase - I'll give it bit of a hammering [11:28] elfy: great, thanks [11:31] bluesabre: done [11:31] awesome, thanks ochosi! [11:31] np [11:32] crap [11:32] now i just need to find the quickest/easiest way to draw on a gtkimagemenuitem with cairo and then i'm done for today :) [11:32] crap? [11:32] elfy, I can reproduce your bug [11:32] in parole [11:32] guess that means I'll have to fix it [11:32] :) [11:33] ochosi, can you reproduce in trusty? [11:33] awwwh :) [11:33] what bug? [11:33] https://bugs.launchpad.net/ubuntu/+source/parole/+bug/1356979 [11:33] Launchpad bug 1356979 in parole (Ubuntu) "Fast forward/jog during a track changes to next playlist track" [Undecided,New] [11:35] hm [11:35] might be a new gstreamer thing [11:36] even skipping with the slider causes it to advance [11:36] * bluesabre installs totem [11:37] bluesabre: well as much as I don't like that you can reproduce it - on the other hand I'm not going mad ;) [11:37] there's an up-side to everything [11:37] lol [11:38] yeah, actually the skipping ahead and backwards has really become worse with gst1.0 [11:38] not sure if it's our code or just gst1.0 [11:38] totem autoskips too [11:38] great :/ [11:38] * bluesabre builds parole with gst0.10 [11:42] gst0.10 does not skip to the next track [11:43] righty [11:44] that's what i thought [11:44] s/thought/feared/ [11:44] ochosi: want to poke around the ubuntu/gstreamer channels? [11:45] heading out to visit family shortly [11:46] bluesabre: will see what i can do, first i wanna fix the xfpm battery plugin so i don't have to draw the >100 icons [11:47] for the various devices [11:47] i mean i don't know what to tell them other than "gst 1.0 sucks with skipping back and forth in a track" [11:53] bluesabre: well menulibre appears to be ok so far, but I'll play about for a few days [11:53] that'd be about it :) [11:53] elfy, cool, thanks again [11:54] have a nice day bluesabre [11:54] yep indeed [11:54] and thanks for all the nice fixes and uploads! [11:54] I'll be about off and on now [11:54] seeya guys, hf [13:34] no mistaking that lls doesn't do screensaver settings now then :) [23:47] bluesabre: weird, when dragging a single media file (mkv, on a ssh server) to parole's playlist it adds all files in the folder [23:48] have you experienced that before? guess i gotta check whether that happens with other files too or whether it's just this particular combination [23:49] (works fine in totem btw) [23:49] guess for some reason it takes the folder over the file