-
Notifications
You must be signed in to change notification settings - Fork 446
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
chore: move gnome-extension to stable #4799
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
I'm very interested in this as Chromium Dev now requires a new enough version of Pipewire not available in core22 and the alternative of building Pipewire from source is not so nice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jssotomdz, can you drop the changes to snapcraft/services/provider.py
and tests/unit/services/test_provider.py
?
That code is not specific to the gnome extension, it's generic code for any experimental extension.
done! |
tox run -m lint
?tox run -e test-py310
? (supported versions:py39
,py310
,py311
,py312
)This PR will have to wait for the support for streamlined graphics as stated by #4736
We want to have it ready for that so we can start migrating desktop snaps to core24 when that is done