tildearrow / furnace

a multi-system chiptune tracker compatible with DefleMask modules
GNU General Public License v2.0
2.08k stars 188 forks source link

Fix wayland icon with SDL_VIDEO_WAYLAND_WMCLASS #1930

Closed ColinKinloch closed 1 month ago

ColinKinloch commented 1 month ago

This is used by SDL to set the xdg_toplevel app_id.

Screenshot from 2024-06-04 11-15-55

ColinKinloch commented 1 month ago

It's an environment variable in SDL2 unfortunately. It'll be changed to a hint in SDL3. https://github.com/libsdl-org/SDL/blob/6da5242535697e7071d6d8d0ccda0a5e22feb400/src/video/wayland/SDL_waylandvideo.c#L98