start app by homescreen-service
[apps/homescreen.git] / homescreen / qml / ShortcutArea.qml
index d7e97f0..a4929d8 100644 (file)
@@ -62,14 +62,6 @@ Item {
                 name: model.name
                 active: model.name === launcher.current
                 onClicked: {
-                    pid = launcher.launch(model.application)
-                    if (1 < pid) {
-                        applicationArea.visible = true
-                    }
-                    else {
-                        console.warn(model.application)
-                        console.warn("app cannot be launched!")
-                    }
                     homescreenHandler.tapShortcut(model.appid)
                 }
             }