Skip to content
Commit 1e6180d8 authored by Mladen Milinkovic's avatar Mladen Milinkovic
Browse files

Handle multiple desktop files with different StartupWMClass

Some system installed apps define common/default StartupWMClass in
system-installed .desktop file.

Application then create extra .desktop files in user's local
applications directory with additional (more specific) StartupWMClass
entry.

This patch will match specific window class (WM_CLASS instance name)
before matching common window class (WM_CLASS class name).

See: https://www.x.org/releases/X11R7.7/doc/xorg-docs/icccm/icccm.html#WM_CLASS_Property

BUG: 358277
parent 06ee4dee
Pipeline #247788 passed with stage
in 9 minutes and 15 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment