mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
093f3632d2
When Qt cannot resolve a notification icon name (e.g. "audio-headset" from Blueman) because the icon theme is not properly configured, the IconImageProvider returns a purple/black checkerboard missingPixmap. Check icon existence via ThemeIcons.iconExists() before returning the image:// URI, so NImageRounded displays its fallback icon instead.