daniel@daydream:~/reboot-packaging$ cat /usr/share/applications/ubuntu-clock-app.desktop [Desktop Entry] Version=1.0 Name=Clock Reboot Exec=qmlscene $@ share/share/ubuntu-clock-app/qml/ubuntu-clock-app.qml Icon=clock-app Terminal=false Type=Application X-Ubuntu-Touch=true
daniel@daydream:~/reboot-packaging$
The only bit missing now is the Exec line.
daniel@ daydream: ~/reboot- packaging$ cat /usr/share/ applications/ ubuntu- clock-app. desktop ubuntu- clock-app/ qml/ubuntu- clock-app. qml
[Desktop Entry]
Version=1.0
Name=Clock Reboot
Exec=qmlscene $@ share/share/
Icon=clock-app
Terminal=false
Type=Application
X-Ubuntu-Touch=true
daniel@ daydream: ~/reboot- packaging$
The only bit missing now is the Exec line.