Under Linux/Ubuntu I create a small application (wxWidgets, IDE: CodeBlocks). In the nautilus explorer, the icon of the program is not really that exciting. I would like to use a different one. Under Windows, one uses an .rc file, where one writes
id ICON "Icon.ico"
How is it done under Linux? Thanks for some comments.