On 2022-07-24 11:42, Charles Plessy wrote:
gsettings get org.gnome.desktop.input-sources sources
[('ibus', 'mozc-jp'), ('xkb', 'jp'), ('xkb', 'ca+multix')]
I don't understand from where it gets AZERTY, but I may have a solution.
ibus-mozc 2.23.2815.102+dfsg-4, which you at least used when reporting
the issue, installs the /usr/share/ibus/component/mozc.xml file with
this line:
<layout>default</layout>
I changed that on my own machine to:
<layout>ca</layout>
<layout_variant>multix</layout_variant>
and it seemed to work. Optionally you can just change it to:
<layout>jp</layout>
Can you please test those suggestions and let us know if it makes a
difference for you.
--
Gunnar