Merge lp:~popey/reminders-app/fix-1269462 into lp:reminders-app

Status: Merged
Approved by: David Planella
Approved revision: 26
Merged at revision: 26
Proposed branch: lp:~popey/reminders-app/fix-1269462
Merge into: lp:reminders-app
Diff against target: 12 lines (+1/-1)
1 file modified
reminders-app.desktop (+1/-1)
To merge this branch: bzr merge lp:~popey/reminders-app/fix-1269462
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
David Planella Approve
Review via email: mp+201799@code.launchpad.net

Commit message

Fix path to qmlscene

Description of the change

Fix absolute path to qmlscene in the .desktop file, required to pass the click review tools test.

To post a comment you must log in.
Revision history for this message
David Planella (dpm) wrote :

Looks good to me, thanks!

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'reminders-app.desktop'
2--- reminders-app.desktop 2013-11-25 09:10:18 +0000
3+++ reminders-app.desktop 2014-01-15 16:12:28 +0000
4@@ -1,7 +1,7 @@
5 [Desktop Entry]
6 Name=Reminders
7 Comment=Ubuntu Reminders app, powered by Evernote
8-Exec=/usr/bin/qmlscene $@ -I . qml/reminders-app.qml
9+Exec=qmlscene $@ -I . qml/reminders-app.qml
10 Icon=reminders-app.png
11 Terminal=false
12 Type=Application

Subscribers

People subscribed via source and target branches