Sophie Herold
Sophie Herold
@bilelmoussaoui I don't think this needs to be on 0.1.0
In thing direct usage of `glib::GString` could be fixed via `TryFrom`? Not sure who uses this for what. My real concern is gtk code ```rust fn main() { gtk::init(); gtk::Label::new(Some("Label...
I think the ToGlibPtr panics should be documented. This is somewhat in line with std and other libraries that also have some panics for null byte use. For `glib::GString` I...
Probably move to gtk-rs/gir if this still applies? cc @bilelmoussaoui
I think that it's safe to say that everything around customization/accent colors/theming is a bit in the air right now. I would therefore suggest adapting the `scheme_preference` property from #187...
> to be patched first to display this correctly From GNOME's side we have created our own screenshots guidelines and can hold adding dark screenshots until there is proper support...
Since we now have `scheme_preference` dark/light for branding colors, I think it's pretty uncontroversial that we should just add the same property for screenshots as well?
FWIW, a few example that I know of: - [Font Downloader](https://apps.gnome.org/app/org.gustavoperedo.FontDownloader/) (google fonts) - [Shotwave](https://apps.gnome.org/app/de.haeckerfelix.Shortwave/) (internet radios) - [Dialect](https://apps.gnome.org/app/com.github.gi_lom.dialect/) (google translate [alternative available in app]) - [Mousai](https://flathub.org/apps/details/io.github.seadve.Mousai) (audd.io) - [Spot](https://flathub.org/apps/details/dev.alextren.Spot)...
I have also some users that stay on the beta branch and currently I have to do everything manually for the beta branch and everything happens automatically for the stable...
I think I will stick with --edit-only for now (which already helps a lot.) But thanks for the suggestion!