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

v1.107.1.11 later, Linux Bug, GTK2 and GTK3 coexist

sxmxta opened this issue · comments

v1.107.1.11, failed to start properly under linux due to the co-existence of GTK2 and GTK3, which required an upstream fix to resolve.

You can install the previous version of the environment by command

energy install -v=v1.106.1.1 .
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