diff options
author | Ken Moore <moorekou@gmail.com> | 2016-07-18 12:13:38 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-07-18 12:13:38 -0400 |
commit | 59b08812c1450cb03d10abd45da7117c77518783 (patch) | |
tree | c69776111b4226a822b34334f04d2010973c6a0b /src-qt5 | |
parent | Merge branch 'master' of github.com:trueos/lumina (diff) | |
download | lumina-59b08812c1450cb03d10abd45da7117c77518783.tar.gz lumina-59b08812c1450cb03d10abd45da7117c77518783.tar.bz2 lumina-59b08812c1450cb03d10abd45da7117c77518783.zip |
Don't embed the fluxbox config files into the lumina-desktop binary (using the pre-installed files instead).
Diffstat (limited to 'src-qt5')
-rw-r--r-- | src-qt5/core/lumina-desktop/Lumina-DE.qrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-desktop/Lumina-DE.qrc b/src-qt5/core/lumina-desktop/Lumina-DE.qrc index 5fada9b6..d33ef454 100644 --- a/src-qt5/core/lumina-desktop/Lumina-DE.qrc +++ b/src-qt5/core/lumina-desktop/Lumina-DE.qrc @@ -1,7 +1,5 @@ <RCC> <qresource> <file>images/desktop-background.jpg</file> - <file>fluxboxconf/fluxbox-init-rc</file> - <file>fluxboxconf/fluxbox-keys</file> </qresource> </RCC> |