File: README

package info (click to toggle)
ibus-array 0.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,432 kB
  • sloc: ansic: 1,060; python: 279; sed: 6; makefile: 5; sh: 1
file content (12 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
ibus-array
This is a Array 30 engine for iBus.

The source code can be obtained from:
    https://github.com/lexical/ibus-array

To test your contribution locally
1. Make sure `ibus-array` is working before your changes.
2. Locate the working installation of `ibus-array` (likely under `/usr`).
3. Use `meson build --prefix` to specify where `meson install` copies your custom build to.
4. `cd build && meson compile` and `meeson install` your changes, make sure it overwrites existing installation.
5. `kill` and restart `ibus-daemon --xim`.