AppIndicator entries are ugly
Bug #923971 reported by
Ted Gould
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Application Indicators |
Fix Released
|
High
|
Unassigned | ||
Application Menu Indicator |
Fix Released
|
High
|
Unassigned | ||
libappindicator |
Fix Released
|
High
|
Unassigned |
Bug Description
Currently in the HUD items from application indicators are a bit ugly. This is because it uses the a11y string which is missing in some of them, and in others it simply is too much information. We need to get a user visible string that is appropriate for showing in the HUD.
To do this I'm recommending we use the KSNI "Title" field and provide a function in libappindicator for setting it. Plus passing throughout the stack.
Related branches
lp://staging/~ted/libappindicator/include-titles
- Charles Kerr (community): Approve
- Diff: 0 lines
lp://staging/~indicator-applet-developers/ubuntu/precise/libappindicator/upstream
- Ken VanDine: Pending requested
-
Diff: 919 lines (+167/-133)14 files modifiedChangeLog (+20/-0)
bindings/vala/examples/indicator-example.vala (+3/-3)
configure (+10/-10)
configure.ac (+1/-1)
debian/changelog (+9/-0)
debian/control (+1/-1)
docs/reference/html/ch01.html (+1/-1)
docs/reference/html/index.html (+1/-1)
docs/reference/html/libappindicator-app-indicator.html (+16/-16)
docs/reference/libappindicator-docs.sgml (+1/-1)
docs/reference/version.xml (+1/-1)
example/simple-client-vala.c (+83/-75)
example/simple-client-vala.vala (+18/-18)
src/app-indicator.c (+2/-5)
lp://staging/~ted/indicator-application/title-handling
- Indicator Applet Developers: Pending requested
Superseded
for merging
into
lp://staging/indicator-application/0.4
- Indicator Applet Developers: Pending requested
-
Diff: 251 lines (+47/-15)5 files modifiedsrc/application-service-appstore.c (+31/-7)
src/application-service.c (+1/-1)
src/application-service.xml (+6/-1)
src/dbus-shared.h (+1/-0)
src/indicator-application.c (+8/-6)
lp://staging/~ted/indicator-appmenu/indicator-application-api
- Indicator Applet Developers: Pending requested
-
Diff: 107 lines (+21/-12)1 file modifiedsrc/indicator-tracker.c (+21/-12)
Changed in indicator-appmenu: | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in libappindicator: | |
status: | New → Confirmed |
importance: | Undecided → High |
status: | Confirmed → In Progress |
Changed in indicator-application: | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: hud |
Changed in libappindicator: | |
status: | In Progress → Fix Committed |
milestone: | none → 0.4.90 |
Changed in libappindicator: | |
status: | Fix Committed → Fix Released |
Changed in indicator-application: | |
status: | Confirmed → In Progress |
Changed in indicator-appmenu: | |
status: | Confirmed → In Progress |
Changed in indicator-application: | |
status: | In Progress → Fix Committed |
milestone: | none → 0.4.90 |
Changed in indicator-application: | |
status: | Fix Committed → Fix Released |
Changed in indicator-appmenu: | |
status: | In Progress → Fix Released |
milestone: | none → 0.3.90 |
To post a comment you must log in.