[00:05] Saviq: it seems to work great here! too bad you got a Disapprove in the MR as well :P [01:10] Saviq: how do I get unity8 to load the notification plugin? [01:10] * larsu has patches but no way to test them [01:10] larsu, export QML2_IMPORT_PATH to wherever unity-notifications installed the plugin [01:10] larsu, easiest probably to just build the package [01:11] Saviq: that's what I thought, but it doesn't seem to get called [01:12] larsu, is the qmldir file there with the .so? [01:12] larsu, and does the path include Unity/Notifications/ ? [01:13] Saviq: I'm running ot off the package [01:13] larsu, ah, and why do you feel it's not working? [01:13] Saviq: it's neither taking the name nor printing the message that it wasn't able to [01:15] larsu, it must be calling it, TBH, try adding some debugging around it, or just gdb it? === _salem is now known as salem_ [01:16] Saviq: meh, I must have messed up. It worked after rebuilding and reinstalling. Sorry 'bout that === salem_ is now known as _salem === duflu_ is now known as duflu === Trevinho_ is now known as Trevinho === iahmad is now known as iahmad|afk === iahmad|afk is now known as iahmad [08:48] mzanetti: can you have a look at https://code.launchpad.net/~aacid/unity8/tabbar_dash/+merge/192505 ? [08:48] tsdgeos: yes, on it [08:48] good [08:53] tsdgeos: this will conflict badly with the switching_previews [08:53] I thought you were basing this on that one [08:53] i wasn't i said i would rebase after "getting it to work" [08:54] so i guess i should do this now :D [08:54] ah right... well, gimme a bit first to understand it better [08:58] [OFFTOPIC] I just bought tickets for a Kavinsky concert in London one of the days of the sprint, going with two friends, if anyone wants to join head to ticketmaster :D [09:03] mzanetti: commented in the wrong MR? [09:03] tsdgeos: not sure if this is in the patch you did in the SDK or if it's in unity: https://code.launchpad.net/~aacid/ubuntu-ui-toolkit/tabbar_external_use/+merge/192307/comments/444320 [09:03] right... I wanted to comment it on the other [09:04] i mean, we didn't use a tabbar before [09:04] it may as well be an existing bug :D [09:05] tsdgeos: right. but at least in apps the tabbar's text adjust to the background color [09:05] tsdgeos: no clue where the logic for that is located tho [09:05] mzanetti: what do you mean "in apps"? [09:05] tsdgeos: well, apps [09:06] isn't just that your background is darker at the bottom + the border/shadow ? [09:07] tsdgeos: no... check out some app with white background, the tabs text will be dark grey [09:07] tsdgeos: while e.g. in the Authenticator app which has black background, the text is white [09:08] mzanetti: yes, but that's not a tabbar [09:08] is it? [09:09] tsdgeos: yes it is. but looking at the rest of unity's text, I think in our case want to keep it white, but just add the shadow etc like you said [09:09] still [09:09] that's the tabbar [09:10] not related at all to the MR you commented at all that only makes the tabbar usable externally [09:10] tsdgeos: yeah... I added another comment and clarified that [09:11] tsdgeos: I think exactly this is the issue tho. the SDK components are created to change (invert) their text colors depending on the background, while unity's text always stays white but has shadows which make it readable on bright background [09:13] hmmmm [09:14] brb [09:14] and that's why we should not ignore the SDK :D [09:24] mzanetti: pushed something that should help, can you update both branches and try again? [09:26] mhr3: can you still create a "search bar broken position" as you reported in https://bugs.launchpad.net/unity8/+bug/1240118 ? [09:26] Ubuntu bug 1240118 in Unity 8 "Scrolling in dash breaks" [High,Triaged] [09:30] tsdgeos, can you ping me about it in an hour? my phone's battery died over the night :) [09:30] mhr3: sure [09:31] tsdgeos: yes, this does. The progression arrow is still "invisible" tho. I guess we need a chat with design on what to do with that [09:33] mzanetti: that progression arrow is the same as any white background app [09:33] i.e. the SDK doesn't do anything smart to fix stuff if the background is white for it [09:33] basically because it's an image [09:33] tsdgeos: no. in apps it uses a black arrow. But I see why we can't use that one [09:34] well that is if you changed the theme [09:34] to a dark theme [09:34] tsdgeos: yeah... I think MainView changes the theme depending on the background color [09:35] ok [09:35] tbh the only thing i can see happening is getting an "image with border" [09:35] and use that all the time [09:36] tsdgeos: yes, I think that's what we'd want in unity [09:37] mzanetti: can you take another screenshot with your white background and attach it to the MR? and then we add someone from design to the MR and hope they read their emails? [09:40] tsdgeos: ack [09:41] tsdgeos: http://i.imgur.com/LH6xe0D.png [09:41] mzanetti: what you are seeing with the scrolling is fine [09:41] it's just that the dash home is some pixels highers than the screen [09:41] so it doesn't come back === shiznix_ is now known as shiznix [09:41] that happens with non patched version too [09:41] tsdgeos: really? but it's empty [09:41] i.e. lp:unity8 [09:42] well it's "bottom margin" [09:42] that or we're speaking about two different things :D [09:42] tsdgeos: right. confirming it in trunk too [09:43] it feels weird [09:43] because it's just something like 1 gu [09:43] but it's how it's supposed to behave if oyu think about it [09:44] really? don't see why yet [09:44] because the header is "special" [09:45] it's not a hard body [09:45] it comes out from the bottom [09:45] so that's what's happening here [09:46] tsdgeos: it really feels like one last update() call of something is missing [09:47] why? [09:47] tsdgeos: for example this: http://i.imgur.com/27z12c4.png [09:47] would you still say that the content is higher that the listview? [09:48] nope [09:48] but it still happens [09:48] and I can't slowly drag it to that place. only when overshooting it not always comes back [09:49] here's good one: http://i.imgur.com/qRGh9zV.png [09:50] i can't do that here [09:50] flick it upwards as quickly as you can [09:51] sure [09:51] but yes. it's the same in trunk [09:51] always comes to the correct position [09:52] mzanetti: that's on your phone or in the desktop too? [09:52] i'm guessing the desktop because of the screenies [09:52] tsdgeos: yep. desktop [09:53] mzanetti: can you repro if you resize the window? [09:53] just random asking :D [09:53] tsdgeos: just got it reproduced with the video scope on the phone [09:53] tsdgeos: to which size do you want me to resize it? [09:53] to any [09:54] since i don't know how do you to do only have one category there [09:54] i'm just making it taller [09:54] so that all fits on screen [09:54] and then doing the overshoot [09:54] i can't make it behave wrong [09:54] tsdgeos: yeah. it happens with the standard size and also with that larger one as in the screenshot [09:54] :/ [09:55] tsdgeos: well, one difference is that I use GRID_UNIT_PX=18. Don't think that's the reason, but who knows [09:55] tsdgeos, checked and yea, the header is still moving weirdly [09:56] no scrolling issues though [09:57] mzanetti: can't repro with that either [09:57] :( [09:58] tsdgeos: now I can reproduce it 100% [09:58] lol [09:58] really? [09:58] tsdgeos: grab the dash, move it quickly up and down a couple of times [09:58] tsdgeos: and at some point release it after the upwards movement [09:58] ok [09:58] that helped [09:59] \o/ [09:59] but seems to be a regular LVWPH bug [09:59] yes [09:59] nothing to do with this one [09:59] same in trunk, as I said [09:59] can you report it and assign it to me? [10:00] yes [10:02] tsdgeos, why don't we colour the image depending on the background colour? [10:02] tsdgeos, http://qt-project.org/doc/qt-5.0/qtgraphicaleffects/qml-qtgraphicaleffects1-colorize.html [10:03] because i don't do graphical decisions [10:03] as i don't expect the designers to tell me how to code [10:05] mhr3: you have that problem only on the device or also on the desktop? [10:05] tsdgeos: https://bugs.launchpad.net/unity8/+bug/1245824 [10:05] Ubuntu bug 1245824 in Unity 8 "[LVWPH] Header position can be messed up by flicking up the content" [Undecided,New] [10:06] tsdgeos, both [10:06] mzanetti: tz [10:06] tx [10:13] tsdgeos: is it wanted by design that we removed the DashBar? [10:13] mzanetti: yes [10:13] ok [10:19] tsdgeos: this looks a bit odd: http://i.imgur.com/n2OWijK.jpg Do you think we could make it fade out towards the right edge in that case? [10:20] do we do any such fading anywhere? [10:21] tsdgeos: hmm... probably not. or something else you can think of? [10:22] besides doing the fading wouldn't be easy either [10:22] I guess so, yes [10:23] mzanetti: not really, personally it doesn't look bad to me, but i can understand it does for some people [10:23] well, not blocking the merge because of this. but I think it's worth to have a chat with jouni [10:35] tsdgeos, mzanetti http://qt-project.org/doc/qt-5.0/qtgraphicaleffects/qml-qtgraphicaleffects1-opacitymask.html [10:35] just anchor it left to the search bar [10:35] :D [10:36] that docs page is badly broken [10:38] Cimi: but you need a mask source for that [10:38] which if we stretch [10:38] is going to look weird, no? [10:38] otoh we can have it fixed size 20 and not stretch [10:38] ignore me [10:38] Cimi: are you in the office? [10:38] tsdgeos, nope [10:39] tsdgeos, all designers are in oakland apart rosie [10:39] might go later [10:39] ah [10:39] ok [10:39] like after lunch so I can eat good stuff :) [10:43] he he [10:45] tsdgeos: some smaller comments: https://code.launchpad.net/~aacid/unity8/tabbar_dash/+merge/192505/comments/444381 [10:45] tsdgeos: it will also conflict a lot with nic-doffay's filter-selector branch. [10:46] \o/ [10:46] not [10:47] tsdgeos: that would be /o\ [10:47] how do you put your arms on top of your head? [10:47] :D [10:48] it's more like this: http://i1.wp.com/theminorityreport.co/stixblog/files/2012/07/demotivational-posters-quadruple-facepalm.jpg [10:48] :P [10:48] tsdgeos, there's only so much acrobatics one can do in ascii :) === iahmad is now known as iahmad|afk === _salem is now known as salem_ === iahmad|afk is now known as iahmad [11:43] tsdgeos: hey, when you have some time, mind taking over this one while Saviq is away? https://code.launchpad.net/~unity-team/unity8/switching-previews/+merge/189556 [11:43] mzanetti: sure [11:43] will have a look later [11:44] working on mhr3's LVWPH bug now [11:44] ok. [11:44] my scopes are on strike [11:44] WARN 2013-10-29 12:44:10 unity.dash.scopeproxy ScopeProxy.cpp:516 Could not search '' on applications.scope => Timed out waiting for scope proxy connection [11:44] WARN 2013-10-29 12:44:10 unity.dash.scopeproxy ScopeProxy.cpp:516 Could not search '' on home.scope => Timed out waiting for scope proxy connection [11:44] WARN 2013-10-29 12:44:10 unity.dash.scopeproxy ScopeProxy.cpp:516 Could not search '' on photos.scope => Timed out waiting for scope proxy connection [11:44] WARN 2013-10-29 12:44:10 unity.dash.scopeproxy ScopeProxy.cpp:516 Could not search '' on music.scope => Timed out waiting for scope proxy connection [11:44] WARN 2013-10-29 12:44:10 unity.dash.scopeproxy ScopeProxy.cpp:516 Could not search '' on video.scope => Timed out waiting for scope proxy connection [11:44] WARN 2013-10-29 12:44:10 unity.dash.scopeproxy ScopeProxy.cpp:516 Could not search '' on files.scope => Timed out waiting for scope proxy connection [11:44] :-S [11:44] tsdgeos, are you able to reproduce it now? [11:44] mhr3: yes [11:45] mhr3: btw, any idea about ↑↑↑↑ [11:45] tsdgeos, hm, just a timeout... should fix itself [11:45] tsdgeos, you have activated the french Dash mode. Please deal with the unions first. [11:45] lol, what? [11:46] mhr3: nope [11:46] just nothing in the dash [11:46] and restarting unity doesn't help either [11:46] tsdgeos, odd... pkill -f unity-scope-home [11:46] it's eating 60% of my cpu [11:46] what is? [11:47] unity-scope-home [11:47] and init was eating 100% [11:47] whatever init is [11:47] init is upstart [11:47] tsdgeos, so, yea, kill the home scope and see if it helps [11:47] it did [11:47] init taking 100% is really weird. [11:48] if it's taking 100%, that would probably be something dying nad getting restarted [11:48] tsdgeos, interesting, if you ever see that again ping me, sounds like something very badly broken [11:48] mhr3: ok, will [11:49] tsdgeos, and don't kill it, we'll try to do some debugging ;) [11:49] sure [11:49] it's not the first time i've had those timeouts [11:49] never realized if the scope was eating the cpu though === MacSlow is now known as MacSlow|lunch [11:50] well fwiw scopes aren't using upstart, so the init cpu usage is weird [11:54] really? in a world where 110% of your life is subject to surveillance we are the ones that get the big brother award for a feature that can be turned off? [11:54] really Austria, really? [11:59] mzanetti, link? [12:00] mhr3: this is german tho: http://www.golem.de/news/big-brother-award-oesterreich-nominierung-fuer-mark-shuttleworth-1310-102415.html [12:00] ah wait. this is only the nomination. But we actually got it... let me find more [12:01] mzanetti, it's on omg ubuntu [12:01] mzanetti, http://www.omgubuntu.co.uk/2013/10/ubuntu-wins-big-brother-austria-privacy-award [12:16] charles, hi [12:17] charles, is it possible that indicator-session makes a more sophisticated check for unity rather than just looking for an available "com.canonical.Unity" dbus [12:20] while the libunity support can only be activated for other docks while providing this dbus, indicator-session gets fooled and will leave you without an option to shutdown/logout === MacSlow|lunch is now known as MacSlow [12:59] tsdgeos, we needed to stars landing stuff, the queue is impressive! [13:00] almost 20 branches = BB party (big break) [13:14] Cimi: https://code.launchpad.net/~mzanetti/unity8/dont-tease-while-moving/+merge/192366/comments/444432 [13:14] +1 on getting stuff merged somehow. we're building up conflicts like crazy [13:17] mzanetti, speaking about it, any news on when stuff will start landing on trunk again? [13:17] dandrader: I have no idea [13:18] fginther: any updates? [13:25] mhr3: what do I need to do to make the music scope pick up album artwork? I tried with folder.jpg or embedding it into the id3 tag. [13:25] mzanetti, only fetching from lastfm works atm [13:26] mzanetti, Greeter moved even tho its locked [13:26] mzanetti, lil typo in the test [13:26] mhr3: does that mean it should appear automatically? [13:26] mzanetti, if it has proper album and artist tags, yes [13:27] mzanetti, sorry, I haven't been keeping up with unity8 specifically, but I see that nothing is passing, does anyone know why? [13:27] fginther: Last time I checked it was some setup issues. let me check latest logs [13:27] mhr3: works, thanks [13:28] Cimi: can't spot it [13:28] mzanetti, tho is like slang imho :D [13:28] and it's instead its [13:29] ah ok [13:29] yeah, can fix it [13:29] mzanetti, also [13:29] mzanetti, it's not anymore only when it's locked [13:29] so I'd change the text [13:30] Cimi: ok [13:33] fginther: hmm... so the issue seems still to be that we require some post installation script which fails on the read only fs [13:33] fginther: not sure if you're indeed the right one to fix this. [13:35] fginther: hmm... actually I don't know. This is an example failure: https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/2491/console [13:35] fginther: happens only on the phones [13:35] unfortunately I'm quite out of date nowadays on how those jobs work [13:37] mzanetti, that job is ancient [13:37] mzanetti, :-) anything newer? [13:38] sure. one sec [13:38] fginther: https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/2713/console [13:40] mzanetti, the test runner has changed quite a bit, but this one is recent enough [13:40] mzanetti, ahhh, I remember a bug now related to this: "unable to make backup link of `./usr/bin/unity8' before installing new version: Invalid cross-device link" [13:40] mzanetti, let me dig it out of irc logs [13:46] mzanetti, https://bugs.launchpad.net/ubuntu/+source/lxc-android-config/+bug/1243432 [13:46] Ubuntu bug 1243432 in lxc-android-config (Ubuntu) "Packaging issue makes unity un-installable" [Undecided,Fix committed] [13:47] mzanetti, I fix was committed, but can't yet tell if it's in the image [13:48] s/I fix/a fix/ [13:48] fginther: where was this fixed? in unity? [13:48] mzanetti, lxc-android-config [13:50] mzanetti, looks like 0.117 is on my phone which was flashed several days ago, so should be fixed... [13:50] fginther: ok. thanks. I'll run some build to see if it passes [13:53] mzanetti, so in the runs from the last few days. I see nothing but failed unlock attempts on the touch devices [13:55] back [13:55] fginther: hmm, this one? http://10.97.0.26:8080/job/autopilot-testrunner-otto-trusty/134/console [13:56] mzanetti, while I have your attention... Do you recall the origins of the A10checklicenseheaders hook script? It doesn't allow GPL and LGPL, was there a specific reason for this? [13:56] fginther: huh? I don't think so... are you referring to renato's branch? [13:56] mzanetti, yes, that started it [13:57] fginther: well, it does allow GPL and LGPL, but not if the copyright holder is something else than Canonical (or Digia or Google - which are our exceptions) [13:57] fginther: the solution for renato is to move the copied stuff into a subdir called 3rd_party which then will be excluded by the check [13:58] fginther: well, I guess the proper long term solution would be to make the hook more customizable and include allowed copyright holders on a per project basis [13:59] fginther: in renato's case "Philip Withnall" [13:59] mzanetti, ahh. thanks [14:04] mzanetti, I'm attempting to rebuild http://10.97.0.26:8080/job/autopilot-testrunner-otto-trusty/134/console with the ubuntu-daily ppa, to see if that resolves the package issue [14:04] fginther: cool, thanks [14:11] mzanetti, it passed - http://10.97.0.26:8080/job/autopilot-testrunner-otto-trusty/147/console [14:12] fginther: nice! [14:12] mzanetti, should that be made into a configuration change? We had to remove that PPA in the past due to building with unreleased package issues [14:13] but maybe this needs to be changed, at least temporarily? [14:13] fginther: hmm... thining about it... I don't think that would be a good idea to make persistent [14:15] fginther: afaics the month without CI introduced a lot of testing failures... [14:16] fginther: I'm going to check our tests and contact you later on how to proceed [14:16] thanks a bunch so far [14:16] mzanetti, please let me know if I can help [14:16] fginther: I will [14:16] fginther: but I need to figure what failures are our tests and what failures are in the CI system first [14:20] Cimi: fixed btw [14:27] MacSlow, hey, could you please look at https://code.launchpad.net/~larsu/notify-osd/allow-being-replaced/+merge/192990 when you have a minute [14:27] MacSlow, we want notify-osd to give up the service name when unity8 starts [14:28] Saviq, yeah... saw Lars' eMail... on my radar today. [14:28] MacSlow, ok great, thanks [14:28] MacSlow: let me know when you have any questions [14:28] larsu, ok [14:30] nic-doffay, hey, I didn't get a chance to find you anything major to do - but there's plenty of bugs waiting to be fixed - couldn't find nothing interesting? [14:30] Saviq, btw... solved all the issues/regression due to the fullscreen-support for the sim-unlock ext. snap-decision [14:31] dandrader: standup? [14:40] MacSlow, cool [14:40] * Saviq → breakfast, ttyl [14:44] Saviq, I haven't look yet, it was more of a pre-emptive ask for an hour or two from now! [14:47] MacSlow: do you know why Notification AP tests fail in jenkins? [14:47] mzanetti, last time I saw them fail was due to timeouts [14:48] MacSlow: http://10.97.0.26:8080/job/autopilot-testrunner-otto-trusty/144/ [14:48] mzanetti, afaik they've started failing since the move to t [14:49] Saviq, how is there? [14:49] mzanetti, since the AP-test didn't change I expect some underlying (maybe autopilot itself) parts to have introduced this regression [14:51] mzanetti, I can try diving into that after I did the MRs for the fullscreen-support and worked on larsu's notify-osd branch he and Saviq asked for === jhodapp is now known as jhodapp|brb [14:56] mzanetti, will that work for you? [14:57] MacSlow: sure. I'll try collect some more input for you in the meantime [14:58] mzanetti, only autopilot-related bit I remember is a switch from ap 1.3 to 1.4 when going from s to t... but not sure what that actually comes with in terms of changes === dandrader_ is now known as dandrader|lunch === alan_g is now known as alan_g|tea === jhodapp|brb is now known as jhodapp === alan_g|tea is now known as alan_g [15:35] MacSlow, mzanetti not due to timeouts [15:35] Saviq, what's the cause then? [15:35] MacSlow, mzanetti, due to notify-osd stealing notifications from unity8 [15:35] at least that's my suspicion [15:35] Saviq, ah... so my unity-notification branch will come in handy then :) [15:36] MacSlow, mzanetti and that's exactly what the notify-osd and unity-notifications MPs from larsu are about [15:36] Saviq, larsu: you have the lp:unity-notification part of the service-request problem already? [15:37] MacSlow, https://code.launchpad.net/~larsu/unity-notifications/replace-existing-service/+merge/192989 [15:37] MacSlow, only thing missing is notify-osd exiting gracefully when having been replaced [15:37] Saviq, from larsu comment I took I needed to do the unity-notification parts still... [15:37] otherwise we'll be leaving ghoul notify-osd things [15:38] MacSlow, no, he made it non-replaceable is all [15:38] MacSlow, http://bazaar.launchpad.net/~larsu/unity-notifications/replace-existing-service/revision/187 [15:38] Saviq, sure... then let me test that [15:38] MacSlow, so the thing should be working, but notify-osd won't exit [15:39] which we should probably fix [15:39] Saviq, yeah... I'm looking into that now [15:39] MacSlow, if you have anything we can/should take over at your EOD, please let us know [15:40] Saviq, I just now jumped on the Dbus issue... hope I can resolve it before my EOD [15:40] MacSlow, cheers [15:45] larsu, Saviq: the taking over (unity8 replacing notify-osd) works using your two branches [15:45] larsu, Saviq: what's not working on your end? how did you test it? [15:45] MacSlow, yeah, notify-osd is still running, though, right? [15:46] MacSlow, which means the next time notify-osd is triggered, there will be two, then three, then four etc... [15:46] Saviq, ah ok... yeah it is... [15:46] only the last of which will actually handle notifications [15:46] anyone knows why our autopilot tests take a minute to start? [15:47] mzanetti, hud [15:47] ? [15:47] Saviq: ./run works fine [15:47] mzanetti, that trunk on desktop? [15:47] yes [15:49] mzanetti, started fine here [15:50] ok... they don't even seem to start... but wait for like 20 secs on each test to fail [15:50] ProcessSearchError: Search criteria returned no results [15:50] mzanetti, look into ~/.cache/upstart/unity8.log [15:50] mzanetti, to see why it didn't start [15:50] mzanetti, you can also manually start with [15:51] initctl start unity8 BINARY=builddir/unity8 [15:51] this way it starts with upstart (you'll then need initctl stop unity8 to stop it respawning) [15:51] Saviq: ah, thanks. [15:51] we should transition ./run to upstart ,btw [15:51] food is ready. will try in a sec === salem_ is now known as _salem === dandrader|lunch is now known as dandrader [16:33] does stop() reset timers? [16:33] like, is stop(); start(); the same or restart() ? [16:37] Cimi: yes, it does [16:37] thx [16:40] mhr3: you there? happened again [16:40] init 100% and home-scope 60% cpu [16:40] tsdgeos, uuuh :) [16:41] tsdgeos, so, let's get some logs first [16:41] `bustle-pcap dbus-traffic.bustle` [16:41] ctrl+c after a few seconds [16:42] tsdgeos, perhaps also install upstart-monitor to see if that is doing something interesting [16:43] mhr3: did that, got nothing?¿ [16:43] tsdgeos, as in the file is empty? [16:43] ah saves to a file :D [16:43] yea, the second param is filename :) [16:44] ok, there's stuff in there [16:44] pls open a bug and attach it there (+ make it private you never know what's in dbus messages) [16:45] tsdgeos, anything interesting showing up in upstart-monitor? [16:45] installing [16:46] mhr3: bug against what? [16:46] home-scope? [16:46] tsdgeos, also, the init using 100% cpu is the one owned by root or your user? [16:46] tsdgeos, yea, home-scope is fine [16:46] we'll move it if necessary [16:47] me [16:47] ok [16:48] mhr3: ran upstart-monitor [16:48] seeing nothing [16:48] tsdgeos, and last thing, clean your /var/crash if you have any unity-scope-home crash files there, and get a crash file from the home scope [16:48] empty [16:49] tsdgeos, hmm, i guess it's busy processing some events that are just being discarded then === _salem is now known as salem_ [16:49] tsdgeos, anyway, `ulimit -c unlimited` and pkill -11 -f unity-scope-home [16:50] that will produce a crash file ^ [16:50] didn't :-S [16:51] tsdgeos, did you do -11? [16:51] yep [16:51] copied from here [16:51] wth [16:52] mhr3: in /var/crash you mean the file should end up, right? [16:52] yea [16:52] tsdgeos, it might take a while for apport to process the core? [16:52] although it shouldn't be too long [16:52] don't think so [16:52] top and iotop say nothing is going on [16:53] tsdgeos, you didn't disable apport or anything like that? [16:53] not that i remember [16:53] but it may have happened [16:53] this is a very old install [16:54] hmm, clean /var/crash would suggest that... there's always something crashing :) [16:54] yeah [16:55] tsdgeos, grep enabled /etc/default/apport ? [16:56] enabled=1 [17:23] Saviq, sadly no news yet on the notification-service takeover front... still trying to figure out why I'm not receiving any "NameLost" or "NameOwnerChanged" signals to which I installed callback-handlers in larsu's notify-osd branch... [17:23] larsu, pointers ↑? [17:30] man mterry quits a lot [17:33] MacSlow: you should be receiving a NameLost [17:33] as soon as somebody else tries to grab the name [17:34] (if you allow being replaced) [17:34] larsu, not happening [17:35] larsu, using your branch with that "G_TYPE_UINT, DBUS_NAME_FLAG_ALLOW_REPLACEMENT," change... maybe that's the wrong way to advertise this? but then... unity8 would not be able to step in... [17:35] larsu, lots of unknowns to figure out still [17:37] MacSlow: no, that's exactly right. Do you have a branch somewhere for me to look at? [17:37] larsu, one sec... let me push my stuff to a +junk one... [17:38] MacSlow: take you're time. Gotta run for ~15 mins anyway [17:39] larsu, I'm past my EOD too... and just said screw it... [17:41] larsu, lp:~macslow/+junk/notify-osd-allow-being-replaced (still pushing) [17:41] larsu, finished [17:44] larsu, just touched src/dbus.c there [17:54] MacSlow: thanks, looking into it now [18:01] larsu, oh wait... [18:02] larsu, I fixed it... just pushing [18:03] larsu, I can continue on that if you need to run [18:04] MacSlow: I already did but I also have tons of other stuff to do. Would be nice if you continued if you found the bug [18:05] larsu, sure... I'll push a proper branch (non-junk) against yours once I've it all running cleanly... [18:05] larsu, watch you inbox by tomorrow [18:05] MacSlow: awesome. Have a nice evening! [18:33] larsu, hi :) [18:34] larsu, i am hoping you received my mail [18:35] ricotz: ah sorry I did and meant to answer [18:35] * larsu is on a sprint right now [18:35] larsu, ok, don't worry, just wanted to make sure it reached you [18:36] ricotz: it did. It looks like I'll have time to port that patch early this cycle. [18:38] larsu, having it soon would be great :) while it is pretty much integrated and its absence breaks things [18:39] Saviq, all done... MR for notify-osd is up [18:40] MacSlow, awesome, thanks [18:40] Saviq, see you tomorrow... emails also sent with a quick summary. === dandrader is now known as dandrader|bbl [18:56] larsu, that looks good in you G-spectacles https://code.launchpad.net/~macslow/notify-osd/exit-if-being-replaced/+merge/193121 ? [18:59] Saviq: yes, this looks like it's working. Connecting gtk_main_quit directly to the dbus signal is a bit ugly, but won't be a problem [18:59] Saviq: do you want me to comment on the MR? [18:59] larsu, yeah, that was what I was hoping for input on [19:00] Saviq: ok. I'll approve [19:00] larsu, you'd rather have a "quit()" that would do cleanup and call gtk_main_quit at the end? [19:01] Saviq: yes, that would be cleaner. The signal puts arguments on the stack. Usually we connect to funtions that expect these arguments. It will work in this case because gtk_main_quit() doesn't take any arguments [19:01] so it just ignores the stack [19:02] I say it's fine, that code base is a bit of a mess at this point anyway [19:02] larsu, k === jono is now known as Guest23572 === salem_ is now known as _salem === jhodapp is now known as jhodapp|afk === ChrisTownsend1 is now known as ChrisTownsend === dandrader|bbl is now known as dandrader