diff options
Diffstat (limited to 'office/onlyoffice-desktopeditors/desktopeditors.desktop')
-rw-r--r-- | office/onlyoffice-desktopeditors/desktopeditors.desktop | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/office/onlyoffice-desktopeditors/desktopeditors.desktop b/office/onlyoffice-desktopeditors/desktopeditors.desktop new file mode 100644 index 0000000000..6d55ccaec2 --- /dev/null +++ b/office/onlyoffice-desktopeditors/desktopeditors.desktop @@ -0,0 +1,39 @@ +[Desktop Entry] +Version=1.0 +Name=Desktop Editors +Type=Application +GenericName=ONLYOFFICE Desktop Editors +Comment=Edit office documents +Exec=desktopeditors %F +Terminal=false +Icon=asc-de +Keywords=Text;Document;OpenDocument Text;Microsoft Word;Microsoft Works;odt;doc;docx;rtf; +Categories=Office;WordProcessor;Spreadsheet;Presentation; +MimeType=application/msword;application/vnd.ms-word;application/x-doc;application/rtf;text/rtf;application/vnd.wordperfect;application/wordperfect;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.ms-word.document.macroenabled.12;application/vnd.openxmlformats-officedocument.wordprocessingml.template;application/vnd.ms-word.template.macroenabled.12;application/msexcel;application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.ms-excel.sheet.macroenabled.12;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.template.macroenabled.12;application/vnd.ms-excel.sheet.binary.macroenabled.12;text/csv;text/spreadsheet;application/csv;application/excel;application/x-excel;application/x-msexcel;application/x-ms-excel;text/comma-separated-values;text/tab-separated-values;text/x-comma-separated-values;text/x-csv;application/mspowerpoint;application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.ms-powerpoint.presentation.macroenabled.12;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.ms-powerpoint.template.macroenabled.12;application/vnd.openxmlformats-officedocument.presentationml.slide;application/vnd.openxmlformats-officedocument.presentationml.slideshow;application/vnd.ms-powerpoint.slideshow.macroEnabled.12; + +Actions=NewDocument; +[Desktop Action NewDocument] +Name=New Document +Name[de]=Neues Dokument +Name[fr]=Nouveau document +Name[es]=Documento nuevo +Name[ru]=Создать документ +Exec=desktopeditors --new:doc + +Actions=NewSpreadsheet; +[Desktop Action NewSpreadsheet] +Name=New Spreadsheet +Name[de]=Neues Tabellendokument +Name[fr]=Nouveau classeur +Name[es]=Hoja de cálculo nueva +Name[ru]=Создать эл.таблицу +Exec=desktopeditors --new:cell + +Actions=NewPresentation; +[Desktop Action NewPresentation] +Name=New Presentation +Name[de]=Neue Präsentation +Name[fr]=Nouvelle présentation +Name[es]=Presentación nueva +Name[ru]=Создать презентацию +Exec=desktopeditors --new:slide |