Fixup 20e1fe46: fix the StartupWMClass in desktop file

(cherry picked from commit 20e1fe4674)
This commit is contained in:
Jean-Marc Lasgouttes 2021-01-08 10:11:23 +01:00
parent 9886bf96c1
commit 25b4920fef
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Exec=lyx@program_suffix@ %F
TryExec=lyx@program_suffix@
Icon=lyx@program_suffix@
StartupNotify=false
StartupWMClass=Lyx
StartupWMClass=@PACKAGE@
Terminal=false
Categories=Office;WordProcessor;Qt;
MimeType=text/x-lyx;application/x-lyx;

View File

@ -109,3 +109,5 @@ What's new
- Update in-tree hunspell library to 1.7.0.
- The WM class of LyX for X Window environment is now the package name, typically
"lyx" or "lyx[suffix]" (bug 11930).