Add a section in the docs about using GTK and SVG icons #182

Merged
Ombrelin merged 2 commits from using-icons into main 2025-01-11 10:42:58 +01:00
Ombrelin commented 2025-01-05 21:11:23 +01:00 (Migrated from github.com)
No description provided.
jwharm (Migrated from github.com) reviewed 2025-01-08 17:51:43 +01:00
jwharm (Migrated from github.com) left a comment

Thanks for the PR!
I have a few small review comments, but very happy with this!

Thanks for the PR! I have a few small review comments, but very happy with this!
@ -0,0 +1,110 @@
In order to use icons with GTK, we have two options :
jwharm (Migrated from github.com) commented 2025-01-08 17:42:08 +01:00

There's a gtk4-icon-browser too. In Ubuntu/Debian, it is in the package gtk-4-examples, in Fedora it is in gtk4-devel-tools.

There's a gtk4-icon-browser too. In Ubuntu/Debian, it is in the package `gtk-4-examples`, in Fedora it is in `gtk4-devel-tools`.
jwharm (Migrated from github.com) commented 2025-01-08 17:43:10 +01:00

dnf install glib2-devel should do the trick. The additional version info isn't needed and will quickly be outdated

`dnf install glib2-devel` should do the trick. The additional version info isn't needed and will quickly be outdated
jwharm (Migrated from github.com) commented 2025-01-08 17:43:35 +01:00

ouapp -> ourapp

`ouapp` -> `ourapp`
Ombrelin commented 2025-01-09 22:54:24 +01:00 (Migrated from github.com)

Thanks for the review, just pushed fixes 👍

Thanks for the review, just pushed fixes :+1:
Sign in to join this conversation.
No description provided.