aui
aui copied to clipboard
Can't launch example_app with adw1 backend on Ubuntu
What happened?
AUI_PA=adw1 ./example_app can't find libadwaita-1.so, however, it is present on Ubuntu.
Steps to reproduce
AUI_PA=adw1 ./example_app
Affected Platforms
Linux
Link to build, i.e. failing GitHub Action job (if any).
No response
Additional notes:
- the error indicates to check
AUI_PAvariable. It would be nice ifIPlatformAbstractionwould have printed an[INFO] environment variable AUI_PA is set to "adw1" - Desktop environment it detected not just
GNOME, it'subuntu:GNOME, which (1) means we need to usedesktopEnvironment.contains("GNOME")instead ofdesktopEnvironment == "GNOME"and (2) might be useful to apply specific behavior on Ubuntu's version of GNOME.