-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Canadian French keyboard is offered after selecting Canadian English #828
Comments
This seems to be correct. We set the layout as default whose name matches with the user chosen country here: installer/src/Views/KeyboardLayoutView.vala Lines 169 to 188 in 4ad60d9
And looking at <layout>
<configItem>
<name>ca</name> ←Current Layout
<!-- Keyboard indicator for French layouts -->
<shortDescription>fr</shortDescription>
<description>French (Canada)</description>
<countryList>
<iso3166Id>CA</iso3166Id>
</countryList>
<languageList>
<iso639Id>fra</iso639Id>
</languageList>
</configItem>
<variantList>
<variant>
<configItem>
<name>fr-dvorak</name>
<!-- Keyboard indicator for French layouts -->
<shortDescription>fr</shortDescription>
<description>French (Canada, Dvorak)</description>
</configItem>
</variant>
<variant>
<configItem>
<name>fr-legacy</name>
<!-- Keyboard indicator for French layouts -->
<shortDescription>fr</shortDescription>
<description>French (Canada, legacy)</description>
</configItem>
</variant>
<variant>
<configItem>
<name>multix</name>
<description>Canadian (CSA)</description>
</configItem>
</variant>
<variant>
<configItem>
<name>eng</name> ←Expected Layout
<!-- Keyboard indicator for English layouts -->
<shortDescription>en</shortDescription>
<description>English (Canada)</description>
<languageList>
<iso639Id>eng</iso639Id>
</languageList>
</configItem>
</variant>
<variant>
<configItem>
<name>ike</name>
<!-- Keyboard indicator for Inuktikut layouts -->
<shortDescription>ike</shortDescription>
<description>Inuktitut</description>
<languageList>
<iso639Id>iku</iso639Id>
</languageList>
</configItem>
</variant>
</variantList>
</layout> |
What Happened?
When I install the Sponsor RC for eOS 8, I select Canadian English and then I'm offered the French Canadian keyboard (likely because it's the only Canadian keyboard)
Steps to Reproduce
Expected Behavior
OS Version
8.x (Early Access)
Session Type
Classic Session (X11, This is the default)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered: