mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
2bf021ee73
* add proper INSTALL_POSIX conditional for makefiles * move all the code to Makefile.am * rename lyx.desktop to lyx.desptop.in and add proper tags to allow handling of program_suffix. * add code to install desktop entry and icons under the proper name. I did not touch scons and cmake, I hope it was not necessary. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40531 a592a061-630c-0410-9148-cb99ea01b6c8
15 lines
329 B
Desktop File
15 lines
329 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=LyX
|
|
GenericName=Document Processor
|
|
Comment=High level LaTeX frontend
|
|
Exec=lyx@program_suffix@ %F
|
|
TryExec=lyx@program_suffix@
|
|
Icon=lyx@program_suffix@
|
|
StartupNotify=false
|
|
StartupWMClass=Lyx
|
|
Terminal=false
|
|
Categories=Office;WordProcessor;Qt;
|
|
MimeType=text/x-lyx;application/x-lyx;
|