notes-app, errors from click-hook, missing icon path

Bug #1267882 reported by Dimitri John Ledkov
16
This bug affects 2 people
Affects Status Importance Assigned to Milestone
notes-app
Confirmed
High
Unassigned

Bug Description

See:
http://people.canonical.com/~xnox/touch/121/clientlogs/camera_app/_sbin_init.32011.crash
http://people.canonical.com/~xnox/touch/121/clientlogs/address_book_app/_sbin_init.32011.crash
http://people.canonical.com/~xnox/touch/121/clientlogs/dropping_letters_app/_sbin_init.32011.crash
http://people.canonical.com/~xnox/touch/121/clientlogs/friends_app/_sbin_init.32011.crash
http://people.canonical.com/~xnox/touch/121/clientlogs/ubuntu_terminal_app/_sbin_init.32011.crash

To (possibly) reproduce:
$ bzr branch lp:~xnox/ubuntu-test-cases/touch-emulator
$ cd touch-emulator
$ ./scripts/provision-emulator.sh

$ ./scripts/run-test.sh deb address-book-app-autopilot address_book_app
$ ./scripts/run-test.sh deb camera-app-autopilot camera_app
$ ./scripts/run-test.sh deb friends-app-autopilot friends_app
$ ./scripts/run-test.sh click com.ubuntu.dropping-letters dropping_letters_app
$ ./scripts/run-test.sh click com.ubuntu.terminal ubuntu_terminal_app

Tags: jemjem
tags: added: jemjem
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Well, all of these are recoverable problems. Ted, can you help deciphering what those crash reports mean?

Changed in upstart (Ubuntu):
assignee: nobody → Ted Gould (ted)
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

ProblemType: RecoverableProblem
AppID: com.ubuntu.notes_notes_1.4.235
DuplicateSignature: icon-path-unhandled-com.ubuntu.notes_notes_1.4.235
IconPath: /usr/share/click/preinstalled/.click/users/@all/com.ubuntu.notes/notepad

<tedg> xnox, That's from the click hook. It means they have an icon configured that doesn't exist.

Please fix notes-app click hook and include correct icon at the declared icon-path.

affects: upstart (Ubuntu) → notes-app
Changed in notes-app:
assignee: Ted Gould (ted) → nobody
status: New → Confirmed
summary: - Emulator, regression - build #121 _sbin_init crash files
+ notes-app, errors from click-hook, missing icon path
Changed in notes-app:
importance: Undecided → High
Revision history for this message
Olivier Tilloy (osomon) wrote :

Not sure how the icon-path hook works, but the declared icon in notes-app’s manifest file is "notepad", and the icons exists in ubuntu-mobile-icons:

$ dpkg -L ubuntu-mobile-icons | grep notepad
/usr/share/icons/ubuntu-mobile/apps/240/notepad.png
/usr/share/icons/ubuntu-mobile/apps/144/notepad.png
/usr/share/icons/ubuntu-mobile/apps/scalable/notepad.svg

Revision history for this message
Colin Watson (cjwatson) wrote :

upstart-app-launch wants the icon to be specifically in the click package itself. This does seem to make some sense so that they're self-contained, but perhaps Ted can advise on whether it'd be reasonable to have it look in some system paths as well.

Revision history for this message
Ted Gould (ted) wrote :

Yes, it was my understanding that the requirement was the click apps be self contained. Unless we consider that icon part of our API I don't think having a click package depend on it is a good idea.

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.