Remove libcanberra caching as it overrides theme selection

With the cache enabled chaging the theme still plays the old sound file
This commit is contained in:
Kovid Goyal
2024-08-03 12:19:13 +05:30
parent e66e6452a5
commit a376840e78

View File

@@ -187,7 +187,6 @@ play_current_sound(void) {
which_type, e.which_sound,
"event.description", e.event_id,
"media.role", e.media_role,
"canberra.cache-control", "permanent",
"canberra.xdg-theme.name", e.theme_name,
NULL
);