Coelacanthus@lemmy.kde.socialtoLinux@lemmy.ml•Split-/usr on Linux became so broken, that even Gentoo maintainers decided they can't fix it
1·
5 months agodeleted by creator
deleted by creator
So use Fcitx 5 Android instead. It’s a open source IME application without requesting any permission except Notification, especially without network permission.
https://github.com/fcitx5-android/fcitx5-android
zsh, because of highly customizable.
In my opinion, that’s because X11 lacks proper abstract for many things like screenshot, screencast, color managerment and etc, so the applications have to use many X11 implementation details to implement these features. It leads to high-coupling code with X11 so move their code to wayland and ensuring it works correctly and is consistent with the old behavior is difficult.