Request to allow the snap as a "classic" Confined Snap

This snap is a system monitor that monitors CPU and memory usage, and allows listing and controlling the
processes currently running in the system.

It is written using an OpenGL-based C++ gui toolkit, which requires access to graphical hardware.
Tried strict confinement, but was getting driver-related issues which “classic” seemed to solve.

It is my first time creating a snap, so any feedback will be greatly appreciated.

Sources are hosted here:

Thanks!

The system-observe and process-control interfaces will provide access to the features you list above, there is no need to make the snap classic …

The feature set looks pretty much like the one of the htop snap.

1 Like

@ogra Thank you so much for the suggestion! I’ve changed the snapcraft.yaml to produce a proper strict snap.

This can be closed now :slight_smile:

1 Like