Global menu searching obvious matches don't match
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Libcolumbus |
Fix Released
|
Undecided
|
Unassigned | ||
Unity HUD |
Fix Released
|
Undecided
|
Pete Woods | ||
hud (Ubuntu) |
Fix Released
|
Medium
|
Pete Woods |
Bug Description
Hi,
I'm trying, in Gimp, to press Alt and then select the `Image -> Crop to Selection` item by matching against 'crop to selection' but that doesn't bring up that result.
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.1.2+14.
ProcVersionSign
Uname: Linux 3.13.0-8-generic x86_64
ApportVersion: 2.13.2-0ubuntu2
Architecture: amd64
CompizPlugins: No value set for `/apps/
CurrentDesktop: Unity
Date: Wed Feb 12 21:53:49 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2010-10-12 (1219 days ago)
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2013-10-26 (109 days ago)
Related branches
- Charles Kerr (community): Needs Information
- Antti Kaijanmäki (community): Approve
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Sebastien Bacher: Needs Information
-
Diff: 227 lines (+44/-30)8 files modifiedCMakeLists.txt (+1/-1)
data/com.canonical.indicator.appmenu.hud.search.gschema.xml (+4/-4)
debian/control (+1/-1)
service/HardCodedSearchSettings.h (+2/-2)
service/ItemStore.cpp (+28/-17)
service/QGSettingsSearchSettings.cpp (+2/-2)
tests/integration/TestHud.cpp (+2/-2)
tests/unit/service/TestItemStore.cpp (+4/-1)
- Pete Woods (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 468 lines (+291/-19)9 files modifiedCMakeLists.txt (+1/-1)
debian/changelog (+6/-0)
include/Matcher.hh (+11/-0)
include/WordStore.hh (+1/-0)
src/MatchResults.cc (+4/-1)
src/Matcher.cc (+71/-12)
src/WordStore.cc (+8/-4)
test/MatcherTest.cc (+171/-1)
test/TrieTest.cc (+18/-0)
affects: | unity (Ubuntu) → hud (Ubuntu) |
Changed in hud: | |
assignee: | nobody → Pete Woods (pete-woods) |
Changed in hud (Ubuntu): | |
assignee: | nobody → Pete Woods (pete-woods) |
Changed in hud: | |
status: | New → In Progress |
Changed in hud (Ubuntu): | |
status: | New → In Progress |
Changed in libcolumbus: | |
status: | New → In Progress |
Changed in hud (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in hud: | |
status: | In Progress → Fix Released |
Changed in libcolumbus: | |
status: | In Progress → Fix Released |
Thanks for reporting this.
I'm going to talk to the developer of the indexing library we use (libcolumbus) to see what we can do about it, as this behaviour is obviously quite broken.