-
Notifications
You must be signed in to change notification settings - Fork 93
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
More intelligent default Sdk extension version #494
Comments
This just sounds like a new feature. It doesn't really "guess" anything. It just defaults to the same version as the runtime. |
From a user standpoint it's a bug. I don't know how feasible that is, but the determination of the version of the extension can be made by checking the extension point for the |
A possible option (from my perspective) would be to have a version specified in the manifest:
|
See #469 |
Checklist
flatpak-builder version
1.2.2
Flatpak version
1.12.7
How to reproduce
Expected Behavior
It offer to install the matching SDK extension, guessing the proper version, GNOME 43 -> version 22.08
Actual Behavior
It tells me it cant find the SDK extension version 43
Additional Information
The version is in the extension point of the SDK/Runtime.
#469 show we can't specify the SDK extension with a tuple (id//version) that could be an ok workaround
If the right SDK extension is already installed there is no problem.
The text was updated successfully, but these errors were encountered: