From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- sysui/desktop/menus/base.desktop | 40 +++++++++++++++++++++ sysui/desktop/menus/calc.desktop | 40 +++++++++++++++++++++ sysui/desktop/menus/draw.desktop | 40 +++++++++++++++++++++ sysui/desktop/menus/impress.desktop | 40 +++++++++++++++++++++ sysui/desktop/menus/math.desktop | 41 ++++++++++++++++++++++ sysui/desktop/menus/startcenter.desktop | 62 +++++++++++++++++++++++++++++++++ sysui/desktop/menus/writer.desktop | 40 +++++++++++++++++++++ sysui/desktop/menus/xsltfilter.desktop | 12 +++++++ 8 files changed, 315 insertions(+) create mode 100644 sysui/desktop/menus/base.desktop create mode 100644 sysui/desktop/menus/calc.desktop create mode 100644 sysui/desktop/menus/draw.desktop create mode 100644 sysui/desktop/menus/impress.desktop create mode 100644 sysui/desktop/menus/math.desktop create mode 100644 sysui/desktop/menus/startcenter.desktop create mode 100644 sysui/desktop/menus/writer.desktop create mode 100644 sysui/desktop/menus/xsltfilter.desktop (limited to 'sysui/desktop/menus') diff --git a/sysui/desktop/menus/base.desktop b/sysui/desktop/menus/base.desktop new file mode 100644 index 000000000..b2a06b5c4 --- /dev/null +++ b/sysui/desktop/menus/base.desktop @@ -0,0 +1,40 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +[Desktop Entry] +Version=1.0 +Terminal=false +Icon=base +Type=Application +Categories=Office;Database;X-Red-Hat-Base;X-MandrivaLinux-MoreApplications-Databases; +Exec=${UNIXBASISROOTNAME} --base %%FILE%% +MimeType=application/vnd.oasis.opendocument.database;application/vnd.sun.xml.base; +Name=%PRODUCTNAME Base +GenericName=Database Development +Comment=Manage databases, create queries and reports to track and manage your information +StartupNotify=true +X-GIO-NoFuse=true +Keywords=Data;SQL; +InitialPreference=5 +StartupWMClass=libreoffice-base +X-KDE-Protocols=file,http,ftp,webdav,webdavs + +Actions=NewDocument; +[Desktop Action NewDocument] +UnityQuickList=New Database +Icon=document-new +Exec=${UNIXBASISROOTNAME} --base diff --git a/sysui/desktop/menus/calc.desktop b/sysui/desktop/menus/calc.desktop new file mode 100644 index 000000000..0575f49e3 --- /dev/null +++ b/sysui/desktop/menus/calc.desktop @@ -0,0 +1,40 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +[Desktop Entry] +Version=1.0 +Terminal=false +Icon=calc +Type=Application +Categories=Office;Spreadsheet;X-Red-Hat-Base;X-MandrivaLinux-Office-Spreadsheets; +Exec=${UNIXBASISROOTNAME} --calc %%FILE%% +MimeType=application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.sun.xml.calc;application/vnd.sun.xml.calc.template;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;application/x-dbf;text/spreadsheet;application/csv;application/excel;application/tab-separated-values;application/vnd.lotus-1-2-3;application/vnd.oasis.opendocument.chart;application/vnd.oasis.opendocument.chart-template;application/x-dbase;application/x-dos_ms_excel;application/x-excel;application/x-msexcel;application/x-ms-excel;application/x-quattropro;application/x-123;text/comma-separated-values;text/tab-separated-values;text/x-comma-separated-values;text/x-csv;application/vnd.oasis.opendocument.spreadsheet-flat-xml;application/vnd.ms-works;application/clarisworks;application/x-iwork-numbers-sffnumbers;application/x-starcalc; +Name=%PRODUCTNAME Calc +GenericName=Spreadsheet +Comment=Perform calculations, analyze information and manage lists in spreadsheets +StartupNotify=true +X-GIO-NoFuse=true +Keywords=Accounting;Stats;OpenDocument Spreadsheet;Chart;Microsoft Excel;Microsoft Works;OpenOffice Calc;ods;xls;xlsx; +InitialPreference=5 +StartupWMClass=libreoffice-calc +X-KDE-Protocols=file,http,ftp,webdav,webdavs + +Actions=NewDocument; +[Desktop Action NewDocument] +UnityQuickList=New Spreadsheet +Icon=document-new +Exec=${UNIXBASISROOTNAME} --calc diff --git a/sysui/desktop/menus/draw.desktop b/sysui/desktop/menus/draw.desktop new file mode 100644 index 000000000..e5fe6864f --- /dev/null +++ b/sysui/desktop/menus/draw.desktop @@ -0,0 +1,40 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +[Desktop Entry] +Version=1.0 +Terminal=false +Icon=draw +Type=Application +Categories=Office;FlowChart;Graphics;2DGraphics;VectorGraphics;X-Red-Hat-Base;X-MandrivaLinux-Office-Drawing; +Exec=${UNIXBASISROOTNAME} --draw %%FILE%% +MimeType=application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-flat-xml;application/vnd.oasis.opendocument.graphics-template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.visio;application/x-wpg;application/vnd.corel-draw;application/vnd.ms-publisher;image/x-freehand;application/clarisworks;application/x-pagemaker;application/pdf;application/x-stardraw;image/x-emf;image/x-wmf; +Name=%PRODUCTNAME Draw +GenericName=Drawing Program +Comment=Create and edit drawings, flow charts and logos +StartupNotify=true +X-GIO-NoFuse=true +Keywords=Vector;Schema;Diagram;Layout;OpenDocument Graphics;Microsoft Publisher;Microsoft Visio;Corel Draw;cdr;odg;svg;pdf;vsd; +InitialPreference=5 +StartupWMClass=libreoffice-draw +X-KDE-Protocols=file,http,ftp,webdav,webdavs + +Actions=NewDocument; +[Desktop Action NewDocument] +UnityQuickList=New Drawing +Icon=document-new +Exec=${UNIXBASISROOTNAME} --draw diff --git a/sysui/desktop/menus/impress.desktop b/sysui/desktop/menus/impress.desktop new file mode 100644 index 000000000..d2d607d87 --- /dev/null +++ b/sysui/desktop/menus/impress.desktop @@ -0,0 +1,40 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +[Desktop Entry] +Version=1.0 +Terminal=false +Icon=impress +Type=Application +Categories=Office;Presentation;X-Red-Hat-Base;X-MandrivaLinux-Office-Presentations; +Exec=${UNIXBASISROOTNAME} --impress %%FILE%% +MimeType=application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-template;application/vnd.sun.xml.impress;application/vnd.sun.xml.impress.template;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;application/vnd.oasis.opendocument.presentation-flat-xml;application/x-iwork-keynote-sffkey; +Name=%PRODUCTNAME Impress +GenericName=Presentation +Comment=Create and edit presentations for slideshows, meetings and Web pages +StartupNotify=true +X-GIO-NoFuse=true +Keywords=Slideshow;Slides;OpenDocument Presentation;Microsoft PowerPoint;Microsoft Works;OpenOffice Impress;odp;ppt;pptx; +InitialPreference=5 +StartupWMClass=libreoffice-impress +X-KDE-Protocols=file,http,ftp,webdav,webdavs + +Actions=NewDocument; +[Desktop Action NewDocument] +UnityQuickList=New Presentation +Icon=document-new +Exec=${UNIXBASISROOTNAME} --impress diff --git a/sysui/desktop/menus/math.desktop b/sysui/desktop/menus/math.desktop new file mode 100644 index 000000000..3fb261035 --- /dev/null +++ b/sysui/desktop/menus/math.desktop @@ -0,0 +1,41 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +[Desktop Entry] +Version=1.0 +Terminal=false +NoDisplay=false +Icon=math +Type=Application +Categories=Office;Education;Science;Math;X-Red-Hat-Base;X-MandrivaLinux-Office-Other; +Exec=${UNIXBASISROOTNAME} --math %%FILE%% +MimeType=application/vnd.oasis.opendocument.formula;application/vnd.sun.xml.math;application/vnd.oasis.opendocument.formula-template;text/mathml;application/mathml+xml; +Name=%PRODUCTNAME Math +GenericName=Formula Editor +Comment=Create and edit scientific formulas and equations +StartupNotify=true +X-GIO-NoFuse=true +Keywords=Equation;OpenDocument Formula;Formula;odf;MathML; +InitialPreference=5 +StartupWMClass=libreoffice-math +X-KDE-Protocols=file,http,ftp,webdav,webdavs + +Actions=NewDocument; +[Desktop Action NewDocument] +UnityQuickList=New Formula +Icon=document-new +Exec=${UNIXBASISROOTNAME} --math diff --git a/sysui/desktop/menus/startcenter.desktop b/sysui/desktop/menus/startcenter.desktop new file mode 100644 index 000000000..042fa79d2 --- /dev/null +++ b/sysui/desktop/menus/startcenter.desktop @@ -0,0 +1,62 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +[Desktop Entry] +Version=1.0 +Terminal=false +NoDisplay=false +Icon=startcenter +Type=Application +Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Other; +Exec=${UNIXBASISROOTNAME} %%FILE%% +MimeType=application/vnd.openofficeorg.extension;x-scheme-handler/vnd.libreoffice.cmis;x-scheme-handler/vnd.sun.star.webdav;x-scheme-handler/vnd.sun.star.webdavs;x-scheme-handler/vnd.libreoffice.command;x-scheme-handler/ms-word;x-scheme-handler/ms-powerpoint;x-scheme-handler/ms-excel;x-scheme-handler/ms-visio;x-scheme-handler/ms-access; +Name=%PRODUCTNAME Start Center +GenericName=Office +Comment=Launch applications to create text documents, spreadsheets, presentations, drawings, formulas, and databases, or open recently used documents. +StartupNotify=true +X-GIO-NoFuse=true +StartupWMClass=libreoffice-startcenter +X-KDE-Protocols=file,http,ftp,webdav,webdavs + +##Define Actions +Actions=Writer;Calc;Impress;Draw;Base;Math; + +[Desktop Action Writer] +Name=Writer +Exec=${UNIXBASISROOTNAME} --writer + +[Desktop Action Calc] +Name=Calc +Exec=${UNIXBASISROOTNAME} --calc + +[Desktop Action Impress] +Name=Impress +Exec=${UNIXBASISROOTNAME} --impress + +[Desktop Action Draw] +Name=Draw +Exec=${UNIXBASISROOTNAME} --draw + +[Desktop Action Base] +Name=Base +Exec=${UNIXBASISROOTNAME} --base + +[Desktop Action Math] +Name=Math +Exec=${UNIXBASISROOTNAME} --math + +##End of actions menu diff --git a/sysui/desktop/menus/writer.desktop b/sysui/desktop/menus/writer.desktop new file mode 100644 index 000000000..db783103b --- /dev/null +++ b/sysui/desktop/menus/writer.desktop @@ -0,0 +1,40 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# +[Desktop Entry] +Version=1.0 +Terminal=false +Icon=writer +Type=Application +Categories=Office;WordProcessor;X-Red-Hat-Base;X-MandrivaLinux-Office-Wordprocessors; +Exec=${UNIXBASISROOTNAME} --writer %%FILE%% +MimeType=application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-web;application/vnd.oasis.opendocument.text-master;application/vnd.oasis.opendocument.text-master-template;application/vnd.sun.xml.writer;application/vnd.sun.xml.writer.template;application/vnd.sun.xml.writer.global;application/msword;application/vnd.ms-word;application/x-doc;application/x-hwp;application/rtf;text/rtf;application/vnd.wordperfect;application/wordperfect;application/vnd.lotus-wordpro;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/vnd.ms-works;application/vnd.stardivision.writer-global;application/x-extension-txt;application/x-t602;text/plain;application/vnd.oasis.opendocument.text-flat-xml;application/x-fictionbook+xml;application/macwriteii;application/x-aportisdoc;application/prs.plucker;application/vnd.palm;application/clarisworks;application/x-sony-bbeb;application/x-abiword;application/x-iwork-pages-sffpages;application/x-mswrite;application/x-starwriter; +Name=%PRODUCTNAME Writer +GenericName=Word Processor +Comment=Create and edit text and graphics in letters, reports, documents and Web pages +StartupNotify=true +X-GIO-NoFuse=true +Keywords=Text;Letter;Fax;Document;OpenDocument Text;Microsoft Word;Microsoft Works;Lotus WordPro;OpenOffice Writer;CV;odt;doc;docx;rtf; +InitialPreference=5 +StartupWMClass=libreoffice-writer +X-KDE-Protocols=file,http,ftp,webdav,webdavs + +Actions=NewDocument; +[Desktop Action NewDocument] +UnityQuickList=New Document +Icon=document-new +Exec=${UNIXBASISROOTNAME} --writer diff --git a/sysui/desktop/menus/xsltfilter.desktop b/sysui/desktop/menus/xsltfilter.desktop new file mode 100644 index 000000000..89a9eab98 --- /dev/null +++ b/sysui/desktop/menus/xsltfilter.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Terminal=false +Type=Application +Exec=${UNIXBASISROOTNAME} %%FILE%% +MimeType=application/vnd.oasis.opendocument.text-flat-xml;application/vnd.oasis.opendocument.spreadsheet-flat-xml;application/vnd.oasis.opendocument.graphics-flat-xml;application/vnd.oasis.opendocument.presentation-flat-xml; +Name=%PRODUCTNAME XSLT based filters +GenericName=XSLT based filters +NoDisplay=true +StartupNotify=true +X-GIO-NoFuse=true +X-KDE-Protocols=file,http,ftp,webdav,webdavs -- cgit v1.2.3