-
Notifications
You must be signed in to change notification settings - Fork 359
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
Adding dbus interface for loading locale keyboards #6093
base: main
Are you sure you want to change the base?
Adding dbus interface for loading locale keyboards #6093
Conversation
7d20779
to
7e0b385
Compare
7e0b385
to
879695c
Compare
Hello @adamkankovsky! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2025-01-23 13:22:16 UTC |
879695c
to
84b7321
Compare
84b7321
to
b14b523
Compare
Also we shouldn't forget about localization of the layouts We can resolve on the UI side or provide a separate API for that. Something like |
b14b523
to
5847497
Compare
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.
Thanks a lot for this improvement! I would like to know what do you think about the notes below before setting ACK.
5847497
to
f722550
Compare
f722550
to
d5bf365
Compare
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.
Looks good to me.
I just wonder how we are going to resolve the localization? Will that be DBus API or a UI code?
/kickstart-test --testtype smoke |
d5bf365
to
efd8ae2
Compare
efd8ae2
to
1e474e6
Compare
Xkb_ = lambda x: gettext.translation("xkeyboard-config", fallback=True).gettext(x) | ||
iso_ = lambda x: gettext.translation("iso_639", fallback=True).gettext(x) |
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.
I guess these needs to be used somewhere?
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.
Yes I know, this is just a change to debug the WebUI where the localization is removed
6fa12ad
to
82f4add
Compare
82f4add
to
0931690
Compare
0931690
to
fb322bc
Compare
fb322bc
to
416a225
Compare
416a225
to
b6c76d3
Compare
b6c76d3
to
2636605
Compare
2636605
to
02cfc02
Compare
02cfc02
to
7e7e182
Compare
7e7e182
to
49d125b
Compare
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.
Looks great to me now. Thanks!
/kickstart-test --testtype smoke |
/kickstart-test --testtype keyboard |
Adding dbus interface for loading locale keyboards Remove duplicate function and migrate to localization one
49d125b
to
468c9ad
Compare
/kickstart-test --testtype smoke |
/build-image --boot.iso |
Images built based on commit 468c9ad:
Download the images from the bottom of the job status page. |
/kickstart-test reboot-initial-setup-tui |
No description provided.