I was planning to just use gtk-theme-
as the prefix for snap names, for two reasons:
- When there is a matched set of GTK 2 and GTK 3 themes, they’re usually maintained by the same developers, and often released together as a set.
- The XSETTINGS protocol exposes a single
gtk-theme-name
setting, rather than version specific settings.
We’ve got one test snap up on the store for testing: gtk-theme-traditionalhumaized
. It doesn’t have the “greedy connection” snap declarations from the store yet, so it doesn’t yet demonstrate the auto connection behaviour we want.
I’d prefer you wait until we have the review tools checks in place. We want to make sure all theme snaps eligible to install are “safe”, and we don’t yet have a complete picture of what that means yet. It will probably include:
- Contains the expected content interface slots
- Shared content is valid (valid images, valid CSS, etc).
- The snap does not provide any apps, daemons, or hooks
The last one is intended to ensure that installing the theme snap doesn’t result in code execution. We don’t want someone to package a popular theme and sneak in a cryptocurrency miner as a background service, for instance.