From 7bbd521108e0b0b095bd761d8d3db27195707999 Mon Sep 17 00:00:00 2001 From: aashiks Date: Sat, 4 Apr 2009 11:58:54 +0530 Subject: Install.sh contained some code for invoking the plasmoidviewer. This is not necessary. --- fortune-ml/plasmoid/install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fortune-ml/plasmoid/install.sh b/fortune-ml/plasmoid/install.sh index 42f4ca5..a521195 100755 --- a/fortune-ml/plasmoid/install.sh +++ b/fortune-ml/plasmoid/install.sh @@ -3,5 +3,7 @@ rm ../FortuneCookie.zip zip -r ../FortuneCookie.zip . plasmapkg -r fortunecookie plasmapkg -i ../FortuneCookie.zip -echo "invoking Plasmoid Viewer..." -plasmoidviewer fortunecookie + +#--- Uncomment the following lines to see the plasmoid in a test cotainer. +#echo "invoking Plasmoid Viewer..." +#plasmoidviewer fortunecookie -- cgit