diff options
author | Ken Moore <ken@ixsystems.com> | 2018-04-17 10:59:01 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-04-17 10:59:01 -0400 |
commit | 5f38bf70d288b74648ba39b84dd344b0182e8799 (patch) | |
tree | bcc99401fb6f461e0d2bcc4f0da16a4d8e1edb50 /src-qt5/core/lumina-desktop/lumina-desktop.pro | |
parent | Fix up the detection of icons in LFileInfo. (diff) | |
download | lumina-5f38bf70d288b74648ba39b84dd344b0182e8799.tar.gz lumina-5f38bf70d288b74648ba39b84dd344b0182e8799.tar.bz2 lumina-5f38bf70d288b74648ba39b84dd344b0182e8799.zip |
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)
Diffstat (limited to 'src-qt5/core/lumina-desktop/lumina-desktop.pro')
-rw-r--r-- | src-qt5/core/lumina-desktop/lumina-desktop.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src-qt5/core/lumina-desktop/lumina-desktop.pro b/src-qt5/core/lumina-desktop/lumina-desktop.pro index e36d11a2..cc4b63ae 100644 --- a/src-qt5/core/lumina-desktop/lumina-desktop.pro +++ b/src-qt5/core/lumina-desktop/lumina-desktop.pro @@ -69,9 +69,7 @@ RESOURCES+= Lumina-DE.qrc desktop.path = $${L_SESSDIR} desktop.files = Lumina-DE.desktop -icons.files = Lumina-DE.png \ - Insight-FileManager.png -icons.path = $${L_SHAREDIR}/pixmaps +icons.files = Lumina-DE.png fluxconf.files = fluxboxconf/fluxbox-init-rc \ fluxboxconf/fluxbox-keys |