I'm trying to make a simple test gtk+ program and an installable .deb file for it. I made the program and I'm currently using this guide to turn it into a .deb. but what I can't find out is where to put the custom logo for the program. I also want to know how I would need to change the code to fit this. I have the icon stored in the same directory as the source code but when i take the binary out of the folder with the icon the icon doesn't show.
-
1Icons seem go into /usr/share/icons/ (one PNG per size, or a single SVG)– xenoidCommented Sep 4, 2017 at 16:18
-
Thanks! I can't believe how obvious it was. I literally spent an hour picking apart programs and researching the fhs.– IDontKnowWhatToPutAsMyUsernameCommented Sep 4, 2017 at 17:32
Add a comment
|