Pre-install runtime dependencies of aa-notify to make it work

Otherwise it's broken, and debugging AppArmor issues becomes difficult.
Its dependencies are optional on Arch, so we need to manually add them.

Fixes #437
Fixes #419
This commit is contained in:
Nate Graham
2025-12-01 14:23:14 -07:00
parent c8d5782fff
commit eda45cc252

View File

@@ -3,3 +3,7 @@
[Content]
Packages=strace
python-gobject # runtime dependency of aa-notify
python-notify2 # runtime dependency of aa-notify
python-psutil # runtime dependency of aa-notify
tk # runtime dependency of aa-notify