@@ -14,14 +14,26 @@ Bugs and enhancement can be filed to:
1414 * [ GitHub] ( https://github.com/chewing/ibus-chewing/issues )
1515
1616
17- ibus-chewing releases can be verified with the following [ minisign] [ ] public key
17+ ibus-chewing releases can be verified with the following OpenPGP public key
18+
19+ &emsp ; [ 083B3CAB64267E5BAB7159673EF0C673DADCC30C] [ pgp_key ] Libchewing Signing Key < ; release@chewing.im > ;
20+
21+ or the following [ minisign] [ ] public key
22+
23+ &emsp ; RWRzJFnXiLZleAyCIv1talBjyRewelcy9gzYQq9pd3SKSFBPoy57sf5s
1824
1925 RWRzJFnXiLZleAyCIv1talBjyRewelcy9gzYQq9pd3SKSFBPoy57sf5s
2026
2127For example, to verify the 2.0.0 release
2228
23- minisign -Vm ibus-chewing-2.0.0-Source.tar.xz -P RWRzJFnXiLZleAyCIv1talBjyRewelcy9gzYQq9pd3SKSFBPoy57sf5s
29+ gpgv ibus-chewing-2.1.7.tar.xz.asc ibus-chewing-2.1.7.tar.xz
30+
31+ or
2432
33+ minisign -Vm ibus-chewing-2.1.7.tar.xz \
34+ -P RWRzJFnXiLZleAyCIv1talBjyRewelcy9gzYQq9pd3SKSFBPoy57sf5s
35+
36+ [ pgp_key ] : https://chewing.im/.well-known/openpgpkey/hu/y84sdmnksfqswe7fxf5mzjg53tbdz8f5?l=release
2537[ minisign ] : https://jedisct1.github.io/minisign/
2638
2739# Development
@@ -33,20 +45,14 @@ contribute, please install clang-format and set the git pre-commit hook by:
3345ln -s ../../pre-commit .git/hooks/pre-commit
3446```
3547
36- ## For debugging ibus-chewing
48+ ## Debug ibus-chewing
3749
38- 1 . Quit existing ibus-daemon
39- * By right click on IBus systray icon, then quit, or
40- * kill the process, or
41- * with command: `ibus exit`
50+ Run ibus-chewing in command line with verbose debug logging:
4251
43- 2 . Edit ` /usr/share /ibus/component/ chewing.xml ` , add ` -v 7 ` to turn verbose level 7
52+ G_MESSAGES_DEBUG=ibus-chewing /usr/libexec /ibus-engine- chewing -v 4
4453
45- 3 . Run ibus-daemon in command line with following command:
46- ```
47- export G_MESSAGES_DEBUG=all
48- ibus-daemon -rvx
49- ```
54+ This will temporarily replace the current ibus-chewing engine with
55+ the one launched from the command line.
5056
5157# Translation
5258
0 commit comments