diamondburned / dissent

Tiny native Discord app
https://flathub.org/apps/details/so.libdb.dissent
GNU General Public License v3.0
1.23k stars 39 forks source link

Simplify icons structure #160

Closed tfuxu closed 10 months ago

tfuxu commented 11 months ago

This PR simplifies the way icons can be added to gtkcord4. It also removes all PNG icons and changes some of the icons to GNOME alternatives.

tfuxu commented 10 months ago

This is an interesting PR! Is there a way for me to not have to touch the XML file for future icon additions? I also added a minor change.

I could probably make a script for this, but adding a new icon to GResource is just a matter of adding one extra line, like this one:

<file preprocess="xml-stripblanks" alias="avatar-default-symbolic.svg">scalable/actions/avatar-default-symbolic.svg</file>