aui icon indicating copy to clipboard operation
aui copied to clipboard

Can't launch example_app with adw1 backend on Ubuntu

Open Alex2772 opened this issue 4 months ago • 1 comments

What happened?

AUI_PA=adw1 ./example_app can't find libadwaita-1.so, however, it is present on Ubuntu.

Image

Steps to reproduce

AUI_PA=adw1 ./example_app

Affected Platforms

Linux

Link to build, i.e. failing GitHub Action job (if any).

No response

Alex2772 avatar Sep 12 '25 14:09 Alex2772

Additional notes:

  • the error indicates to check AUI_PA variable. It would be nice if IPlatformAbstraction would have printed an [INFO] environment variable AUI_PA is set to "adw1"
  • Desktop environment it detected not just GNOME, it's ubuntu:GNOME, which (1) means we need to use desktopEnvironment.contains("GNOME") instead of desktopEnvironment == "GNOME" and (2) might be useful to apply specific behavior on Ubuntu's version of GNOME.

Alex2772 avatar Sep 12 '25 14:09 Alex2772