Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Steam IM input methods #437

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

bigsaltyfishes
Copy link

@bigsaltyfishes bigsaltyfishes commented Oct 30, 2024

Closes #364
Add support for Chinese Pinyin, Japanese, Korean input methods.

As for Traditional Chinese input methods, ibus-engines.table-chinese in nixpkgs not working properly, so not adding support for it in this PR (SteamOS is using patched/updated version of it)


nativeBuildInputs = [
extra-cmake-modules
wrapGAppsHook3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think any of the hooks should be necessary, given it's just a library.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right. I should check docs first. I'll remove them later.

@K900
Copy link
Contributor

K900 commented Oct 30, 2024

Big thanks for doing this! I was hoping someone with actual CJK IME experience would come around and help us here eventually, and you did. I left one somewhat nitpicky comment and I'll look at the code a bit closer later.

@samueldr samueldr added 1. type: bug Something isn't working 2. priority: 1. high 2. topic: system integration About our integration of Steam stuff within NixOS 1. type: Enhancement Contributes a new feature, or a new package labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. type: bug Something isn't working 1. type: Enhancement Contributes a new feature, or a new package 2. priority: 1. high 2. topic: system integration About our integration of Steam stuff within NixOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Steam IM Support (Missing packages)
3 participants