Skip to content

Commit

Permalink
Install app icon in XDG hicolor icon theme
Browse files Browse the repository at this point in the history
Install the icon of the application in the hicolor XDG icon theme;
this way it can be properly loaded by XDG menus in the currently set
XDG icon theme, without looking in the legacy pixmaps location.
  • Loading branch information
pinotree committed Nov 20, 2022
1 parent f0af53a commit 1f42b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phoenix.pro
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ unix {
manpage.path = $$DATADIR/man/man1
manpage.files += Fritzing.1

icon.path = $$DATADIR/pixmaps
icon.extra = install -D -m 0644 $$PWD/resources/images/fritzing_icon.png $(INSTALL_ROOT)$$DATADIR/pixmaps/fritzing.png
icon.path = $$DATADIR/icons/hicolor/256x256/apps
icon.extra = install -D -m 0644 $$PWD/resources/images/fritzing_icon.png $(INSTALL_ROOT)$$DATADIR/icons/hicolor/256x256/apps/fritzing.png

parts.path = $$PKGDATADIR
parts.files += parts
Expand Down

0 comments on commit 1f42b5e

Please sign in to comment.