From a5024b35f61cf58c01a0731b9d1ca8adf872b0a8 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sat, 2 May 2026 20:23:21 +0300 Subject: Fix Chrome notifications not matching due to space vs hyphen in app name Normalize separators (hyphens, spaces, underscores) during pattern matching so that Chrome's app_name "Google Chrome" matches KWin's desktopFile "google-chrome". --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index b35a84c..d5bab30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "plasma-task-manager-notifications" -version = "0.1.0" +version = "0.1.1" dependencies = [ "env_logger", "libc", -- cgit v1.2.3