fix invalid .desktop files
desktop-file-validate issued the following error: error: file contains group "New Shortcut Group", but groups extending the format should start with "X-" Change-Id: I45c0039ab788546a37780927284c8827a19fd52c
This commit is contained in:
@@ -10,8 +10,8 @@ Name=%PRODUCTNAME Base
|
||||
GenericName=Database Development
|
||||
Comment=Manage databases, create queries and reports to track and manage your information by using Base.
|
||||
InitialPreference=5
|
||||
X-Ayatana-Desktop-Shortcuts=New
|
||||
[New Shortcut Group]
|
||||
X-Ayatana-Desktop-Shortcuts=X-New
|
||||
[X-New Shortcut Group]
|
||||
UnityQuicklist=New Database
|
||||
Exec=libreoffice --base %U
|
||||
TargetEnvironment=Unity
|
||||
|
@@ -10,8 +10,8 @@ Name=%PRODUCTNAME Calc
|
||||
GenericName=Spreadsheet
|
||||
Comment=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
|
||||
InitialPreference=5
|
||||
X-Ayatana-Desktop-Shortcuts=New
|
||||
[New Shortcut Group]
|
||||
X-Ayatana-Desktop-Shortcuts=X-New
|
||||
[X-New Shortcut Group]
|
||||
UnityQuicklist=New Spreadsheet
|
||||
Exec=libreoffice --calc %U
|
||||
TargetEnvironment=Unity
|
||||
|
@@ -10,8 +10,8 @@ Name=%PRODUCTNAME Draw
|
||||
GenericName=Drawing Program
|
||||
Comment=Create and edit drawings, flow charts, and logos by using Draw.
|
||||
InitialPreference=5
|
||||
X-Ayatana-Desktop-Shortcuts=New
|
||||
[New Shortcut Group]
|
||||
X-Ayatana-Desktop-Shortcuts=X-New
|
||||
[X-New Shortcut Group]
|
||||
UnityQuicklist=New Drawing
|
||||
Exec=libreoffice --draw %U
|
||||
TargetEnvironment=Unity
|
||||
|
@@ -10,8 +10,8 @@ Name=%PRODUCTNAME Impress
|
||||
GenericName=Presentation
|
||||
Comment=Create and edit presentations for slideshows, meeting and Web pages by using Impress.
|
||||
InitialPreference=5
|
||||
X-Ayatana-Desktop-Shortcuts=New
|
||||
[New Shortcut Group]
|
||||
X-Ayatana-Desktop-Shortcuts=X-New
|
||||
[X-New Shortcut Group]
|
||||
UnityQuicklist=New Presentation
|
||||
Exec=libreoffice --impress %U
|
||||
TargetEnvironment=Unity
|
||||
|
@@ -11,8 +11,8 @@ Name=%PRODUCTNAME Math
|
||||
GenericName=Formula Editor
|
||||
Comment=Create and edit scientific formulas and equations by using Math.
|
||||
InitialPreference=5
|
||||
X-Ayatana-Desktop-Shortcuts=New
|
||||
[New Shortcut Group]
|
||||
X-Ayatana-Desktop-Shortcuts=X-New
|
||||
[X-New Shortcut Group]
|
||||
UnityQuicklist=New Formula
|
||||
Exec=libreoffice --math %U
|
||||
TargetEnvironment=Unity
|
||||
|
@@ -10,8 +10,8 @@ Name=%PRODUCTNAME Writer
|
||||
GenericName=Word Processor
|
||||
Comment=Create and edit text and graphics in letters, reports, documents and Web pages by using Writer.
|
||||
InitialPreference=5
|
||||
X-Ayatana-Desktop-Shortcuts=New
|
||||
[New Shortcut Group]
|
||||
X-Ayatana-Desktop-Shortcuts=X-New
|
||||
[X-New Shortcut Group]
|
||||
UnityQuicklist=New Document
|
||||
Exec=libreoffice --writer %U
|
||||
TargetEnvironment=Unity
|
||||
|
Reference in New Issue
Block a user