[PC-BSD Commits] r343 - pcbsd/trunk/system-overlay/usr/share/skel/.kde/Autostart
svn at pcbsd.org
svn at pcbsd.org
Tue Jun 19 09:35:19 PDT 2007
Author: kris
Date: 2007-06-19 17:35:19 +0100 (Tue, 19 Jun 2007)
New Revision: 343
Removed:
pcbsd/trunk/system-overlay/usr/share/skel/.kde/Autostart/kmix.desktop
Modified:
pcbsd/trunk/system-overlay/usr/share/skel/.kde/Autostart/checkberyl.sh
Log:
Removed unncessary kmix.desktop file, modified checkberyl.sh to ensure
that the emerald window decorator loads properly.
Modified: pcbsd/trunk/system-overlay/usr/share/skel/.kde/Autostart/checkberyl.sh
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/.kde/Autostart/checkberyl.sh 2007-06-19 16:11:49 UTC (rev 342)
+++ pcbsd/trunk/system-overlay/usr/share/skel/.kde/Autostart/checkberyl.sh 2007-06-19 16:35:19 UTC (rev 343)
@@ -7,5 +7,6 @@
if [ -e "/PCBSD/conf/beryl-enable" ]
then
/usr/local/bin/beryl &
- ( sleep 3; /usr/local/bin/beryl-manager ) &
+ ( sleep 2; /usr/local/bin/beryl-manager ) &
+ ( sleep 3; /usr/local/bin/emerald ) &
fi
Deleted: pcbsd/trunk/system-overlay/usr/share/skel/.kde/Autostart/kmix.desktop
More information about the Commits
mailing list