Closed bilelmoussaoui closed 3 months ago
Thanks, but reading through the code it doesn't seem like Icon
has a way of actually getting the gio::ThemedIcon
?
what do you mean by that? gio::ThemedIcon
is basically Icon::Names(Vec<String>)
The major difference is the lack of automatically fallback between -symbolic and the "normal" icon
Oh, I must have looked at the wrong doc :(. Thanks for pointing out the difference, in that case gio
can indeed be removed, as we only ever return a single icon/symbolic icon name.
Hey, I think you can replace the gio feature with https://github.com/bilelmoussaoui/ashpd/blob/master/src/desktop/icon.rs