Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The icon.png file is installed in the wrong place #2

Closed
GvMariani opened this issue Aug 22, 2022 · 1 comment
Closed

The icon.png file is installed in the wrong place #2

GvMariani opened this issue Aug 22, 2022 · 1 comment

Comments

@GvMariani
Copy link

GvMariani commented Aug 22, 2022

Found while working on packaging Linux-SonivoxEas for ROSA Linux Fresh 2021.1.

At the install time, the icon file for guisynth.desktop get installed in /usr/icons/hicolor/128x128; see the guisynth/CMakeLists.txt snippet below:
install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/128x128 RENAME sonivoxeas.png

However, this is the wrong place; AFAICT the right one for icons to be used in .desktop files should be /usr/icons/hicolor/128x128/apps...

@pedrolcl
Copy link
Owner

pedrolcl commented Sep 3, 2022

v1.4.1 released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants