mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
f3286cb571
- due to the change to the rDNS-based filename some window managers like
Cinnamon can't find the according desktop file for scummvm's
application window anymore
- this causes some unwanted behavior (e.g. not using the correct icons
in the task switcher)
- before commit f683b9b916
the mapping
worked by matching the WM_CLASS property of the scummvm window to
the filename of the desktop file
- this patch sets the StartupWMClass property in the .desktop file to
the name of scummvm's WM_CLASS X property which will allow a proper
mapping
- the WM_CLASS property is set by SDL to the base name of ScummVM binary.
17 lines
565 B
Desktop File
17 lines
565 B
Desktop File
[Desktop Entry]
|
|
Name=ScummVM
|
|
Comment=Interpreter for numerous adventure games and RPGs
|
|
Comment[pl]=Interpreter graficznych gier przygodowych
|
|
Comment[sv]=Tolk för flera äventyrsspel
|
|
Comment[he]=פרשן למספר משחקי הרפתקאות
|
|
Comment[de]=Interpreter für zahlreiche Abenteuerspiele und RPGs
|
|
Comment[es]=Intérprete para varias aventuras gráficas
|
|
Comment[ca]=Intèrpret per diverses aventures gràfiques
|
|
Exec=scummvm
|
|
Icon=org.scummvm.scummvm
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Game;AdventureGame;
|
|
StartupNotify=false
|
|
StartupWMClass=scummvm
|