-
Notifications
You must be signed in to change notification settings - Fork 19
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
"xkbcommon: ERROR: couldn't find a Compose file for locale" on app launch #91
Comments
Continuing the conversation from #53: @swift-kim, @bbrto21, I have run a .NET app on my TM1 and got the error in the dlog:
The log does not appear when I run native or web apps, so it seems to be a problem with .NET runtime. |
I'm part of the .NET runtime team. I'll ask one of my colleagues first. 😉 |
I submitted an error report: https://github.sec.samsung.net/dotnet/home/issues/403 (intenal GitHub) |
We may filter out this error message by simply adding a filter in the log reader. 😎 (Adding a new if statement between line 626-629: https://github.com/flutter-tizen/flutter-tizen/blob/f0ad603ef30f811b99510e07a6eeed25f950459b/lib/tizen_device.dart#L627) |
It seems that this is no longer an issue we need to handle. how about closing this issue? |
flutter-tizen/flutter-tizen#131 work arounds this issue. |
We have received the following message about this behavior, from C# runtime team:
A patch for this problem has already been merged to
@swift-kim, it seems, that the problem has been fixed in |
This issue has been reported in #53:
Reproduction by @bbrto21:
dlog
output:The text was updated successfully, but these errors were encountered: