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

There should be an option to hide proprietary packages, like Flathub does now. #166

Open
DrewNaylor opened this issue May 13, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@DrewNaylor
Copy link
Owner

The locale manifests have licenses in there, and proprietary ones are "License: Proprietary". Not sure what happens if there's no license on something, but it probably either counts as proprietary or doesn't display it. The only drawback is that we'll need to parse the manifests and it won't work with non-English manifests without having a list of potential matches for "proprietary". Actually, just having a list of potential matches (I'll do English, then Simplified Chinese, then other languages as those two seem to be the most prominent main locale manifest languages in the winget-pkgs repo last I checked) is way better than having to use a translation thing. Probably could use a Switch...Case statement on String.Contains to reduce the needed cycles.

Licenses won't be shown in a column, only used to determine if we should display a package based on the user's preferences.

@DrewNaylor DrewNaylor added the enhancement New feature or request label May 13, 2023
@DrewNaylor DrewNaylor added this to the Version 0.5 milestone May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant