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

Case sensitivity issues in handing IBusConfig value-changed #24

Open
bjj opened this issue Apr 29, 2022 · 0 comments
Open

Case sensitivity issues in handing IBusConfig value-changed #24

bjj opened this issue Apr 29, 2022 · 0 comments

Comments

@bjj
Copy link

bjj commented Apr 29, 2022

if (m_section != section)

IBusConfig sections are case-insensitive (inherited from dconf?) and value-changed always reports section names in all lowercase.

The linked line of code does a case-sensitive compare of the "section", and it believes its section is "engine/Pinyin" so it ignores value-changed events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant