[05:12] Hello === _LibertyZero is now known as LibertyZero === _LibertyZero is now known as LibertyZero [07:54] good morning [07:59] good morning [08:04] good morning [08:05] good morning === MacSlow is now known as MacSlow|afk === MacSlow|afk is now known as MacSlow === seb128_ is now known as seb128 [11:48] Kaleo: not sure if it's the segfault that pitti mention, but I have a segfault when clicking on the dash [11:49] http://paste.ubuntu.com/615738/ [11:49] and indeed /usr/share/unity-2d/places/HomeShortcutsCustomized.qml isn't installed === MacSlow is now known as MacSlow|lunch [12:17] didrocks: ok, the segfault is unrelated to HomeShortcutsCustomized.qml [12:18] didrocks: do you have a stack trace? === Saviq is now known as Saviq_afk [12:20] Kaleo: no, but I can report the bug to you via apport [12:22] didrocks: that'd be great [12:23] argh, I have obsolete packages (just updated 2 hours ago…) let me update first [12:23] didrocks: do you have a mumble minute? [12:23] Kaleo: sure, I have to find my mic first [12:23] :) === Saviq_afk is now known as Saviq [12:26] Kaleo: found and connected :) === Jens is now known as Guest52075 === Guest52075 is now known as jbache === MacSlow|lunch is now known as MacSlow [13:20] didrocks: https://bugs.launchpad.net/unity-2d/+bug/791205 [13:20] Ubuntu bug 791205 in unity-2d "Metacity needs command line options to activate capture before unmap and compositing without effects" [Undecided,New] [13:21] Kaleo: excellent, thanks for tracking it :) [13:21] Kaleo: you can add a metacity downstream task [13:21] Kaleo: the status will be synced automagically and so on:) === Saviq is now known as Saviq_afk === Saviq_afk is now known as Saviq === m_conley_away is now known as m_conley [13:49] Kaleo: I manually retraces it as we don't have retracers https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/791213 [13:49] Ubuntu bug 791213 in unity-2d (Ubuntu) "unity-2d-places crashed with SIGSEGV in QMetaObject::metacall()" [Undecided,New] [13:49] seems very Qt related :) === Saviq is now known as Saviq_afk [14:17] didrocks: "Manual retrace, with love" [14:17] :D [14:17] ;) [14:18] didrocks: it's definitely a different bug from pitti's [14:19] Kaleo: right [14:20] seems debian added a lot of patches [14:21] (cherry-pick from upstream) [14:22] didrocks: any good tutorial to quickly get an oneiric in kvm up and running? (I usually use virtualbox) [14:22] Kaleo: you should try testdrive [14:22] it will setup it for you, using the latest daily image [14:23] ah [14:23] yes! [14:23] of course [14:23] :-) [14:27] didrocks: dupe https://bugs.launchpad.net/unity-2d/+bug/791080 [14:27] Ubuntu bug 791080 in unity-2d (Ubuntu) "unity-2d-places crashed with SIGSEGV in QMetaObject::metacall()" [Critical,New] [14:30] Kaleo: seems quite recent an we got it working last week, I would blame the qt update, I'm trying to rebuild it with all cherry-pick debian did [14:30] Kaleo: but result in… 5 hours :) [14:31] didrocks: :( === Saviq_afk is now known as Saviq === Saviq is now known as Saviq_afk === bdrung_ is now known as bdrung === didrocks1 is now known as didrocks === Saviq_afk is now known as Saviq === zyga is now known as zyga-afk === alecu_ is now known as alecu === m_conley is now known as m_conley_away [22:12] jfi: ping [22:14] hypodermia, pong [22:15] jfi: i was just trying out your build of pidgin-libnotify from your ppa and loved the unity launcher count it adds. however, i noticed on my system it counts my messages as well. i would've filed a bug, but it doesn't look like that's gotten set up or anything. [22:17] jfi: normally, I manage the case of your own message [22:17] hypodermia, anyway a bug is still possible.... [22:18] jfi: i didn't know even if you were developing that patch or what. i thought i'd just ping whomever and go "hey there appears to be a small bug" [22:18] hypodermia, I don't think that it is possible to setup bug for a ppa or a bzr branch [22:18] is there a bzr branch? i'm still getting used to bzr [22:19] yes, I have created a bzr branch for it, but there is some bugs between brz and quilt so it is not the very last version [22:19] it's safer to retrieve the source from the ppa [22:20] if you have a bug, start pidgin with 'pidgin -d' [22:20] reproduce the issue and send it to me by email, I will take a look [22:21] hokie dokie. if i figure it out and have a patch i'll let you know too. [22:22] which protocole is causing trouble? I have only tested irc and msn [22:22] gtalk [22:25] you open a discussion to somebody then you send him a message, and counter is incremented? That's the scenario? [22:25] jfi: i made a quick log for you, btw. [22:25] http://pastie.org/private/bqevf3sr98qhhj8ikhjw1g [22:25] apparently yes. that log should make it clear. [22:26] looking through the source it appears on line 292 that the condition is not true even if i speak [22:27] 2mn, I am not on my dev station, I move... [22:27] jfi: take your time. [22:27] jfi: préférérais-tu français? je viens de noter ton hostmask [22:28] hypodermia, oui je suis francais, c'est comme tu veux:) [22:28] jfi: just thought i'd ask :3 either way [22:30] hypodermia, 292 is the 'chat' callback, it should not handle your message which is an IM one [22:31] jfi: no wonder i'm not seeing its debug messages :) then i am not sure what the problem is [22:32] hypodermia, the 292 condition is true when you are using a 'chat' message and your nickname appear in the body of the msg [22:33] jfi: ah. thanks. that's completely unrelated, then. [22:33] hypodermia, as you can see in your log it is on_displayed_im_msg_cb() which is called [22:33] jfi: thanks. i mixed up chat/im [22:34] jfi: should there be a similar condition on line 239 or environ? [22:34] hypodermia, and you are not supposed to receive your own IM, at least that was my assumption [22:35] hypodermia, it seems that with gtalk that's the case and I should handle it... [22:35] jfi: so that's the place to fix? excellent. easy fix. [22:35] yes, that's the place, and it should be easy [22:36] already done. rebuilding. [22:40] jfi: hmm... it seems now it doesn't work at all. hahaha. i'll poke at it some more. [22:40] the condition is not the same at all [22:41] you have to compare the name of the account with the send name of the conversation [22:41] SEND name. ah. [22:42] the sender of the message [22:42] anyway sender and receiver is the same in this case:) [22:43] jfi: is the *who parameter the sender of the message? could i just compare purple_account_get_name_for_display(account) to who? [22:43] like "if(g_strcmp(purple_account_get_name_for_display(account), who) != 0)" [22:44] I don't know what is exactly the "who", you should take a look at the pidgin doc:) [22:44] aye aye. thanks. [22:46] http://developer.pidgin.im/doxygen/dev/html/gtkconv-signals.html [22:46] who The name of the user. [22:46] ... but which one?:) === Saviq is now known as Saviq_afk [23:00] hypodermia, I am going to leave and will be offline few days (vacation), don't hesitate to send me an email (jeanfi@gmail.com) if you a patch otherwise I will try to solve it [23:00] jfi: thanks. bonnes vacances :) === Saviq_afk is now known as Saviq