linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] URI handler


From: Simon Morlat
Subject: Re: [Linphone-developers] URI handler
Date: Thu, 19 Apr 2007 16:18:11 +0200
User-agent: KMail/1.9.5

Hello Petr,

Thanks for your patch. Actually there is a little problem with it, that makes 
that I didn't merged it yet.
You modified manually the interface.c file, but this file is autogenerated by 
glade-2 from the linphone2-gtk.glade xml file. Thus it will be rewritten next 
time I modify the interface with glade...
I can rewrite a bit your patch to workaround this problem, but I have no time 
for this right now, maybe in a few weeks.
Of course, if you do the changes, I'll apply it immediately.
In my system there is generic x-www-browser command that invokes the defaut 
browser.

Simon



Le lundi 16 avril 2007 20:05, address@hidden a écrit :
> Hi,
>
> attached patch extends GTK About dialog making URLs and e-mail addresses
> clickable. As a side effect the GTK URL label takes effect.
>
> Patch adds two GTK handlers which unify call into one new function
> uri_handler() located in new file gtk/uri_handler.c. This function provides
> proof of concept for calling external application like web browser or mail
> client via single binary. Nowadays, it executes hardcoded url_handler.sh
> script (part of urlview utility, mutt addon). This can be replaced in the
> future by something smarter like freedesktop compliant tools or it could be
> configurable via linphone config file.
>
> The url_handler.c is GTK free and therefore is useable in linphonec (e.g.
> in processing alternative service URI). I think it could be moved into
> other special directory in the future.
>
> -- Petr




reply via email to

[Prev in Thread] Current Thread [Next in Thread]