0

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.

2
  • 1
    Icons seem go into /usr/share/icons/ (one PNG per size, or a single SVG)
    – xenoid
    Commented 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. Commented Sep 4, 2017 at 17:32

1 Answer 1

1

Icons go in /usr/share/icons/ (one PNG per size, or a single SVG). Official specs are here.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .