HUD does not yield proper results
Bug #932530 reported by
Jason Warner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Application Menu Indicator |
Fix Released
|
Critical
|
Ted Gould | ||
indicator-appmenu (Ubuntu) |
Fix Released
|
Critical
|
Unassigned |
Bug Description
In Unity 5.4 HUD, if I am in any application, I cannot reliably find menu items.
For instance, in terminal I would look for 'Profiles', which is under the 'Edit' Menu.
Typing 'Edit' yields no results
Typing 'profiles' yields no results
Typing pretty much any letter does not find any menu item in terminal, but rather starts searching all the other indicators like Network Manager, power menu etc
Related branches
lp://staging/~ted/indicator-appmenu/dash-is-now-Dash
- Indicator Applet Developers: Pending requested
-
Diff: 65 lines (+11/-0)1 file modifiedsrc/hud-search.c (+11/-0)
lp://staging/~indicator-applet-developers/ubuntu/precise/indicator-appmenu/upstream
- Ken VanDine: Pending requested
-
Diff: 1560 lines (+613/-245)32 files modifiedChangeLog (+255/-0)
Makefile.am (+1/-35)
Makefile.am.coverage (+48/-0)
Makefile.in (+45/-39)
configure (+106/-68)
configure.ac (+4/-1)
data/Makefile.in (+5/-11)
debian/changelog (+19/-1)
debian/control (+4/-0)
docs/devel/html/HudAppMenuRegistrar.html (+1/-1)
docs/devel/html/HudDbusmenuCollector.html (+3/-3)
docs/devel/html/HudResult.html (+4/-4)
docs/devel/html/HudSource.html (+7/-7)
docs/devel/html/ch01.html (+1/-1)
docs/devel/html/ch02.html (+1/-1)
docs/devel/html/ch03.html (+1/-1)
docs/devel/html/ch04.html (+1/-1)
docs/devel/html/ch05.html (+1/-1)
docs/devel/html/hud-HudSettings.html (+2/-20)
docs/man/hud-cli.1 (+2/-2)
docs/man/hud-dump-application.1 (+2/-2)
docs/man/hud-list-applications.1 (+2/-2)
docs/man/hud-verify-app-info.1 (+2/-2)
m4/gcov.m4 (+13/-10)
src/Makefile.in (+18/-18)
src/hudquery.c (+1/-1)
src/hudtoken.c (+6/-0)
src/hudtoken.h (+1/-0)
src/indicator-appmenu.c (+2/-0)
tests/Makefile.in (+53/-11)
tests/test-dbus-message-count.in (+1/-1)
tools-vala/hud-gtk.c (+1/-1)
Changed in indicator-appmenu: | |
status: | New → In Progress |
importance: | Undecided → Critical |
Changed in indicator-appmenu (Ubuntu): | |
importance: | Undecided → Critical |
status: | New → In Progress |
Changed in indicator-appmenu: | |
assignee: | nobody → Ted Gould (ted) |
milestone: | none → 0.3.91 |
Changed in indicator-appmenu: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
This bug was fixed in the package indicator-appmenu - 0.3.91-0ubuntu1
---------------
indicator-appmenu (0.3.91-0ubuntu1) precise; urgency=low
* debian/control:
- drop scrollkeeper build-depends, that source is deprecated and not
need to build the indicator
[ Ted Gould ]
* New upstream release.
* Fix resize in HUD CLI (LP: #921284)
* Remove extranious g_errors (LP: #921288)
* Making usage of usage data more fair (LP: #923999)
* Ensure property exists before evaluating on it (LP: #930059)
* Protect against improperly parsed messages (LP: #931219)
* Fix UTF-8 handling in distance algorithms (LP: #930065)
* Correct name of dash in blacklist (LP: #932530)
* Add support of AppIndicator title changes
-- Sebastien Bacher <email address hidden> Wed, 15 Feb 2012 20:58:01 +0100