desktop/lumina: Fix xinitrc.

Thanks to Daniel Prosser.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2016-08-16 17:28:15 -07:00 committed by Willy Sudiarto Raharjo
parent a19086e8b7
commit a435ccddd1
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
PRGNAM=lumina
VERSION=${VERSION:-1.0.0-p1}
SRCVERSION="`echo $VERSION | cut -d'-' -f1`"
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -22,9 +22,9 @@ fi
# Start the window manager:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
exec ck-launch-session Lumina-DE
exec ck-launch-session start-lumina-desktop
else
exec Lumina-DE
exec start-lumina-desktop
fi