| Summary: | Sound applet shows wrong icon for chromium-based browsers | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma-pa | Reporter: | Patrick Silva <bugseforuns> |
| Component: | applet | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.7.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | screenshot | ||
|
Description
Patrick Silva
2016-08-25 21:36:26 UTC
Created attachment 100761 [details]
screenshot
That's because chromium browsers sets following properties to streams: application.icon_name = "chromium-browser" application.name = "Chromium" application.process.binary = "qupzilla" (or opera, vivaldi, ...) module-stream-restore.id = "sink-input-by-application-name:Chromium" Sound applet prefers the icon_name entry and that's why it displays chromium icon. I won't make special case for those browsers. |