nixpkgs/pkgs/os-specific/linux/anbox
Samuel Dionne-Riel 73767bb345
anbox: fix WM_CLASS
SDL defaults to reading the executable from the running app

 - 64724db0a1/src/video/x11/SDL_x11video.c (L69-L71)

Which in turn gives this from xprop:

```
WM_CLASS(STRING) = ".anbox-wrapped", ".anbox-wrapped"
```

Meaning that any special casing a window manager does will be broken.

This will also fallback correctly on Wayland:

 - d956636c85/src/video/wayland/SDL_waylandvideo.c (L93-L99)
2023-09-04 08:51:54 +02:00
..
0001-NixOS-Use-anbox-from-PATH-in-desktop-files.patch anbox: ensure .desktop files use a correct anbox 2023-09-04 08:51:54 +02:00
default.nix anbox: fix WM_CLASS 2023-09-04 08:51:54 +02:00