Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Development Resources

Jerin Philip edited this page Aug 21, 2023 · 1 revision

This page aggregates and organizes links and resources during the course of development for the author's future reference.

IBus

Main documentation of IBUS API is at:

However, most of the ibus code here is based on the following C++ adaptation.

The CMakeLists based install is adopted from https://github.com/varnamproject/libvarnam-ibus

  • Gnome has first-class support for iBus now, which makes bunch of commands like ibus-setup etc pointless. I have discovered inorder to get entries to refresh on the GNOME UI I have to restart a session, which is a bit cumbersome. This is not required, restarting deamon seems to be enough.
Clone this wiki locally