mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +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
|
||||
VERSION=${VERSION:-4.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -14,8 +14,4 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
|
|||
|
||||
export CLUTTER_BACKEND=x11
|
||||
export CLUTTER_DISABLE_XINPUT=1
|
||||
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
|
||||
exec ck-launch-session dbus-launch --exit-with-session cinnamon-session
|
||||
else
|
||||
exec cinnamon-session
|
||||
fi
|
||||
dbus-launch --exit-with-session cinnamon-session
|
||||
|
|
Loading…
Reference in a new issue