0.9beta
[feedingit] / src / FeedingIt
index b6762e3..ebd4991 100644 (file)
@@ -11,6 +11,13 @@ dbus)
        #cp feedingit_status.desktop /usr/share/applications/hildon-status-menu/
        nice python2.5 update_feeds.py
        ;;
+qml)
+    cd /opt/FeedingIt
+    python2.5 FeedingIt-Web.py 2>&1 >/dev/null &
+    pid=`pidof python2.5 FeedingIt-Web.py`
+    qmlviewer -fullscreen qml/FeedingIt.qml
+    kill $pid
+    ;;
 *)
     cd /opt/FeedingIt
     python2.5 FeedingIt.py