better text for the button. thanks celeste
[kdebase.git] / workspace / safestartkde.cmake
blobf57b7aefef4a31fe9d873d3c6ed2a9597f078419
1 #!/bin/sh
3 # FAILSAFE KDE STARTUP SCRIPT ( @KDE_VERSION_STRING@ )
6 # This script launches KDE with some potentionally unstable parts (like
7 # compositing effects) disabled.
9 # General failsafe flag
10 KDE_FAILSAFE=1
11 export KDE_FAILSAFE
13 # Disable KWin's compositing
14 KWIN_COMPOSE=N
15 export KWIN_COMPOSE
17 exec @KDE4_BIN_INSTALL_DIR@/startkde "$@"