From eda45cc25221f2bfb8a41fa9c6bdf48f661da8f4 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Mon, 1 Dec 2025 14:23:14 -0700 Subject: [PATCH] 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 --- mkosi.conf.d/99-packages-debug.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkosi.conf.d/99-packages-debug.conf b/mkosi.conf.d/99-packages-debug.conf index 2338969..d78aa4e 100644 --- a/mkosi.conf.d/99-packages-debug.conf +++ b/mkosi.conf.d/99-packages-debug.conf @@ -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