Skip to content

Commit a4f7937

Browse files
authored
[Dist] set the correct WM Class in the flatpak Desktop Entry (#4181)
* [Dist] set the correct WM Class in the flatpak Desktop Entry * [Dist] Set `SingleMainWindow` in the flatpak Desktop Entry This hints to the DE that the application only supports one "main" window. In GNOME, this prevents the DE adding a useless "New Window" button.
1 parent d7e42b2 commit a4f7937

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flatpak/com.heroicgameslauncher.hgl.desktop

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
Name=Heroic Games Launcher
33
Exec=heroic-run --ozone-platform-hint=auto %u
44
Terminal=false
5+
SingleMainWindow=true
56
Type=Application
67
Icon=com.heroicgameslauncher.hgl
7-
StartupWMClass=Heroic
8+
StartupWMClass=heroic
89
Comment=An Open Source Launcher for GOG, Epic Games and Amazon Games
910
Comment[de]=Ein OSS-Spielelauncher für GOG, Epic Games und Amazon Games
1011
Comment[pl]=Otwartoźródłowy launcher dla GOG, Epic Games i Amazon Games

0 commit comments

Comments
 (0)