commit f3c2bfd495c3f624fe3ba556b04650965595edd5
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Tue Mar 17 10:17:35 2015 +0100
add "Keywords" to lyx.desktop file
Fixes bug #9414.
diff --git a/lib/lyx.desktop.in b/lib/lyx.desktop.in
index bc6930a..68a5ccb 100644
--- a/lib/lyx.desktop.in
+++ b/lib/lyx.desktop.in
@@ -4,6 +4,7 @@ Type=Application
Name=LyX
GenericName=Document Processor
Comment=High level LaTeX frontend
+Keywords=WYSIWYG;WYSIWYM;TeX;LaTeX;GUI;frontend;editor;
Exec=lyx@program_suffix@ %F
TryExec=lyx@program_suffix@
Icon=lyx@program_suffix@
diff --git a/status.21x b/status.21x
index 24082c1..f3cdc19 100644
--- a/status.21x
+++ b/status.21x
@@ -146,3 +146,5 @@ What's new
* BUILD/INSTALLATION
- Fix a configuration error on Windows causing that TeX files were not scanned.
+
+- Add "Keywords" to lyx.desktop file (bug 9414).