[Bug 1559185] Re: Doesn't understand apt: urls

2016-05-04 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-software - 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1 --- gnome-software (3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1) xenial; urgency=medium * New upstream snapshot from the wip/ubuntu-xenial branch at git://git.gnome.or

[Bug 1559185] Re: Doesn't understand apt: urls

2016-04-28 Thread Mathew Hodson
** Changed in: gnome-software (Ubuntu Xenial) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1559185 Title: Doesn't understand apt: urls To manage notifications abou

[Bug 1559185] Re: Doesn't understand apt: urls

2016-04-28 Thread Bartosz Kosiorek
I installed gnome-software from proposed. After typing in console: $ gnome-software apt:gedit it is opening ubuntu-software with gedit After typing in console: $ gnome-software apt:gimp it is opening ubuntu-software with gimp When I type apt:audacity in chromium or firefox browser, it is try

[Bug 1559185] Re: Doesn't understand apt: urls

2016-04-28 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-software - 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1 --- gnome-software (3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1) xenial; urgency=medium * New upstream snapshot from the wip/ubuntu-xenial branch at git://git.gnome.or

[Bug 1559185] Re: Doesn't understand apt: urls

2016-04-28 Thread Martin Pitt
Hello Sebastien, or anyone else affected, Accepted gnome-software into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome- software/3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1 in a few hours, and then in the -proposed repository. Ple

[Bug 1559185] Re: Doesn't understand apt: urls

2016-04-26 Thread Matthias Klumpp
Just a comment: On pages you have influence on, you might consider switching to appstream:// URLs https://www.freedesktop.org/software/appstream/docs/sect-AppStream-Services-UrlHandler.html This URL is supported by AFAIK all software-centers that support AppStream. -- You received this bug noti

[Bug 1559185] Re: Doesn't understand apt: urls

2016-04-26 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu) Status: In Progress => Fix Committed ** Changed in: gnome-software (Ubuntu) Assignee: (unassigned) => Robert Ancell (robert-ancell) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1559185] Re: Doesn't understand apt: urls

2016-04-26 Thread Sebastien Bacher
** Description changed: Impact: gnome-software doesn't understand apturls Test case: - start "gnome-software apt:gedit", it should opens the gedit page + start "gnome-software apt:gedit", it should opens the gedit page, clicking on an "apt:" url in firefox should open gnome-software on t

[Bug 1559185] Re: Doesn't understand apt: urls

2016-04-26 Thread Sebastien Bacher
** Description changed: - Using xenial, doing "gnome-software apt:gedit" returns without - displaying/saying anything. + Impact: + gnome-software doesn't understand apturls + + Test case: + start "gnome-software apt:gedit", it should opens the gedit page + + Regression potential: + it only adds

[Bug 1559185] Re: Doesn't understand apt: urls

2016-04-25 Thread Sebastien Bacher
** Changed in: gnome-software (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1559185 Title: Doesn't understand apt: urls To manage notifications about this

[Bug 1559185] Re: Doesn't understand apt: urls

2016-04-25 Thread Will Cooke
** Tags removed: trello-import -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1559185 Title: Doesn't understand apt: urls To manage notifications about this bug go to: https://bugs.launchpad.net/ubu

[Bug 1559185] Re: Doesn't understand apt: urls

2016-04-25 Thread Will Cooke
** Changed in: gnome-software (Ubuntu) Importance: Low => High ** Tags added: trello-import -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1559185 Title: Doesn't understand apt: urls To manage n

[Bug 1559185] Re: Doesn't understand apt: urls

2016-03-19 Thread Matthias Klumpp
Only slightly related, but maybe interesting for you: Long-term, you might want to consider to switch to distro-agnostic appstream:// urls, which GNOME Software can handle. So, appstream:org.gnome.gedit.desktop instead of apt:gedit . See https://www.freedesktop.org/software/appstream/docs/sect-

[Bug 1559185] Re: Doesn't understand apt: urls

2016-03-19 Thread Sebastien Bacher
seems like it needs small changes in src/gs-application.c gs_application_open() adding a case } else if (g_strcmp0 (soup_uri_get_scheme (uri), "apt") == 0) { the sementic is a bit different afaik though, we refer to a binary name and the appstream case to a .desktop. It's not a 1<

[Bug 1559185] Re: Doesn't understand apt: urls

2016-03-19 Thread Sebastien Bacher
Thanks Matthias, indeed that sounds like a good idea. Knowing that works mean it shouldn't be too difficult to add another case for apt: urls. Note for whoever add that, the .desktop also needs "x-scheme- handler/apt" to be added to the MimeTypes -- You received this bug notification because you