fix(kugetsu-index): call kugetsu_add_notification from bash instead of os.system() #169

Merged
shoko merged 1 commits from fix/issue-167-notification-bash into main 2026-04-06 02:35:37 +02:00

1 Commits

Author SHA1 Message Date
shokollm
796e1fe454 fix(kugetsu-index): call kugetsu_add_notification from bash instead of os.system()
os.system() spawns a new subprocess that cannot access bash functions.
Now calling kugetsu_add_notification directly from bash after Python updates JSON.

Fixes #167
2026-04-06 00:33:35 +00:00