~ubuntu-branches/ubuntu/jaunty/kdebase-workspace/jaunty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
#  FAILSAFE KDE STARTUP SCRIPT ( @KDE_VERSION_STRING@ )
#

# This script launches KDE with some potentionally unstable parts (like
# compositing effects) disabled.

# General failsafe flag
KDE_FAILSAFE=1
export KDE_FAILSAFE

# Disable KWin's compositing
KWIN_COMPOSE=N
export KWIN_COMPOSE

exec @KDE4_BIN_INSTALL_DIR@/startkde "$@"