dx-packages team mailing list archive
-
dx-packages team
-
Mailing list archive
-
Message #39942
[Bug 1461496] Re: initctl start url-dispatcher-update-user does not update the protocols database
This bug was fixed in the package url-dispatcher -
0.1+17.04.20161107-0ubuntu1
---------------
url-dispatcher (0.1+17.04.20161107-0ubuntu1) zesty; urgency=medium
[ Florian Boucault ]
* Crossbuilding Fixes
[ Larry Price ]
* App ID should allow package names with dots. (LP: #1591342) (LP: #1606498)
[ Ted Gould ]
* Check versions of appid:// urls to reduce the number of invalid appids
we send to UAL (LP: #1352656)
* Scope testing for the scope:// URL and overlays that should be over
the dash
* Protect the dash from getting NULL urls (LP: #1476257)
* Make sure URL Overlays are shutdown on exit
* Remove the wildcard that is confusing the update script (LP: #1461496)
* Not using a message that isn't set properly (LP: #1608009)
* Fixing tests to adjust for UAL changes
* Add a small GUI helper tool for testing
* Show error dialog over apps that use Bad URLs (LP: #1370008)
-- Ted Gould <ted@xxxxxxxx> Mon, 07 Nov 2016 16:33:15 +0000
** Changed in: url-dispatcher (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to url-dispatcher in Ubuntu.
https://bugs.launchpad.net/bugs/1461496
Title:
initctl start url-dispatcher-update-user does not update the protocols
database
Status in url-dispatcher package in Ubuntu:
Fix Released
Bug description:
I want to register a protocol for an application putting it in
~/.config/url-dispatcher/urls. According to Ted, after running
$ initctl start url-dispatcher-update-user
the url dispatcher database should be updated with the new protocol. But that's not working.
It only works if I run /usr/lib/*/url-dispatcher/update-directory with the path or my .url-dispatcher file.
To check the database after the update:
echo .quit | sqlite3 -batch -csv -cmd "select urls.protocol,
urls.domainsuffix, configfiles.name from urls, configfiles where
urls.sourcefile = configfiles.rowid;" ~/.cache/url-
dispatcher/urls-1.db
Here is the branch where I'm automating this test:
https://code.launchpad.net/~canonical-platform-qa/ubuntu-ui-toolkit/register_url_dispatcher/+merge/260923
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1461496/+subscriptions
References