<uvos>
Wizzup: ui_can_rotate = true where is this?
<uvos>
path wise
Guest45 has joined #maemo-leste
<Wizzup>
gconf
<uvos>
yeah you said so
<uvos>
but whats the path
<Wizzup>
/apps/osso/hildon-desktop
<uvos>
ok
<Wizzup>
gconftool -R / | less
<Wizzup>
(and search for ui_can_rotate)
<Wizzup>
there is also portrait_wallpaper = false
<Wizzup>
brb
Guest45 has quit [Quit: Client closed]
xmn has quit [Ping timeout: 250 seconds]
xmn has joined #maemo-leste
xmn has quit [Quit: ZZZzzz…]
inky has quit [Ping timeout: 252 seconds]
inky has joined #maemo-leste
<Wizzup>
uvos: your video is popular on twitter
<bencoh>
nice :)
inky has quit [Ping timeout: 252 seconds]
inky has joined #maemo-leste
<uvos>
great
<uvos>
so freemangordon how do you plan on interacting sphone and abook?
<Wizzup>
well, abook has apis
<Wizzup>
so I suppose we can look at how the fremantle phone app does it
<Wizzup>
iirc there's also a CallUI dbus
<uvos>
sure apis
<uvos>
so i was hopeing for it to work a bit like this:
<Wizzup>
it is built around telepathy in many cases iirc
<uvos>
if the user selects a contact for calling abook just xdg-opens that number (that way you can have sphone call it via ofono or have it do sip via linphone or telepathy or whatever the user chooses via the xdg mechanisums)
<uvos>
then a dbus api would exist where sphone can look up the number so that it can display the name
<Wizzup>
I don't think that tells you what account is to be used
<uvos>
during the call
<Wizzup>
you can use sip to call normal phone nmbers too
<Wizzup>
if you set it up on fremantle you can see how that works I think, from the contact card
<uvos>
sure so there is lots of mimes
<uvos>
there is tel:
<uvos>
there is sip:
<uvos>
there are specific ones like telegram: and linphene:
<uvos>
so abook could choose what it wants with tel: being the default
<uvos>
and then tel: goes whatever the user set it to
<uvos>
maybe sphone
<uvos>
or some sip client
<Wizzup>
I think we want all of them to go through telepathy really
<Wizzup>
that's how it works on fremantle, the tight integration at least
<uvos>
nothing prevents tel: pointing to telephathy later
<uvos>
it just allows you to replace the dialer with whatever at any time
<Wizzup>
well, let's see what fmg thinks
<uvos>
the added benefit of doing it this way is also that then, if we provide a ui to set the mimes other apps like browsers or whatever will open the right dialer.
<Wizzup>
but I think the usual response is "however fremantle does it" ;)
<Wizzup>
as in, I don't think osso-abook even shows anything unless it's specified in telepathy
<Wizzup>
you can't just add random protocols to it unless there's a tp plugin schema that specifies it