From 5f38bf70d288b74648ba39b84dd344b0182e8799 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 17 Apr 2018 10:59:01 -0400 Subject: Cleanup where icons get installed: Instead of putting them in the older "pixmaps" directory, place them into the icons/hicolor/scalable/apps dir so that the Qt icon from theme stuff can find it (older dir no longer supported by Qt and most modern theme engines) --- src-qt5/desktop-utils/lumina-fm/lumina-fm.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'src-qt5/desktop-utils/lumina-fm') diff --git a/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro b/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro index b59aface..10502af1 100644 --- a/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro +++ b/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro @@ -58,7 +58,6 @@ FORMS += MainUI.ui \ OPWidget.ui icons.files = Insight-FileManager.png -icons.path = $${L_SHAREDIR}/pixmaps TRANSLATIONS = i18n/lumina-fm_af.ts \ -- cgit