mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
cinnamon-session: Disable systemd and set variable.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
f67d0cc70e
commit
7403ffc1ed
2 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-schemas-compile \
|
||||
--enable-gconf \
|
||||
--disable-systemd \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -12,6 +12,8 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
|
|||
[ -f $userresources ] && xrdb -merge $userresources
|
||||
[ -f $usermodmap ] && xmodmap $usermodmap
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue