Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flatpak should have a way to list available extensions #726

Open
matthiasclasen opened this issue Apr 21, 2017 · 2 comments
Open

flatpak should have a way to list available extensions #726

matthiasclasen opened this issue Apr 21, 2017 · 2 comments

Comments

@matthiasclasen
Copy link
Collaborator

it would be nice if I could answer a question like "what icon themes are available for flatpak" by running something like

flatpak remote-ls --extension org.freedesktop.Platform.Icontheme flathub

flatpak remote-ls --runtime flathub | grep ^org.freedesktop.Platform.Icontheme

comes close. Maybe this is good enough...

@alexlarsson
Copy link
Member

Right now we just have to types "apps" and "non-apps" (the latest being runtime/... refs). This is a bit unfortunate, as it makes it hard to list "all extensions" without parsing all metadata files to see what possible extension point names there are...
I wonder if we could do some magic on the repo side and put this in the summary file. On the other hand, those are already pretty large...

@alexlarsson
Copy link
Member

I guess the summary file has all the metadata files already, so we could figure it out locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants