1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: upstream: refresh: desktop metadata
Refresh the desktop metadata for TeXmacs.
Origin: vendor, Debian
Forwarded: https://github.com/texmacs/texmacs/pull/95
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2024-08-16
--- a/TeXmacs/misc/mime/texmacs.desktop
+++ b/TeXmacs/misc/mime/texmacs.desktop
@@ -2,12 +2,15 @@
Version=1.0
Type=Application
Name=GNU TeXmacs
-GenericName=Text Editor
-Comment=A structured wysiwyg scientific text editor
+GenericName=Scientific Text Editor
+Keywords=Notebook Interface;Editor;Computer Algebra System;CAS;LaTeX;TeX;Text;
+Comment=A structured WYSIWYG scientific text editor
MimeType=text/x-texmacs.doc;text/x-texmacs.sty;text/plain;text/x-tex;
+TryExec=texmacs
Exec=texmacs %f
Icon=TeXmacs
+Hidden=false
Terminal=false
-Categories=Education;Science;Math;
+Categories=Education;Science;Office;Math;ComputerScience;Physics;NumericalAnalysis;Publishing;
X-KDE-Priority=TopLevel
InitialPreference=99
|