'Help' app doesn't work as expected
Bug #1591511 reported by
Michal Predotka
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Medium
|
Unassigned | |||
Libertine Scope | Status tracked in Trunk | |||||
Release |
Fix Released
|
Medium
|
Kyle Nitzsche | |||
Trunk |
Fix Released
|
Medium
|
Kyle Nitzsche | |||
libertine-scope (Ubuntu) |
Fix Released
|
Medium
|
Kyle Nitzsche |
Bug Description
M10 rc-proposed with Libertine/XApps scope installed.
In the XApps scope there's 'Help' app. When I click on it, I get new page which shows the app icon, app name, text: 'Get help with Unity' and button 'Open'. When I click the button, the app starts but it displays text: 'Document not found' and some more.
Screenshot attached.
Related branches
lp://staging/~townsend/libertine-scope/release-1.3
- Larry Price: Approve
-
Diff: 2064 lines (+1116/-263)42 files modified.bzrignore (+1/-0)
CMakeLists.txt (+11/-8)
data/CMakeLists.txt (+6/-9)
data/blacklist (+11/-0)
data/libertine-scope-settings.ini.in (+0/-24)
debian/changelog (+23/-0)
libertine-scope.apparmor (+1/-1)
libertine-scope/CMakeLists.txt (+4/-1)
libertine-scope/action.cpp (+66/-0)
libertine-scope/action.h (+45/-0)
libertine-scope/blacklist.cpp (+78/-0)
libertine-scope/blacklist.h (+36/-0)
libertine-scope/config.h.in (+26/-0)
libertine-scope/hidden_apps.cpp (+92/-0)
libertine-scope/hidden_apps.h (+38/-0)
libertine-scope/preview.cpp (+20/-0)
libertine-scope/preview.h (+0/-2)
libertine-scope/query.cpp (+192/-34)
libertine-scope/query.h (+26/-18)
libertine-scope/scope.cpp (+14/-37)
po/en_AU.po (+4/-3)
po/en_GB.po (+4/-3)
po/es.po (+9/-5)
po/fi.po (+4/-3)
po/fr.po (+4/-3)
po/gl.po (+8/-3)
po/libertine-scope.pot (+23/-1)
po/ms.po (+4/-3)
po/pt.po (+4/-3)
po/uk.po (+4/-3)
tests/CMakeLists.txt (+24/-21)
tests/TypedScopeFixture.h (+1/-0)
tests/data/blacklist (+9/-0)
tests/data/hidden (+1/-0)
tests/fake_container.cpp (+1/-2)
tests/fake_container_json.h (+2/-2)
tests/fake_libertine.cpp (+0/-6)
tests/fake_libertine.h (+2/-2)
tests/test_blacklist.cpp (+65/-0)
tests/test_hidden_apps.cpp (+107/-0)
tests/test_preview.cpp (+2/-1)
tests/test_query.cpp (+144/-65)
Changed in libertine-scope (Ubuntu): | |
status: | Triaged → In Progress |
Changed in libertine-scope (Ubuntu): | |
assignee: | nobody → Kyle Nitzsche (knitzsche) |
Changed in canonical-devices-system-image: | |
status: | New → Fix Committed |
importance: | Undecided → Medium |
milestone: | none → 12 |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The 'Help' icon is supposed to be hidden out by default. Did you happen to remove 'Help' from the 'Excluded Apps' list under Settings for the scope?