Skip to content

Dynamically override engine information when ibus is started

Koala Yeung requested to merge feat/engines-info into main
  • Added support to additional commands:

    • /usr/lib/ibus-cangjie/ibus-engine-cangjie --engines-info cangjie
    • /usr/lib/ibus-cangjie/ibus-engine-cangjie --engines-info quick
    • /usr/lib/ibus-cangjie/ibus-engine-cangjie --engines-info
  • Rewrite the <engines> section of both quick's and cangjie's component XML to use the exec attribute with the new commands to dynamically inject engine informations

  • TODO: Use gettext for proper translations.

Merge request reports