Because inscript2 will be the new default, see: https://fedoraproject.org/wiki/Changes/Enhanced_Inscript_as_default_Indic_IM
In the output of /usr/libexec/ibus-engine-m17n --xml currently the inscript engines have rank 2 and the inscript engines have only rank 1. Would it be OK to raise the rank of all inscript2 engines to rank 3?
mfabian@taka:/local/mfabian/src/ibus-m17n (release-candidate-1.4.6) $ git show f7687774524e942035f21fff6af155242e210088 commit f7687774524e942035f21fff6af155242e210088 Author: Mike FABIAN <mfabian> Date: Thu Jul 15 16:36:18 2021 +0200 Make inscript2 engines rank higher than inscript engines Resolves: rhbz#1982546 https://bugzilla.redhat.com/show_bug.cgi?id=1982546 diff --git a/src/default.xml b/src/default.xml index b8ab8e0..5a53afd 100644 --- a/src/default.xml +++ b/src/default.xml @@ -178,6 +178,12 @@ <name>m17n:te:inscript</name> <rank>2</rank> </engine> + <!-- Assign higher rank to all inscript2 engines since + they should be preferred over the inscript engines. --> + <engine> + <name>m17n:*:inscript2</name> + <rank>3</rank> + </engine> <!-- Assign lower rank to Sinhala Samanala since it is a non-keyboard input method in Sinhala. --> <engine>
Created attachment 1802267 [details] ibus-setup-before-increasing-rank-of-inscript2.png Screenshot of ibus-setup adding Hindi input methods *before* increasing the rank of inscript2 input methods.
Created attachment 1802268 [details] ibus-setup-after-increasing-rank-of-inscript2.png Screenshot of ibus-setup adding Hindi input methods *after* increasing the rank of inscript2 input methods.
FEDORA-2021-eef794b811 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-eef794b811
FEDORA-2021-0996be6605 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-0996be6605
FEDORA-2021-254d841b11 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-254d841b11
FEDORA-2021-254d841b11 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-0996be6605 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-0996be6605` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-0996be6605 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-eef794b811 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-eef794b811` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-eef794b811 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-0996be6605 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-eef794b811 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.