/usr/share/applications/fityk.desktop is in fityk 1.2.1-0.1ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [Desktop Entry]
Type=Application
Name=fityk
Comment=Peak fitting and data analysis
GenericName=Curve Fitter
Icon=fityk
Exec=fityk %F
Terminal=false
StartupNotify=true
MimeType=application/x-fityk;
# according to: http://standards.freedesktop.org/menu-spec/latest/apa.html
# we need one category from Main Categories list. Two reasonable choices are
# Office and Education. Education is not the best category for fityk, but
# Science is a subcategory of Education and that's were scientific software
# is usually put.
Categories=Education;Science;DataVisualization;GTK;
|