touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #85321
[Bug 1465675] Re: API needed to determine if App ID is a scope
Are you sure you can't click for this information? Take the Youtube
scope for instance, with a scope ID of
"com.ubuntu.scopes.youtube_youtube". I can get the manifest for the
package with:
click info com.ubuntu.scopes.youtube
Looking at the manifest, the hooks.youtube dict has a "scope" key, so I
know that this is a scope. Presumably you can do that with the API too?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1465675
Title:
API needed to determine if App ID is a scope
Status in unity-scopes-api package in Ubuntu:
New
Bug description:
There are a few cases where we'd like it if a higher level service could determine if a particular AppID is connected to a scope. This mostly deals with requests that relate to trusted session prompts as they need to be overlayed on top of the dash instead of the calling process. Another is so that URL dispatcher can return better errors on the scope:// URL namespace. I don't think that it needs to be complex, roughly something like this:
bool isScope (const char * appid);
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1465675/+subscriptions
Follow ups
References