Branch libreoffice-5-0-4
[LibreOffice.git] / sysui / desktop / menus / startcenter.desktop
blob08d4a1196d78c737c96cc870e31df2b81a57738b
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;X-MandrivaLinux-Office-Other;
25 Exec=${UNIXBASISROOTNAME} %%FILE%%
26 MimeType=application/vnd.openofficeorg.extension;
27 Name=%PRODUCTNAME
28 GenericName=Office
29 Comment=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.
30 StartupNotify=true
31 X-GIO-NoFuse=true
32 StartupWMClass=libreoffice-startcenter
33 X-KDE-Protocols=file,http,ftp,webdav
35 ##Define Actions
36 Actions=Writer;Calc;Impress;Draw;Base;Math;
38 [Desktop Action Writer]
39 Name=Text Document
40 Exec=${UNIXBASISROOTNAME} --writer
42 [Desktop Action Calc]
43 Name=Spreadsheet
44 Exec=${UNIXBASISROOTNAME} --calc
46 [Desktop Action Impress]
47 Name=Presentation
48 Exec=${UNIXBASISROOTNAME} --impress
50 [Desktop Action Draw]
51 Name=Drawing
52 Exec=${UNIXBASISROOTNAME} --draw
54 [Desktop Action Base]
55 Name=Database
56 Exec=${UNIXBASISROOTNAME} --base
58 [Desktop Action Math]
59 Name=Formula
60 Exec=${UNIXBASISROOTNAME} --math
62 ##End of actions menu