mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
On some Linux desktops, we get extra icons in the application dock. This happens because the dock doesn't know the "class" of the application. We need to add StartupWMClass=xxx lines, where xxx is the name associated with the application. This patch addresses the following issue: https://gitlab.com/kicad/packaging/kicad-ubuntu-builder/kicad-daily-package/-/issues/30 While it was written against Ubuntu, it also affects Fedora, and probably other Linux systems too. (cherry picked from commit e8e25fd732586105adc63fdf53a0e94bcfeeac0d)