AEP Desktop — Linux runtime requirements
=========================================
The AEP desktop app uses pywebview, which requires GTK and WebKit2GTK.
Install the following system packages before running:

  sudo apt-get install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-webkit2-4.1

On Ubuntu 22.04 use gir1.2-webkit2-4.0 instead of gir1.2-webkit2-4.1.
On Fedora/RHEL: webkit2gtk4.1-devel gobject-introspection
On Arch Linux: webkit2gtk-4.1 python-gobject
