[10:28] mac_v: do you know anything about notify-osd ignoring newlines in notifications? [10:29] hyperair: huh? you mean not appending im lines? but instead showing them as bubbles? [10:29] separate * [10:30] hyperair: but i think MacSlow/Sidi would know more about this [10:30] nono [10:30] i'm talking something like notify-send title "body\nwith\nnew\nline" [10:30] SiDi: ^? [10:31] it's breaking banshee's now playing notifications [10:31] and the wiki says that newlines should be treated as well newlines [10:31] rather than ignored [10:31] hyperair: $ notify-send "Title" "Body" imagename [10:31] banshee's now playing notifications are formatted like: $title\n$artist [10:32] note the \n [10:32] oh that [10:32] dont know [10:32] it's ignored, so it ends up all in one line, and there's no way to see the difference between the title and the artist [10:32] hyperair: i type my command in gedit with real CR and then i copy it to terminal [10:32] hmm macslow's not around eh =( [10:33] SiDi: and does notify-osd show it as a newline? [10:33] ie. notify-send "hi hi" [10:33] yes [10:33] SiDi: in banshee's case it seems to be ignoring the newline, treating it as a normal whitespace char [10:33] somehow \n gets interpreted as '\''n' if you type it [10:33] hyperair: i'v tried /n and it *used to* work with thunderbird... but now , i'l stopped using the extension [10:33] \n* [10:33] SiDi: well i typed notify-send title "bodybody" [10:33] it works fine in exaile [10:35] SiDi: could you pastebin the output of `dbus-monitor interface=org.freedesktop.Notifications` when exaile sends out one of its notifications please? [10:35] err, how do i do that? :D [10:35] oh, im stupid [10:35] erm run said command and then press your next media button key or something? [10:36] sec [10:36] in addition, notify-osd seems to be ignoring the album art [10:37] http://paste.ubuntu.com/286063/ [10:39] hmm how strange [10:40] SiDi: what is "Cry"? [10:40] SiDi: it seems to be the title of the notification [10:40] is it the album name or something? [10:41] its the title [10:41] We use the track title as the bubble title [10:41] then "By foo\nFrom bar" [10:41] but i changed mines a little :p [10:44] hmm.. [10:45] hyperair: how are you sending notify send? this is what i used for thunderbird > dy = body + subject + " ,from " + author + "\r\n" [10:45] oops > body = body + subject + " ,from " + author + "\r\n" [10:45] mac_v: from a terminal. [10:46] to be a little moer sure, i did something like this as well: [10:46] $ perl [10:46] system("notify-send","title","body\nbody\n"); [10:46] but the newlines were ignored [10:46] SiDi: what version of notify-osd? [10:48] hm, 0.9.18 [10:48] works same with the jaunty and trunk [10:48] brb [10:48] i'm using 0.9.23 [10:49] and this is behaviour i only noticed recently [10:49] geez can you all please follow/update the wikipage when things are changed? [10:49] this is so annoying [10:54] hyperair: there seems to be a bug , it seems to ignore "\" [10:55] that's another matter entirely [10:55] i'm talking about \n [10:55] as in U+000D [10:55] or was it 0A [10:55] hyperair: yeah ,since its ignoring '\' , i think the problem is being caused [10:55] but anyways ;) [10:56] both \r or \n is not working here for me now [10:56] \ is another character entirely! [10:56] it's not passed to notify-osd as a literal \ [10:57] i understand that... but saying :) [10:58] * hyperair sighs [10:58] bah whatever [10:58] * hyperair begins chanting some gibberish in an attempt to summon macslow [10:59] +and earning weird looks from others in the same room as i am [11:12] https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/402247 [11:12] Launchpad bug 402247 in notify-osd "Carriage returns in bubble title should be converted to a single space" [Medium,Fix released] [11:12] ...what is the big idea?! [11:12] * hyperair curses repeatedly [11:12] it's fine if you're going to remove actions, or even formatting, but for the love of god leave my newlines alone!! [11:12] $%^&*() [16:07] MacSlow: aha you're here! [16:07] or are you? [16:07] hyperair, I am but in a phone-conf at a dev-sprint [16:07] MacSlow: https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/402247 [16:07] ah. i see [16:07] Launchpad bug 402247 in notify-osd "Carriage returns in bubble title should be converted to a single space" [Medium,Fix released] [16:07] well take your time. basically i'd like to talk to you about that [16:08] hyperair, if there's something... email better [16:08] i did post my concerns on that bug report. [16:08] please take a look when you have time === chaotic_ is now known as chaotic === beuno is now known as beuno-lunch === beuno-lunch is now known as beuno [19:52] wiggle [19:53] MacSlow: Are you around to look at a dbus log of org.fd.notifications? Some images that Banshee is trying to display aren't shown [19:53] http://orangesquash.org.uk/~laney/dbus.log [19:58] Laney, in meetings at a dev-sprint... not really here [19:59] it's alright, we are async [19:59] you can reply when you get time [20:47] MacSlow: re what Laney said, further testing appears to show that notify-osd rejects all non-square icons. is that supposed to happen? [20:48] specifically the {icon,image}_data icons. the ones passed by path appear to work. [20:52] hyperair, no... I can pass a non-square icon... and see it being displayed [20:52] MacSlow: via notify-send? [20:53] yup... works just fine here [20:53] MacSlow: the ones passed via the app_icon string as mentioned here: http://www.galago-project.org/specs/notification/0.9/x408.html#command-notify work fine [20:53] MacSlow: the ones i'm talking about are those taht are passed as a byte array [20:53] notify-send passes it via the app_icon string [20:54] take out dbus-monitor and watch it [20:54] hyperair, no time to jump into debugging yet... please file a bug with a detailed description showing how to reproduce this. [20:55] alright [20:55] wait [20:55] i have no idea how to reproduce this [20:55] i mean there's no way you can reproduce this using notify-send, at least