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
|
GenericName=Database Development
|
||||||
Comment=Manage databases, create queries and reports to track and manage your information by using Base.
|
Comment=Manage databases, create queries and reports to track and manage your information by using Base.
|
||||||
InitialPreference=5
|
InitialPreference=5
|
||||||
X-Ayatana-Desktop-Shortcuts=New
|
X-Ayatana-Desktop-Shortcuts=X-New
|
||||||
[New Shortcut Group]
|
[X-New Shortcut Group]
|
||||||
UnityQuicklist=New Database
|
UnityQuicklist=New Database
|
||||||
Exec=libreoffice --base %U
|
Exec=libreoffice --base %U
|
||||||
TargetEnvironment=Unity
|
TargetEnvironment=Unity
|
||||||
|
@@ -10,8 +10,8 @@ Name=%PRODUCTNAME Calc
|
|||||||
GenericName=Spreadsheet
|
GenericName=Spreadsheet
|
||||||
Comment=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
|
Comment=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
|
||||||
InitialPreference=5
|
InitialPreference=5
|
||||||
X-Ayatana-Desktop-Shortcuts=New
|
X-Ayatana-Desktop-Shortcuts=X-New
|
||||||
[New Shortcut Group]
|
[X-New Shortcut Group]
|
||||||
UnityQuicklist=New Spreadsheet
|
UnityQuicklist=New Spreadsheet
|
||||||
Exec=libreoffice --calc %U
|
Exec=libreoffice --calc %U
|
||||||
TargetEnvironment=Unity
|
TargetEnvironment=Unity
|
||||||
|
@@ -10,8 +10,8 @@ Name=%PRODUCTNAME Draw
|
|||||||
GenericName=Drawing Program
|
GenericName=Drawing Program
|
||||||
Comment=Create and edit drawings, flow charts, and logos by using Draw.
|
Comment=Create and edit drawings, flow charts, and logos by using Draw.
|
||||||
InitialPreference=5
|
InitialPreference=5
|
||||||
X-Ayatana-Desktop-Shortcuts=New
|
X-Ayatana-Desktop-Shortcuts=X-New
|
||||||
[New Shortcut Group]
|
[X-New Shortcut Group]
|
||||||
UnityQuicklist=New Drawing
|
UnityQuicklist=New Drawing
|
||||||
Exec=libreoffice --draw %U
|
Exec=libreoffice --draw %U
|
||||||
TargetEnvironment=Unity
|
TargetEnvironment=Unity
|
||||||
|
@@ -10,8 +10,8 @@ Name=%PRODUCTNAME Impress
|
|||||||
GenericName=Presentation
|
GenericName=Presentation
|
||||||
Comment=Create and edit presentations for slideshows, meeting and Web pages by using Impress.
|
Comment=Create and edit presentations for slideshows, meeting and Web pages by using Impress.
|
||||||
InitialPreference=5
|
InitialPreference=5
|
||||||
X-Ayatana-Desktop-Shortcuts=New
|
X-Ayatana-Desktop-Shortcuts=X-New
|
||||||
[New Shortcut Group]
|
[X-New Shortcut Group]
|
||||||
UnityQuicklist=New Presentation
|
UnityQuicklist=New Presentation
|
||||||
Exec=libreoffice --impress %U
|
Exec=libreoffice --impress %U
|
||||||
TargetEnvironment=Unity
|
TargetEnvironment=Unity
|
||||||
|
@@ -11,8 +11,8 @@ Name=%PRODUCTNAME Math
|
|||||||
GenericName=Formula Editor
|
GenericName=Formula Editor
|
||||||
Comment=Create and edit scientific formulas and equations by using Math.
|
Comment=Create and edit scientific formulas and equations by using Math.
|
||||||
InitialPreference=5
|
InitialPreference=5
|
||||||
X-Ayatana-Desktop-Shortcuts=New
|
X-Ayatana-Desktop-Shortcuts=X-New
|
||||||
[New Shortcut Group]
|
[X-New Shortcut Group]
|
||||||
UnityQuicklist=New Formula
|
UnityQuicklist=New Formula
|
||||||
Exec=libreoffice --math %U
|
Exec=libreoffice --math %U
|
||||||
TargetEnvironment=Unity
|
TargetEnvironment=Unity
|
||||||
|
@@ -10,8 +10,8 @@ Name=%PRODUCTNAME Writer
|
|||||||
GenericName=Word Processor
|
GenericName=Word Processor
|
||||||
Comment=Create and edit text and graphics in letters, reports, documents and Web pages by using Writer.
|
Comment=Create and edit text and graphics in letters, reports, documents and Web pages by using Writer.
|
||||||
InitialPreference=5
|
InitialPreference=5
|
||||||
X-Ayatana-Desktop-Shortcuts=New
|
X-Ayatana-Desktop-Shortcuts=X-New
|
||||||
[New Shortcut Group]
|
[X-New Shortcut Group]
|
||||||
UnityQuicklist=New Document
|
UnityQuicklist=New Document
|
||||||
Exec=libreoffice --writer %U
|
Exec=libreoffice --writer %U
|
||||||
TargetEnvironment=Unity
|
TargetEnvironment=Unity
|
||||||
|
Reference in New Issue
Block a user