~ubuntu-core-dev/compiz/ubuntu

« back to all changes in this revision

Viewing changes to debian/compiz.wrapper

  • Committer: Michael Vogt
  • Date: 2007-08-07 12:35:26 UTC
  • Revision ID: michael.vogt@ubuntu.com-20070807123526-18ajembfkpzhfobr
* debian/compiz.wrapper:
  - fix check for failsafe session

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
# Execution begins here.
218
218
 
219
219
# Don't use compiz when running the failsafe session
220
 
if [ $GNOME_DESKTOP_SESSION_ID = "Failsafe" ]; then
 
220
if [ "$GNOME_DESKTOP_SESSION_ID" = "Failsafe" ]; then
221
221
    abort_with_fallback_wm
222
222
fi
223
223