On 12/08/2010 11:01 AM, Stylianou, Costas wrote:
Hi,
...
Also, we are not able to launch the default browser from application using QDesktopServices::openUrl() (using MeeGo SDK), any ideas?
The platform may not have any protocol handlers registered for http:.
Internally, QDesktopServices forks xdg-open, passing it the Url. xdg-open then uses the gconf key matching the protocol name under /desktop/gnome/url-handlers. The value for 'command' is then launched, substituting the full Url for %s.
You can use the gconf editor to see if a gconf key is configured for the protocol.
Please file a bug on bugs.meego.com with what you discover. Thanks, James _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
