Weng Xuetian

Results 44 comments of Weng Xuetian

@Lafydev Hi fcitx developer here. I think the reason is not relevant to flatpak. New version of fcitx use IconPixmap to pass some of the icon. I briefly grep through...

Opened a issue in libayatana-appindicator https://github.com/AyatanaIndicators/libayatana-appindicator/issues/47

Ok, I found my issue is this kinds of guessing is done by post-processing of track. I tried to comment out everything in setTitle post processing so it solves some...

fcitx5, can you check the commit that I mentioned? basically from my understanding on the code, when icon pixmap is used, the code directly pass the pixmap to the actor,...

Personally I'd prefer LGPLv2. Thank you!

I personally prefer this to be implemented as a callback function. Fcitx implements such feature with system notification. ![image](https://github.com/chewing/libchewing/assets/259684/bc6c200f-af3a-4a88-9769-e36e699dbf4b) You could take a look at rime's API to have an...

no, only for notification since its data loading is async with multi threading so it has to be a callback, though somehow it’s also used for internal option change. Though...

@JohananLee 这纠结个啥,我要是在启动时的那次部署直接禁用了通知你不照样也不知道 ´_>` ……只要不是 fullcheck 理应在你注意到之前就完事了

我主要的意见是 chewing 的 API 设计和按键处理上。So 显然 ibus-chewing 在 chewing_handle 系列的 API 上再铺了一层自己的代码处理候选词列表。这种代码的写法就是只能假定 libchewing 不会改变 chewing_handle_{Left,Right,Up,Down} 的行为。 实质上是将 ibus-chewing 的实现和 libchewing 的按键逻辑进行了强绑定 举个例子,libchewing 如果某天决定自己增加 API 改变某个 handle_XXX 的行为,engine 里写的这些逻辑将直接受到影响 而且,因为候选词光标目前只是 ibus...

> Thanks to this issue, I figured out this annoying problem of pop-up window not showing in `dialect` and `apostrophe`....now I have to deal with the annoying notification, thank you...