[PC-BSD Commits] r710 - pcbsd/trunk/system-overlay/PCBSD/Scripts
svn at pcbsd.org
svn at pcbsd.org
Wed Sep 12 19:12:28 PDT 2007
Author: kris
Date: 2007-09-12 19:12:28 -0700 (Wed, 12 Sep 2007)
New Revision: 710
Modified:
pcbsd/trunk/system-overlay/PCBSD/Scripts/startfusion
Log:
Add option to fusion script which asks if the user wants to disable it from
startup
Modified: pcbsd/trunk/system-overlay/PCBSD/Scripts/startfusion
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/Scripts/startfusion 2007-09-13 01:18:42 UTC (rev 709)
+++ pcbsd/trunk/system-overlay/PCBSD/Scripts/startfusion 2007-09-13 02:12:28 UTC (rev 710)
@@ -11,7 +11,14 @@
then
touch ${HOME}/.kde/fusion-enable
fi
+else
+
+ kdialog --yesno "Compiz-Fusion is set to run at startup, disable this?"
+ if [ "$?" = "0" ]
+ then
+ rm ${HOME}/.kde/fusion-enable
+ fi
fi
-# Run the beryl-manager now
+# Run the fusion-icon now
fusion-icon
More information about the Commits
mailing list