App fails to start if installed from the .deb package

Bug #1466530 reported by David Planella
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu Calculator App
Fix Released
High
Bartosz Kosiorek

Bug Description

When installing the .deb package, the app fails to start due to an error in the .desktop file.

This is due to qmlscene being called with an empty -I argument:

qmlscene $@ -I ubuntu-calculator-app.qml

As there is no directory specified for -I, it interprets the name of the main .qml file as a directory, and thus it fails to start.

In turn, this is caused by MODULE_PATH not being defined in the CMake file when not in click mode. Either MODULE_PATH needs to be defined, or removed:

http://bazaar.launchpad.net/~ubuntu-calculator-dev/ubuntu-calculator-app/reboot/view/head:/CMakeLists.txt#L80

Tags: bitesize

Related branches

David Planella (dpm)
tags: added: bitesize
Changed in ubuntu-calculator-app:
status: New → Triaged
importance: Undecided → High
Changed in ubuntu-calculator-app:
assignee: nobody → Bartosz Kosiorek (gang65)
Changed in ubuntu-calculator-app:
status: Triaged → In Progress
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :

Fix committed into lp:ubuntu-calculator-app at revision 200, scheduled for release in ubuntu-calculator-app, milestone Unknown

Changed in ubuntu-calculator-app:
status: In Progress → Fix Committed
Changed in ubuntu-calculator-app:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.