Re: [Ubuntu-phone] WARNING: Use application:/// URLs, not application://

2013-12-20 Thread Carlos J Mazieri
On 12/20/2013 09:13 PM, Ted Gould wrote: On Fri, 2013-12-20 at 20:09 -0200, Carlos J Mazieri wrote: On 12/18/2013 08:59 PM, Ted Gould wrote: On Wed, 2013-12-18 at 20:48 -0200, Carlos J Mazieri wrote: Am I doing something wrong? Not wrong, but it moved to being a click package, which means i

Re: [Ubuntu-phone] WARNING: Use application:/// URLs, not application://

2013-12-20 Thread Ted Gould
On Fri, 2013-12-20 at 20:09 -0200, Carlos J Mazieri wrote: > On 12/18/2013 08:59 PM, Ted Gould wrote: > > > > > On Wed, 2013-12-18 at 20:48 -0200, Carlos J Mazieri wrote: > > > > > Am I doing something wrong? > > > > > > Not wrong, but it moved to being a click package, which means it > > nee

Re: [Ubuntu-phone] WARNING: Use application:/// URLs, not application://

2013-12-20 Thread Carlos J Mazieri
On 12/18/2013 08:59 PM, Ted Gould wrote: On Wed, 2013-12-18 at 20:48 -0200, Carlos J Mazieri wrote: Am I doing something wrong? Not wrong, but it moved to being a click package, which means it needs a slightly more complex URL. appid://com.ubuntu.terminal/terminal/current-user-version That

Re: [Ubuntu-phone] WARNING: Use application:/// URLs, not application://

2013-12-18 Thread Ted Gould
On Wed, 2013-12-18 at 20:48 -0200, Carlos J Mazieri wrote: > Am I doing something wrong? Not wrong, but it moved to being a click package, which means it needs a slightly more complex URL. appid://com.ubuntu.terminal/terminal/current-user-version That should open the lastest version installed

Re: [Ubuntu-phone] WARNING: Use application:/// URLs, not application://

2013-12-18 Thread Carlos J Mazieri
Hi there, I am trying to call the Ubuntu Terminal Application using QDesktopServices::openUrl() in C++. I tried URL as "application:///ubuntu-terminal-app.desktop". I did not get any error message, but I did not get the terminal application. Also tried from QML: Qt.openUrlExternally("appli

Re: [Ubuntu-phone] WARNING: Use application:/// URLs, not application://

2013-09-26 Thread Ted Gould
On Thu, 2013-09-26 at 15:07 +0200, Loïc Minier wrote: > Please, if you maintain a component generating or consuming > application:// URLs, would you make sure the app name or .desktop file > name remains mixed case through your component and/or that you pass it > in the path part of the URL to oth

[Ubuntu-phone] WARNING: Use application:/// URLs, not application://

2013-09-26 Thread Loïc Minier
Hi there, we just got this bug: https://bugs.launchpad.net/unity-scope-click/+bug/1231393 Unity 8 happens to use QUrl for parsing URLs and then opens them with QDesktopServices::openUrl(). QUrl will lowercase the hostname part of URLs and this can't be turned ooff. The openUrl() use