Installation¶
Here are the guides to download and install UI Editor appropriate for your platform:
Windows¶
Navigate to https://pro.lvgl.io/#download and press the [Download] button and save the resulting image to your workstation. Then execute the downloaded installer to install UI Editor.
Troubleshooting¶
Linux¶
Installing UI Editor on Linux is as simple as downloading the AppImage, making it
executable (chmod +x LVGLPro.AppImage
), and running it.
Troubleshooting¶
Launching on Linux¶
- Problem:
Some users have experienced trouble launching UI Editor on some Linux
distributions. If you double click the
.AppImage
file and nothing happens, try running it from the terminal. If you see this error:(process:3943): Gtk-ERROR **: 11:45:01.301: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported Trace/breakpoint trap (core dumped)
- Solution:
Specify the gtk version of the application with
--gtk-version=3
../path/to/editor.AppImage --gtk-version=3