indicator-keyboard suppresses IBus candidate window
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Indicator keyboard |
Fix Released
|
High
|
William Hua | |
| ibus (Ubuntu) |
High
|
Aron Xu | ||
| indicator-keyboard (Ubuntu) |
High
|
William Hua |
Bug Description
Indicator-keyboard replaces the IBus panel service in order to show IBus engine properties. This causes a regression where the candidate window and engine panel no longer appears.
Related branches
- Sebastien Bacher: Approve on 2014-03-28
- Charles Kerr: Pending requested 2014-03-28
- PS Jenkins bot: Pending (continuous-integration) requested 2014-03-28
-
Diff: 202 lines (+88/-15)5 files modifieddebian/control (+1/-0)
lib/Makefile.am (+1/-0)
lib/ibus-panel.vala (+26/-0)
lib/main.vala (+55/-10)
po/indicator-keyboard.pot (+5/-5)
Changed in indicator-keyboard (Ubuntu): | |
status: | New → In Progress |
assignee: | nobody → William Hua (attente) |
William Hua (attente) wrote : | #1 |
The attachment "ibus_1.
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issue please contact him.]
tags: | added: patch |
Sebastien Bacher (seb128) wrote : | #3 |
Thanks William!
Aron, could you review the ibus changes (and sponsor if it you are fine with those)
Changed in ibus (Ubuntu): | |
importance: | Undecided → High |
status: | New → In Progress |
Changed in indicator-keyboard (Ubuntu): | |
importance: | Undecided → High |
Changed in ibus (Ubuntu): | |
assignee: | nobody → Aron Xu (happyaron) |
Changed in ibus (Ubuntu): | |
status: | In Progress → Fix Committed |
Launchpad Janitor (janitor) wrote : | #4 |
This bug was fixed in the package ibus - 1.5.5-1ubuntu3
---------------
ibus (1.5.5-1ubuntu3) trusty; urgency=medium
* debian/
- Augment the panel service D-Bus interface so that external consumers can
detect when the panel service properties are changed. (LP: #1290881)
-- William Hua <email address hidden> Wed, 19 Mar 2014 14:08:29 +1300
Changed in ibus (Ubuntu): | |
status: | Fix Committed → Fix Released |
Launchpad Janitor (janitor) wrote : | #5 |
This bug was fixed in the package indicator-keyboard - 0.0.0+14.
---------------
indicator-keyboard (0.0.0+
[ William Hua ]
* Use Ubuntu-specific IBus D-Bus API so that we don't have to replace
the old IBus panel service in order to inspect and activate IBus
engine properties. (LP: #1290881)
-- Ubuntu daily release <email address hidden> Fri, 28 Mar 2014 14:59:09 +0000
Changed in indicator-keyboard (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in indicator-keyboard: | |
status: | In Progress → Fix Released |
This patch augments the IBus panel service D-Bus API so that indicator-keyboard can properly inspect and activate engine properties without replacing the default panel service.