You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a warning in the snapcraft logs right after the snap creation:
Warning: implicit plug assignment in 'opengl' and 'removable-media'. Plugs should be assigned to the app to which they apply, and not implicitly assigned via the global 'plugs:' stanza which is intended for configuration only.
(Reference: https://snapcraft.io/docs/snapcraft-top-level-metadata#heading--plugs-and-slots-for-an-entire-snap)
The opengl plug is only defined globally, but removable-media set also as plug for the docker app.
The text was updated successfully, but these errors were encountered:
There is a warning in the snapcraft logs right after the snap creation:
The
opengl
plug is only defined globally, butremovable-media
set also as plug for thedocker
app.The text was updated successfully, but these errors were encountered: