]> git.lyx.org Git - lyx.git/commitdiff
Fixup 20e1fe46: fix the StartupWMClass in desktop file
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 8 Jan 2021 09:11:23 +0000 (10:11 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 11 Jan 2021 17:38:40 +0000 (18:38 +0100)
(cherry picked from commit 20e1fe4674cdcd0164c74f76dddd882d95ea3c88)

lib/lyx.desktop.in
status.23x

index 68a5ccbf18155755c450e778136f4e57476e664d..0e8483b847759bfbcee112a55e06519280050916 100644 (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;
index 048e964efeaff12bd49eaa622995692836bfb97e..fde2610a017d63036ea07d558c8379333acb1231 100644 (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).