Linuxfb Keymap FR
Unsolved
General and Desktop
-
Hi,
I'm developing an application running in the linuxfb platform on my target which is an Ubuntu Server installed and configured in french. The Ubuntu server uses the French keyboard correctly.
In my application, the issue is the english keyboard is use instead of french. The call "QApplication::inputMethod()->locale().language()" return "QLocale::C" instead "QLocale::French". I tried to force QLocale with "app.inputMethod()->locale().setDefault(QLocale::French);" but it doesn't work : "QLocale::C" is always returned.
Do know what is best way to run my application in linuxfb platform with French keyboard ?