[00:52] i'm using pynotify... how can i check if a notification is currently displayed? i need to know weather to update() or create a new notification? [01:11] jderose, I think that there's a "closed" signal [01:14] jderose, I think that notify osd is supposed to automerge them though [01:39] lamalex: in my use case, i need to update both the summary and body, so i don't think the automerge will work... [01:40] lamalex: but thanks for tip about closed signal! [01:41] jderose, yeah automerge won't work for you then, closed signal is the way for you [02:00] Meh. Bug #686698 still exists. Still no Unity for me. :-P [02:00] Launchpad bug 686698 in nux (Ubuntu) "compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()" [High,Fix released] https://launchpad.net/bugs/686698 [03:45] hey guys... I notice someone has change the unity icon in ccsm.. why is this? [04:40] vish, do you know anything about the unity icon in ccsm being changed? [04:41] coz_: hi.. nope [04:41] mmm [04:41] vish, how are you this morning :) [04:42] coz_: still sleepy.. ;) [04:42] :) I understand I am actually getting ready for bed [04:43] vish, ok I will check on this tomorrow [04:43] thanks [04:44] coz_: np.. i think the desktop team is on holidays, so might wanna wait for them. either sam or didrocks might know. [04:45] vish, yeah sam said he wasnt aware of it being changed [04:45] vish, he has been away also... and probably didnt get the package I submitted for the ccsm set [04:46] but the pillow is awating my head :) so night... I will stay logged in though [04:46] troy_s, i just noticed you here :) [04:46] Greets. [04:46] coz_: Yes here... sort of. [04:46] :) [04:48] I was just "taken back" when I saw that "purple pimple" of an icon replacing mine :) [08:04] hello everyone! which language should i use to write a new application indicator? i remember reading something about python support lagging behind or not getting updated at all? [08:21] htorque: it depends on if you want an indicator that only contains menuitems, or if you want a custom indicator that does its own drawing (like Sound Indicator or Messaging Menu) [08:21] htorque: if you want basic indicator with only menuitems, i recommend Python [08:23] htorque: if you want custom indicator, you must do it in C... you might ask doctormo or tedg about this [08:23] there not around at the moment, but they tend to idle here :) [08:25] jderose, yes, it should be a simple application indicator. so python is still ok for those? [08:26] (i got a custom indicator half-coded, but it seems they are hard-coded to show up on the left-hand side of the panel, so i've put that one on hold for now :P) [08:26] htorque: as far as i know, yep, python is fine. only exception would be if it's something that's always in the panel (rather than just something put there when your application is running), python has pretty big memory footprint [08:27] htorque: yeah, i know doctormo has found it rather painful to write custom indicator also [08:27] jderose, hm, ok, then i'll avoid python, cause the indicator should be there the whole session [08:28] jderose, thanks for your answers! :) [08:29] htorque: np! have fun! === DanRabbit|AFK is now known as DanRabbit