<Wizzup>
uvos: btw I checked and for the icons ot appear on the lock screen from sphone you'll just have to set some properties
<Wizzup>
no hildon-home changes or special handleing needed
<Wizzup>
afaict at least
<Wizzup>
you just need notify_notification_set_hint_byte and set "persistent" to TRUE
<Wizzup>
and then make sure that you close the notification
Livio has joined #maemo-leste
<Wizzup>
the sounds are correct :)
<Wizzup>
(in conversations, for sms and chat)
<Wizzup>
didn't have to play naything myself
<Wizzup>
I think this should handle vibration too
<Wizzup>
freemangordon: I don't remember and am in offline mode, if you get several smses from different people, do they get different notiication groups/windows?
<Wizzup>
(one per constant)
uvos has joined #maemo-leste
<Wizzup>
one per contact*
<uvos>
Wizzup: yeah because you are called "conversations"
<uvos>
its hardcoded per endpoint name
<uvos>
which is increably stupid
<Wizzup>
no
<Wizzup>
this config file does not matter I am pretty sure
<Wizzup>
keep in mind that conversations is not the actual name in fremantle
<Wizzup>
it's rtcom-message-ui or something
<Wizzup>
I have another 7 hours to wait, so I might look at it is there is anther hardcoded list
<uvos>
yes its notification-groups
<uvos>
to get that behavior you need to be the dbus destination it hardcodes
<Wizzup>
ok so I mucked around with this and restarted hidon-home nad it makes no difference
<Wizzup>
the word conversations does not appear in it either
<Wizzup>
maybe there is something I am missing
<uvos>
telepathy dose
<Wizzup>
I think what you should do in sphone is
<uvos>
its impossible for sphone
<uvos>
because sphone has no dbus interface like that
<Wizzup>
in notify-libnotify.c
<Wizzup>
change im.received to sms-message
<Wizzup>
and then it will make sound nad probably also vibrate
<Wizzup>
that is my guess at least
<uvos>
no it will break everything
<Wizzup>
ok, well this works in conversations
<uvos>
because h-h is then hardcoded to ask telepathy about the notifcation
<Wizzup>
there is no 'NotificationUI' client
<Wizzup>
I mean I'm happy to leave it at this but it seems to me like it should just work
<uvos>
then your setup is also broken
<Wizzup>
having looked at the hildon-home code
<uvos>
it works like this: h-h saves the notification
<Wizzup>
broken how? it works exactly like on fremantle
<uvos>
and restores it when its restarted
Langoor has quit [Ping timeout: 246 seconds]
<Wizzup>
if you set persistent
<Wizzup>
yes
<uvos>
when the user clicks on it h-h will ask the dbus inteface (that is hardcoded) to handle the notification
<uvos>
which is broken
<Wizzup>
did you try this and run into this problem?
<uvos>
yes
<Wizzup>
weird, I don't have this problem
<Wizzup>
the window opens correctly
<uvos>
the interface is stupid
<uvos>
it should just use extended proparties for this
<Wizzup>
'this' ?
<uvos>
all of the stuff in notification-groups.conf should be extenden props passed with the notification
<uvos>
yes the window opens correctly as long as you are clicking on the original notification
<uvos>
as soon as its restored its broken
<Wizzup>
and when you mean restarted, you mean when hildon home restarts
<uvos>
yes
<Wizzup>
when you mean restored*
<Wizzup>
ok, so this is regardless of stateful notifications?
<uvos>
yes
<uvos>
never mind that this whole steup prevents other applictions
<uvos>
like pidign or whatever from having grouped messages or vibration or a pattern
<uvos>
and so on
<Wizzup>
I am not sure how much of a practical problem this is since hildon-home doesn't often restart and a broken notification isn't the end of the world but yeah robably worth fixing