LogarithmPlotter/linux/logplotter.desktop
Ad5001 10fa30e2aa
Ensuring properties are different when they're edited, + linux installation editions*.
*in preparation for snapcraft.
- Moving application launch to it's separate file
- Removing "install_after_setup" script because it's redundant with setup.py.
- Fixed issue with xdg-icon-resource not being able to install svg files.
- Better prefix handling in setup.py
- Adding logarithmplotter.svg to import files
- Adding weight for mime-type not to be overloaded by text/plain.
- Using more appropriate properties for desktop files.

Also:
- Fixed reference link in MacOS plist file.
2021-07-31 01:40:51 +02:00

16 lines
450 B
Desktop File

[Desktop Entry]
Version=1.0
Type=Application
Name=LogarithmPlotter
GenericName=2D plotter software
GenericName[fr]=Logiciel de traçage 2D
Comment=Create BODE diagrams, sequences and repartition functions.
Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition.
Exec=/usr/bin/python3 ROOTFOLDER/run.py %f
Icon=logarithmplotter
MimeType=application/x-logarithm-plot;
Terminal=false
StartupNotify=false
Categories=Math