tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sysui / desktop / menus / startcenter.desktop
blob2077dd0fbf9b58dd7b31291c294f53c12436f58c
2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 # This file incorporates work covered by the following license notice:
10 #   Licensed to the Apache Software Foundation (ASF) under one or more
11 #   contributor license agreements. See the NOTICE file distributed
12 #   with this work for additional information regarding copyright
13 #   ownership. The ASF licenses this file to you under the Apache
14 #   License, Version 2.0 (the "License"); you may not use this file
15 #   except in compliance with the License. You may obtain a copy of
16 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 [Desktop Entry]
19 Version=1.0
20 Terminal=false
21 NoDisplay=false
22 Icon=startcenter
23 Type=Application
24 Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;
25 Exec=${UNIXBASISROOTNAME} %%FILE%%
26 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;
27 Name=%PRODUCTNAME
28 GenericName=Office
29 Comment=Launch applications to create text documents, spreadsheets, presentations, drawings, formulas, and databases, or open recently used documents.
30 StartupNotify=true
31 X-GIO-NoFuse=true
32 StartupWMClass=libreoffice-startcenter
33 X-KDE-Protocols=file,http,webdav,webdavs
35 ##Define Actions
36 Actions=Writer;Calc;Impress;Draw;Base;Math;
38 [Desktop Action Writer]
39 Name=Writer
40 Exec=${UNIXBASISROOTNAME} --writer
42 [Desktop Action Calc]
43 Name=Calc
44 Exec=${UNIXBASISROOTNAME} --calc
46 [Desktop Action Impress]
47 Name=Impress
48 Exec=${UNIXBASISROOTNAME} --impress
50 [Desktop Action Draw]
51 Name=Draw
52 Exec=${UNIXBASISROOTNAME} --draw
54 [Desktop Action Base]
55 Name=Base
56 Exec=${UNIXBASISROOTNAME} --base
58 [Desktop Action Math]
59 Name=Math
60 Exec=${UNIXBASISROOTNAME} --math
62 ##End of actions menu