BAMF gets confused with StartupWMClass and multiple WM_CLASSes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BAMF |
New
|
Undecided
|
Unassigned |
Bug Description
Given a window with multiple WM_CLASSes, .desktop launchers will often trigger a notify event by binary match even if their StartupWMClass hint is not matched.
To reproduce, put the following .desktop launchers in ~/.local/
[Desktop Entry]
Name=Foo
Exec=
Type=
StartupNoti
StartupWMCl
[Desktop Entry]
Name=Bar
Exec=
Type=
StartupNoti
StartupWMCl
Pin both to the Unity launcher, and click Foo to launch.
The desired effect is that only Foo launcher should pulsate. Currently, both Foo and Bar do.