diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-06-19 21:20:13 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-06-19 21:20:13 +0300 |
commit | 75533443ecae81d6861bdc1402a0e4b271838979 (patch) | |
tree | fb4c8940bcc82d0b397ed31af849b92b000b3bd0 /src/sciteco.desktop | |
parent | 60a09132b62c3cae86f5e832830a4490ba5bf712 (diff) | |
download | sciteco-75533443ecae81d6861bdc1402a0e4b271838979.tar.gz |
distribute sciteco.desktop
* Useful for packaging on platforms where we can only build from tarballs (FreeBSD)
* I don't know whether it's always safe and correct to install this file into $DATADIR/applications,
so the file is only distributed but not installed yet.
* It contains a hardcoded binary name "gsciteco". This could actually differ
depending on the concrete --program-prefix and it would be good to include the exact
installation path.
This however is not possible as long as we do not install this file.
Diffstat (limited to 'src/sciteco.desktop')
-rw-r--r-- | src/sciteco.desktop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sciteco.desktop b/src/sciteco.desktop new file mode 100644 index 0000000..f2fbd0e --- /dev/null +++ b/src/sciteco.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=SciTECO +Comment=Scintilla-based Text Editor and Corrector +Exec=gsciteco +Icon=sciteco +Type=Application +Categories=Utility;TextEditor; +MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; |