mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-01 07:05:48 +00:00

window_patterns.json used for app in store, and it return cn.google.chrome, whcih is not installed. So, it means that identifyWindowByRule may return a invalid appinfo. Return nullptr if it's invalid appinfo. implement DesktopInfo::isInstalled, and use std::copy instead of raw loop log: fix identifyWindowByRule return a invalid appinfo