File: 90consolekit

package info (click to toggle)
consolekit 0.2.10-5%2Blenny2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,896 kB
  • ctags: 1,392
  • sloc: ansic: 13,488; sh: 9,039; xml: 972; makefile: 557; python: 61
file content (11 lines) | stat: -rw-r--r-- 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# -*- sh -*-
# Xsession.d script for ck-launch-session.
#
#
# This file is sourced by Xsession(5), not executed.

CK_LAUNCH_SESSION=/usr/bin/ck-launch-session

if [ -z "$XDG_SESSION_COOKIE" ] && [ -x "$CK_LAUNCH_SESSION" ]; then
    STARTUP="$CK_LAUNCH_SESSION $STARTUP"
fi