Kaydet (Commit) 78e4c8a9 authored tarafından Jean-Baptiste Faure's avatar Jean-Baptiste Faure Kaydeden (comit) Bjoern Michaelsen

fdo#70553: Fix Unity Quicklists

Change-Id: I4bf29d0021c1342cd529a7c6cbd86eceb467a9b5
üst c5701117
......@@ -30,10 +30,11 @@ StartupNotify=true
X-GIO-NoFuse=true
Keywords=Data;SQL;
InitialPreference=5
X-Ayatana-Desktop-Shortcuts=X-New
StartupWMClass=libreoffice-base
X-KDE-Protocols=file,http,smb,ftp,webdav
[X-New Shortcut Group]
UnityQuicklist=New Database
Exec=${UNIXBASISROOTNAME} --base %%FILE%%
TargetEnvironment=Unity
Actions=NewDocument;
[Desktop Action NewDocument]
Name=New Database
Exec=${UNIXBASISROOTNAME} --base
OnlyShowIn=Unity;
......@@ -30,10 +30,11 @@ StartupNotify=true
X-GIO-NoFuse=true
Keywords=Accounting;Stats;OpenDocument Spreadsheet;Chart;Microsoft Excel;Microsoft Works;OpenOffice Calc;ods;xls;xlsx;
InitialPreference=5
X-Ayatana-Desktop-Shortcuts=X-New
StartupWMClass=libreoffice-calc
X-KDE-Protocols=file,http,smb,ftp,webdav
[X-New Shortcut Group]
UnityQuicklist=New Spreadsheet
Exec=${UNIXBASISROOTNAME} --calc %%FILE%%
TargetEnvironment=Unity
Actions=NewDocument;
[Desktop Action NewDocument]
Name=New Spreadsheet
Exec=${UNIXBASISROOTNAME} --calc
OnlyShowIn=Unity;
......@@ -30,10 +30,11 @@ StartupNotify=true
X-GIO-NoFuse=true
Keywords=Vector;Schema;Diagram;Layout;OpenDocument Graphics;Microsoft Publisher;Corel Draw;cdr;odg;svg;
InitialPreference=5
X-Ayatana-Desktop-Shortcuts=X-New
StartupWMClass=libreoffice-draw
X-KDE-Protocols=file,http,smb,ftp,webdav
[X-New Shortcut Group]
UnityQuicklist=New Drawing
Exec=${UNIXBASISROOTNAME} --draw %%FILE%%
TargetEnvironment=Unity
Actions=NewDocument;
[Desktop Action NewDocument]
Name=New Drawing
Exec=${UNIXBASISROOTNAME} --draw
OnlyShowIn=Unity;
......@@ -30,10 +30,11 @@ StartupNotify=true
X-GIO-NoFuse=true
Keywords=Slideshow;Slides;OpenDocument Presentation;Microsoft PowerPoint;Microsoft Works;OpenOffice Impress;odp;ppt;pptx;
InitialPreference=5
X-Ayatana-Desktop-Shortcuts=X-New
StartupWMClass=libreoffice-impress
X-KDE-Protocols=file,http,smb,ftp,webdav
[X-New Shortcut Group]
UnityQuicklist=New Presentation
Exec=${UNIXBASISROOTNAME} --impress %%FILE%%
TargetEnvironment=Unity
Actions=NewDocument;
[Desktop Action NewDocument]
Name=New Presentation
Exec=${UNIXBASISROOTNAME} --impress
OnlyShowIn=Unity;
......@@ -18,7 +18,7 @@
[Desktop Entry]
Version=1.0
Terminal=false
NoDisplay=true
NoDisplay=false
Icon=math
Type=Application
Categories=Office;Education;Science;Math;X-Red-Hat-Base;X-MandrivaLinux-Office-Other;
......@@ -31,10 +31,11 @@ StartupNotify=true
X-GIO-NoFuse=true
Keywords=Equation;OpenDocument Formula;Formula;odf;MathML
InitialPreference=5
X-Ayatana-Desktop-Shortcuts=X-New
StartupWMClass=libreoffice-math
X-KDE-Protocols=file,http,smb,ftp,webdav
[X-New Shortcut Group]
UnityQuicklist=New Formula
Exec=${UNIXBASISROOTNAME} --math %%FILE%%
TargetEnvironment=Unity
Actions=NewDocument;
[Desktop Action NewDocument]
Name=New Formula
Exec=${UNIXBASISROOTNAME} --math
OnlyShowIn=Unity;
......@@ -18,7 +18,7 @@
[Desktop Entry]
Version=1.0
Terminal=false
NoDisplay=true
NoDisplay=false
Icon=startcenter
Type=Application
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Other;
......@@ -31,3 +31,38 @@ StartupNotify=true
X-GIO-NoFuse=true
StartupWMClass=libreoffice-startcenter
X-KDE-Protocols=file,http,smb,ftp,webdav
##Define Actions
Actions=Writer;Calc;Impress;Draw;Base;Math;
[Desktop Action Writer]
Name=Text Document
Exec=${UNIXBASISROOTNAME} --writer
OnlyShowIn=Unity;
[Desktop Action Calc]
Name=Spreadsheet
Exec=${UNIXBASISROOTNAME} --calc
OnlyShowIn=Unity;
[Desktop Action Impress]
Name=Presentation
Exec=${UNIXBASISROOTNAME} --impress
OnlyShowIn=Unity;
[Desktop Action Draw]
Name=Drawing
Exec=${UNIXBASISROOTNAME} --draw
OnlyShowIn=Unity;
[Desktop Action Base]
Name=Database
Exec=${UNIXBASISROOTNAME} --base
OnlyShowIn=Unity;
[Desktop Action Math]
Name=Formula
Exec=${UNIXBASISROOTNAME} --math
OnlyShowIn=Unity;
##End of actions menu
......@@ -30,10 +30,11 @@ 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
X-Ayatana-Desktop-Shortcuts=X-New
StartupWMClass=libreoffice-writer
X-KDE-Protocols=file,http,smb,ftp,webdav
[X-New Shortcut Group]
UnityQuicklist=New Document
Exec=${UNIXBASISROOTNAME} --writer %%FILE%%
TargetEnvironment=Unity
Actions=NewDocument;
[Desktop Action NewDocument]
Name=New Document
Exec=${UNIXBASISROOTNAME} --writer
OnlyShowIn=Unity;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment