-
Notifications
You must be signed in to change notification settings - Fork 257
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
GTK_IM_MODULE=cedilla doesn't work to get "ç" #670
Comments
If I created a test branch for you would you feel comfortable pulling down code and running it? I could try and reproduce your situation, but I think it's better if I fix what I think is the problem, and have you run a few tests to make sure it works. |
Yes, it shouldn't be a problem. |
Can you look at the code in #674 and test out to see if it fixes the problem? |
I confirm that the code in #674 works for me. |
good, code is merged into master now. If I don't put out 2.1.3 by January poke me. |
Describe the bug
Can't type <dead_acute><c> to get "ç" on us intl keyboard. I use
GTK_IM_MODULE=cedilla
to achieve that (otherwise I'd get a "ć").To Reproduce
Have a US intl keyboard configured. Use
GTK_IM_MODULE=cedilla
to get "ç" instead of "ć" when typing <dead_acute><c>. Type <dead_acute><c>.Expected behavior
Get a "ç".
Desktop (please complete the following information):
Additional context
It seems 1e89400 (fix for #78) causes this. There's also another aspect for this: if I start any application from terminator (such as a browser with some command line parameters), it also won't get the
GTK_IM_MODULE
env var and cedilla will be broken. For this reason, I'm not sure if terminator can go removing env vars like in this fix.The text was updated successfully, but these errors were encountered: