mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +01:00
cinnamon-session: Remove CK-based script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
639c3510a2
commit
2967b62bf8
2 changed files with 2 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=cinnamon-session
|
PRGNAM=cinnamon-session
|
||||||
VERSION=${VERSION:-4.8.0}
|
VERSION=${VERSION:-4.8.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
|
|
@ -14,8 +14,4 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
|
||||||
|
|
||||||
export CLUTTER_BACKEND=x11
|
export CLUTTER_BACKEND=x11
|
||||||
export CLUTTER_DISABLE_XINPUT=1
|
export CLUTTER_DISABLE_XINPUT=1
|
||||||
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
|
dbus-launch --exit-with-session cinnamon-session
|
||||||
exec ck-launch-session dbus-launch --exit-with-session cinnamon-session
|
|
||||||
else
|
|
||||||
exec cinnamon-session
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in a new issue