From 609f0b6f10e3514735a92a85257c3410f9e71e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Thu, 27 Dec 2018 08:32:55 +0100 Subject: [PATCH] Install icons under icons/hicolor/scalable/apps instead of pixmaps This is the recommendation of the Icon Theme Specification: https://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#install_icons --- rssguard.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rssguard.pro b/rssguard.pro index aabb64436..8002c8108 100755 --- a/rssguard.pro +++ b/rssguard.pro @@ -686,7 +686,7 @@ unix:!mac:!android { appdata.path = $$quote($$PREFIX/share/metainfo/) desktop_icon.files = resources/graphics/$${TARGET}.png - desktop_icon.path = $$quote($$PREFIX/share/pixmaps/) + desktop_icon.path = $$quote($$PREFIX/share/icons/hicolor/512x512/apps/) INSTALLS += target desktop_file desktop_icon appdata }