aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-11 08:03:34 -0400
committerKen Moore <moorekou@gmail.com>2016-06-11 08:03:34 -0400
commit9328eeda30c515f26c536ded6804622d49e51b2d (patch)
treeb224a290c25cd884a0100eab9d35d0d926b8d70b /src-qt5/core/lumina-desktop
parentMerge branch 'master' of github.com:pcbsd/lumina (diff)
downloadlumina-9328eeda30c515f26c536ded6804622d49e51b2d.tar.gz
lumina-9328eeda30c515f26c536ded6804622d49e51b2d.tar.bz2
lumina-9328eeda30c515f26c536ded6804622d49e51b2d.zip
Change the name of the main desktop binary from "Lumina-DE" to "lumina-desktop" for consistency. This also should catch/fix all those old xsessions/.desktop files floating around which did not make the transition to using the new start-lumina-desktop binary for launching the desktop.
Diffstat (limited to 'src-qt5/core/lumina-desktop')
-rw-r--r--src-qt5/core/lumina-desktop/lumina-desktop.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/lumina-desktop.pro b/src-qt5/core/lumina-desktop/lumina-desktop.pro
index 89053fda..0af668fd 100644
--- a/src-qt5/core/lumina-desktop/lumina-desktop.pro
+++ b/src-qt5/core/lumina-desktop/lumina-desktop.pro
@@ -4,7 +4,7 @@ QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras multimedia concurrent svg
-TARGET = Lumina-DE
+TARGET = lumina-desktop
target.path = $${L_BINDIR}
bgstack15