mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/lumina: Fix xinitrc.
Thanks to Daniel Prosser. Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
a19086e8b7
commit
a435ccddd1
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue