energye / energy

Energy is a framework developed by Go language based on CEF (Chromium Embedded Framework) for developing cross-platform desktop applications for Windows, Mac OS X, and Linux

Home Page:https://energy.yanghy.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux cannot input Chinese Bug

sxmxta opened this issue · comments

commented

can't input Chinese in linux, this problem exists in the upstream, and I will also try to solve this problem

commented

A fix is expected in the next release

commented

From to 1.109.1.16
Rectify the co-existence problem of GTK2 and GTK3 in linux and the failure to enter Chinese
In Linux, the CEF ViewsFramework (VF) window component is used by default
Windows and MacOSX use the LCL window component by default
In GO, VF components and LCL components can be used by parameter configuration
Note that VF window components cannot use any component of LCL