-
-
Notifications
You must be signed in to change notification settings - Fork 39
QT_QPA_PLATFORM
Linux users can assign qpa platform to run UBA.
Go to UBA home folder:
cd UniqueBible
To assign xcb as QT_QPA_PLATFORM:
touch use_xcb
To assign wayland as QT_QPA_PLATFORM:
touch use_wayland
To assign vnc as QT_QPA_PLATFORM:
touch use_vnc
Priorities as follow:
- vnc
- wayland
- xcb
That's mean if all three files 'use_xcb', 'use_wayland' and 'use_vnc' exist, UBA use vnc.
For Chrome OS / Chrome OS Flex users, UBA assign xcb to QT_QPA_PLATFORM by default.
You can override this by creating a file mentioned above.
For example, to use wayland to run UBA on Chrome OS / Chrome OS Flex,
touch use_wayland
There is a known issue that assigning 'wayland' to QT_QPA_PLATFORM on touchscreen devices causes UBA main window opens and closes unexpectedly.
Therefore, use xcb instead on touchscreen devices.
For non-touchscreen users, read https://github.com/eliranwong/ChromeOSLinux/blob/main/display/wayland.md