From Fedora Project Wiki
(Change submitted to FESCo)
(Change approved by FESCo)
Line 25: Line 25:


== Current status ==
== Current status ==
[[Category:ChangeReadyForFesco]]
[[Category:ChangeAcceptedF34]]
<!-- When your change proposal page is completed and ready for review and announcement -->
<!-- When your change proposal page is completed and ready for review and announcement -->
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler -->
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler -->

Revision as of 19:53, 15 January 2021


IBus 1.5.24

Summary

IBus will use the mmap(2) feature to show emoji and Unicode tables in order to reduce the physical memory usage.

Owner

Current status

  • Targeted release: Fedora 34
  • Last updated: 2021-01-15
  • FESCo issue: #2542
  • Tracker bug: <will be assigned by the Wrangler>
  • Release notes tracker: <will be assigned by the Wrangler>

Detailed Description

Currently IBus disables the emoji and Unicode features in some system users likes gdm, liveuser, gnome-initial-setup not to exhaust the limited memory usage with LiveDVD. The emoji data requires about 10MB and the Unicode data requires about 15MB and the total 25MB is required roughly to show the tables. The Fedora testers ask to test the emoji feature and Unicode feature in LiveDVD and the next IBus will use mmap to be available the emoji and Unicode data with liveuser.

Feedback

Fedora I18N testers asks to test the emoji and Unicode data without installing Fedora to disc.

Benefit to Fedora

IBus will reduce the physical memory usage to load the emoji and Unicode data per user.

Scope

  • Proposal owners:
  • Other developers: N/A
  • Release engineering: #9935 (a check of an impact with Release Engineering is needed)
  • Policies and guidelines: N/A
  • Trademark approval: N/A
  • Alignment with Objectives:

Upgrade/compatibility impact

About 25MB free disc space will be needed.

How To Test

  1. Run Fedora LiveDVD and log into the Fedora desktop
  2. Run gnome-control-center region and add both XKB and input method sources. E.g. "English (US)" and "Hangul"
  3. Enable an XKB source with mouse or Super-space shortcut key. E.g. "English (US)"
  4. Type Ctrl-Shift-e, "smile", space, and Enter key.

U+1F603 is output.


User Experience

The physical memory usage will be reduced.

Dependencies

N/A

Contingency Plan

  • Contingency mechanism: Revert the change to IBus.
  • Contingency deadline: Beta release
  • Blocks release? No
  • Blocks product? None

Documentation

TBD

Release Notes