Update makefile for pixmap - #126
Conversation
The changes readd assigments that will install the xpm icon into the pixmaps folder. This fixes no icon appearing for the menu item.
|
This PR is now included in the codebase, commit 4f9f304. Thanks @Pickle for your contributions! Note: beware that I am often doing forced pushes on the gtk3 branch because I am rebasing it against the master (gtk2) branch. We want a clean history after all the gtk3 branch development is done, and this helps to do that. |
|
This pull request was supposed to fix the bug described in this disuccion and introduced by my pull request #121 (commit: See the complete documentation. However, it is controversial whether we should add this command to Also please note that the old My suggestion is to revert or rather just drop the commit introduced by this pull request and either add the |
|
@rluzynski Not sure if this should be closed now or not...I would like to do everything the "standard" way so that other users will be accustomed to it. BUT, if anyone wants to build from source instead of getting the program through a package (say they need the latest changes before the package managers provide those changes) then it would be nice to have a way that the user can do a full install and have everything work properly. |
|
My concerns are addressed now by the pull request #128. And yes, the script detects whether it is ran by a user willing to install the newest version from source or another script building a distro package and supports both cases. My comment above predates the pull request, you can ignore it now. |
The changes readd assigments that will install the xpm icon into the pixmaps folder.
This fixes no icon appearing for the menu item.