From Fedora Project Wiki
(Added Category:SystemWideChange)
(Deleted "(not a System Wide Change)")
Line 45: Line 45:
# Implement to load compose tables in libibus.so
# Implement to load compose tables in libibus.so


* Other developers: N/A (not a System Wide Change) <!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
* Other developers: N/A<!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
<!-- What work do other developers have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->
<!-- What work do other developers have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->


* Release engineering: N/A (not a System Wide Change)  <!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
* Release engineering: N/A<!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
<!-- Does this feature require coordination with release engineering (e.g. changes to installer image generation or update package delivery)?  Is a mass rebuid required?  If a rel-eng ticket exists, add a link here.  
<!-- Does this feature require coordination with release engineering (e.g. changes to installer image generation or update package delivery)?  Is a mass rebuid required?  If a rel-eng ticket exists, add a link here.  
Please work with releng prior to feature submission, and ensure that someone is on board to do any process development work and testing; don't just assume that a bullet point in a change puts someone else on the hook  -->
Please work with releng prior to feature submission, and ensure that someone is on board to do any process development work and testing; don't just assume that a bullet point in a change puts someone else on the hook  -->


* Policies and guidelines: N/A (not a System Wide Change) <!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
* Policies and guidelines: N/A<!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
<!-- Do the packaging guidelines or other documents need to be updated for this feature?  If so, does it need to happen before or after the implementation is done?  If a FPC ticket exists, add a link here. -->
<!-- Do the packaging guidelines or other documents need to be updated for this feature?  If so, does it need to happen before or after the implementation is done?  If a FPC ticket exists, add a link here. -->


Line 86: Line 86:
* Contingency mechanism: Just drop the features.
* Contingency mechanism: Just drop the features.
<!-- When is the last time the contingency mechanism can be put in place?  This will typically be the beta freeze. -->
<!-- When is the last time the contingency mechanism can be put in place?  This will typically be the beta freeze. -->
* Contingency deadline: N/A (not a System Wide Change)  <!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
* Contingency deadline: N/A<!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
<!-- Does finishing this feature block the release, or can we ship with the feature in incomplete state? -->
<!-- Does finishing this feature block the release, or can we ship with the feature in incomplete state? -->
* Blocks release? N/A (not a System Wide Change), No <!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
* Blocks release? No<!-- REQUIRED FOR SYSTEM WIDE CHANGES -->
* Blocks product? No <!-- Applicable for Changes that blocks specific product release/Fedora.next -->
* Blocks product? No <!-- Applicable for Changes that blocks specific product release/Fedora.next -->



Revision as of 06:51, 17 June 2015

IBus 1.6

Summary

IBus 1.6 will have the features of XKB prefix language icons on the panel in KDE 5 and support $HOME/.XCompose file in non-GNOME desktops.

Owner

  • Name: Takao Fujiwara
  • Email: tfujiwar [at] redhat [dot] com
  • Release notes owner:

Current status

  • Targeted release: Fedora 23
  • Last updated: 2015-06-12
  • Tracker bug: <will be assigned by the Wrangler>

Detailed Description

Plasma 5 (KDE) no longer support GtkStatusIcon and IBus provides the different icons between Plasma and other desktops. The current IBus shows a fixed IBus icon for any XKB layouts in Plasma desktop but IBus shows the XKB language prefix names on the icon in other desktops likes "EN" for "us" layout, "FR" for "fr" layout. IBus 1.6 will show the prefix names on the icon in Plasma 5 too.

The current IBus supports the compose tables of en_US, fi_FI and pt_BR and only and have the hard-coded tables in itself. IBus 1.6 will load /usr/share/X11/locale/$LOCALE/Compose with the current session locale dynamically and also load $HOME/.XCompose file for the customization.

Benefit to Fedora

XKB prefix icons are useful to distinguish XKB layouts when users switch IBus XKB engines. Some users requeste to support .XCompose file.

Scope

  • Proposal owners:
  1. Implement XKB prefix in IBus panel for Plasma 5.
  2. Implement to load compose tables in libibus.so
  • Other developers: N/A
  • Release engineering: N/A
  • Policies and guidelines: N/A
  • Trademark approval: N/A (not needed for this Change)

Upgrade/compatibility impact

If any users don't wish to load .XCompose file, the file needs to be renamed.

How To Test

  1. Log into Plasma 5 desktop
  2. Run ibus-daemon with im-chooser
  3. Run ibus-setup and load some XKB layout engines
  4. Enable a XKB engine


  1. Log into fi_FI.UTF-8 locale in non-GNOME desktop
  2. Run ibus-dameon with im-chooser
  3. Enable "fi" layout engine and fi_FI compose file is loaded
  4. Customize .XCompose file
  5. Restart ibus-daemon

User Experience

XKB prefix language names will be shown on the KDE panel. $HOME/.XCompose file can be used.

Dependencies

Contingency Plan

  • Contingency mechanism: Just drop the features.
  • Contingency deadline: N/A
  • Blocks release? No
  • Blocks product? No

Documentation

Release Notes