-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
feat(linux): use new km_core_keyboard_load_from_blob API method 🎼 #12683
Conversation
User Test ResultsTest specification and instructions Test Artifacts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
linux/ibus-keyman/src/engine.c
Outdated
fseek(kmx_file, 0, SEEK_END); | ||
long length = ftell(kmx_file); | ||
fseek(kmx_file, 0, SEEK_SET); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No error checking?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok ok. Done 😄
Test ResultsI tested this issue with the attached keyman 18.0.138-alpha (package version
|
Fixes: #12498
User Testing
TEST_WORKS: Keyman keyboards should still work as before, i.e. switch to a Keyman keyboard and verify that it behaves as expected.