Closed a6754z closed 3 days ago
你是不是用root权限启动了? did you start by root?
你是不是用root权限启动了?
是的 Yes
你是不是用root权限启动了?
是的
输入法不是root权限的 root权限的程序没法加载非root权限的输入法
A program with root privileges cannot load input methods whitch do not had root privileges
@yangjieshao @a6754z any chance to translate it to ebglish as well?
你是不是用root权限启动了?
是的
输入法不是root权限的 root权限的程序没法加载非root权限的输入法
A program with root privileges cannot load input methods whitch do not had root privileges
确实是这个原因,非常感谢!
Yes. That's indeed the reason. After change to start the application with non-root privilege, I can enter the Chinese in textbox. Thanks a lot!
Describe the bug
Cannot change input method to Chinese and input Chinese in a textbox defined like below on Kylin V10, But works fine on Windows. The default font has been installed on the system and can be displayed correctly.
<TextBox x:Name="txtDesc" Margin="10,0,0,0" FontFamily="{DynamicResource DefaultFont}" FontSize="{DynamicResource DefaultFontSize}" Grid.Column="1" Height="220" VerticalAlignment="Top" AcceptsReturn="True" TextWrapping="Wrap" Text="{Binding Description}" Watermark="{x:Static resx:Resource.IDS_PROBLEM_REPORT_PLACE_HOLDER}"/>
I also tried the solution for the issue https://github.com/AvaloniaUI/Avalonia/issues/6155, but still not work.
To Reproduce
Run a applicaiton with textboxes on Kylin V10.
Expected behavior
Can change input method to Chinese and input Chinese in the Textbox.
Avalonia version
11.0.10
OS
Linux
Additional context
No response