The following commit has been merged in the debian-experimental-3.6 branch:
commit 8de03ab8710290f89d5506f065f1c40f6d15ab8c
Author: Rene Engelhard <r...@debian.org>
Date:   Sun Feb 3 15:25:36 2013 +0100

    don't use obsolete -no-oosplash anymore

diff --git a/changelog b/changelog
index 45d6bea..f0cc494 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+libreoffice (1:3.6.5-2) UNRELEASED; urgency=low
+
+  * debian/*.mime:
+    - don't use obsolete -no-oosplash anymore, thanks Matthijs Kooijman
+      for the patch (closes: #698845)
+
+ -- Rene Engelhard <r...@debian.org>  Sun, 03 Feb 2013 15:23:55 +0100
+
 libreoffice (1:3.6.5-1) experimental; urgency=low
 
   * LibreOffice 3.6.5 release (idential to rc2)
diff --git a/libreoffice-base.mime b/libreoffice-base.mime
index 9eb7cfd..ce16f80 100644
--- a/libreoffice-base.mime
+++ b/libreoffice-base.mime
@@ -2,10 +2,10 @@
 # shared-mime-info
 
 # OASIS OpenDocument Format
-application/vnd.oasis.opendocument.database; soffice -no-oosplash --base '%s'; 
edit=soffice -no-oosplash --base '%s'; print=soffice -no-oosplash --base -p 
'%s'; test=test -n "$DISPLAY"; description="OpenDocument Database"; 
nametemplate=%s.odb; priority=9
+application/vnd.oasis.opendocument.database; soffice --nologo --base '%s'; 
edit=soffice --nologo --base '%s'; print=soffice --nologo --base -p '%s'; 
test=test -n "$DISPLAY"; description="OpenDocument Database"; 
nametemplate=%s.odb; priority=9
 
 # OpenOffice.org 1.0
-application/vnd.sun.xml.base; soffice -no-oosplash --writer '%s'; edit=soffice 
-no-oosplash --writer '%s'; description="OpenOffice.org Database"; 
nametemplate=%s.sdb; priority=8
+application/vnd.sun.xml.base; soffice --nologo --writer '%s'; edit=soffice 
--nologo --writer '%s'; description="OpenOffice.org Database"; 
nametemplate=%s.sdb; priority=8
 
 #
 ###
diff --git a/libreoffice-calc.mime b/libreoffice-calc.mime
index d182907..4528b17 100644
--- a/libreoffice-calc.mime
+++ b/libreoffice-calc.mime
@@ -2,35 +2,35 @@
 # shared-mime-info
 
 # Generic
-text/csv; soffice -no-oosplash --calc '%s'; edit=soffice -no-oosplash --calc 
'%s'; test=test -n "$DISPLAY"; description="CSV Document"; nametemplate=%s.csv; 
priority=3
-text/spreadsheet; soffice -no-oosplash --calc '%s'; edit=soffice -no-oosplash 
--calc '%s'; test=test -n "$DISPLAY"; description="Spreadsheet Interchange 
Document"; nametemplate=%s.slk; priority=3
+text/csv; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; 
test=test -n "$DISPLAY"; description="CSV Document"; nametemplate=%s.csv; 
priority=3
+text/spreadsheet; soffice --nologo --calc '%s'; edit=soffice --nologo --calc 
'%s'; test=test -n "$DISPLAY"; description="Spreadsheet Interchange Document"; 
nametemplate=%s.slk; priority=3
 
 # Corel Quattro Pro
-application/x-quattropro; soffice -no-oosplash --calc '%s'; edit=soffice 
-no-oosplash --calc '%s'; test=test -n "$DISPLAY"; description="Quattro Pro 6 
for Windows Spreadsheet"; nametemplate=%s.wb2; priority=3
+application/x-quattropro; soffice --nologo --calc '%s'; edit=soffice --nologo 
--calc '%s'; test=test -n "$DISPLAY"; description="Quattro Pro 6 for Windows 
Spreadsheet"; nametemplate=%s.wb2; priority=3
 
 # dBase dBASE
-application/x-dbf; soffice -no-oosplash --calc '%s'; edit=soffice -no-oosplash 
--calc '%s'; test=test -n "$DISPLAY"; description="xBase Document"; 
nametemplate=%s.dbf; priority=3
+application/x-dbf; soffice --nologo --calc '%s'; edit=soffice --nologo --calc 
'%s'; test=test -n "$DISPLAY"; description="xBase Document"; 
nametemplate=%s.dbf; priority=3
 
 # ECMA Office Open XML (Microsoft Office 2007)
-application/vnd.ms-excel.sheet.macroEnabled.12; soffice -no-oosplash --calc 
'%s'; edit=soffice -no-oosplash --calc '%s'; test=test -n "$DISPLAY"; 
description="Office Open XML Spreadsheet with Macros Enabled"; 
nametemplate=%s.xlsm; priority=3
-application/vnd.ms-excel.template.macroEnabled.12; soffice -no-oosplash --calc 
'%s'; edit=soffice -no-oosplash --calc '%s'; test=test -n "$DISPLAY"; 
description="Office Open XML Spreadsheet Template with Macros Enabled"; 
nametemplate=%s.xltm; priority=3
-application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; soffice 
-no-oosplash --calc '%s'; edit=soffice -no-oosplash --calc '%s'; test=test -n 
"$DISPLAY"; description="Office Open XML Spreadsheet"; nametemplate=%s.xlsx; 
priority=3
-application/vnd.openxmlformats-officedocument.spreadsheetml.template; soffice 
-no-oosplash --calc '%s'; edit=soffice -no-oosplash --calc '%s'; test=test -n 
"$DISPLAY"; description="Office Open XML Spreadsheet Template"; 
nametemplate=%s.xltx; priority=3
+application/vnd.ms-excel.sheet.macroEnabled.12; soffice --nologo --calc '%s'; 
edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="Office 
Open XML Spreadsheet with Macros Enabled"; nametemplate=%s.xlsm; priority=3
+application/vnd.ms-excel.template.macroEnabled.12; soffice --nologo --calc 
'%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; 
description="Office Open XML Spreadsheet Template with Macros Enabled"; 
nametemplate=%s.xltm; priority=3
+application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; soffice 
--nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n 
"$DISPLAY"; description="Office Open XML Spreadsheet"; nametemplate=%s.xlsx; 
priority=3
+application/vnd.openxmlformats-officedocument.spreadsheetml.template; soffice 
--nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n 
"$DISPLAY"; description="Office Open XML Spreadsheet Template"; 
nametemplate=%s.xltx; priority=3
 
 # IBM Lotus 1-2-3
-application/vnd.lotus-1-2-3; soffice -no-oosplash --calc '%s'; edit=soffice 
-no-oosplash --calc '%s'; test=test -n "$DISPLAY"; description="Lotus 1-2-3 
spreadsheet"; nametemplate=%s.123; priority=3
+application/vnd.lotus-1-2-3; soffice --nologo --calc '%s'; edit=soffice 
--nologo --calc '%s'; test=test -n "$DISPLAY"; description="Lotus 1-2-3 
spreadsheet"; nametemplate=%s.123; priority=3
 
 # Microsoft Excel
-application/vnd.ms-excel; soffice -no-oosplash --calc '%s'; edit=soffice 
-no-oosplash --calc '%s'; test=test -n "$DISPLAY"; description="Microsoft Excel 
Document"; nametemplate=%s.xls; priority=3
+application/vnd.ms-excel; soffice --nologo --calc '%s'; edit=soffice --nologo 
--calc '%s'; test=test -n "$DISPLAY"; description="Microsoft Excel Document"; 
nametemplate=%s.xls; priority=3
 
 # OASIS OpenDocument Format
-application/vnd.oasis.opendocument.chart; soffice -no-oosplash --calc '%s'; 
edit=soffice -no-oosplash --calc '%s'; print=soffice -no-oosplash --calc -p 
'%s'; test=test -n "$DISPLAY"; description="OpenDocument Chart"; 
nametemplate=%s.odc; priority=9
-application/vnd.oasis.opendocument.spreadsheet; soffice -no-oosplash --calc 
'%s'; edit=soffice -no-oosplash --calc '%s'; print=soffice -no-oosplash --calc 
-p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Spreadsheet"; 
nametemplate=%s.ods; priority=9
-application/vnd.oasis.opendocument.spreadsheet-template; soffice -no-oosplash 
--calc '%s'; edit=soffice -no-oosplash --calc '%s'; print=soffice -no-oosplash 
--calc -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Spreadsheet 
Template"; nametemplate=%s.ots; priority=9
+application/vnd.oasis.opendocument.chart; soffice --nologo --calc '%s'; 
edit=soffice --nologo --calc '%s'; print=soffice --nologo --calc -p '%s'; 
test=test -n "$DISPLAY"; description="OpenDocument Chart"; nametemplate=%s.odc; 
priority=9
+application/vnd.oasis.opendocument.spreadsheet; soffice --nologo --calc '%s'; 
edit=soffice --nologo --calc '%s'; print=soffice --nologo --calc -p '%s'; 
test=test -n "$DISPLAY"; description="OpenDocument Spreadsheet"; 
nametemplate=%s.ods; priority=9
+application/vnd.oasis.opendocument.spreadsheet-template; soffice --nologo 
--calc '%s'; edit=soffice --nologo --calc '%s'; print=soffice --nologo --calc 
-p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Spreadsheet 
Template"; nametemplate=%s.ots; priority=9
 
 # OpenOffice.org 1.0
-application/vnd.sun.xml.calc; soffice -no-oosplash --calc '%s'; edit=soffice 
-no-oosplash --calc '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org 
Spreadsheet"; nametemplate=%s.sxc; priority=8
-application/vnd.sun.xml.calc.template; soffice -no-oosplash --calc '%s'; 
edit=soffice -no-oosplash --calc '%s'; test=test -n "$DISPLAY"; 
description="OpenOffice.org Spreadsheet Template"; nametemplate=%s.stc; 
priority=8
+application/vnd.sun.xml.calc; soffice --nologo --calc '%s'; edit=soffice 
--nologo --calc '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org 
Spreadsheet"; nametemplate=%s.sxc; priority=8
+application/vnd.sun.xml.calc.template; soffice --nologo --calc '%s'; 
edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; 
description="OpenOffice.org Spreadsheet Template"; nametemplate=%s.stc; 
priority=8
 
 #
 ###
diff --git a/libreoffice-draw.mime b/libreoffice-draw.mime
index 0067a65..e960d67 100644
--- a/libreoffice-draw.mime
+++ b/libreoffice-draw.mime
@@ -2,12 +2,12 @@
 # shared-mime-info
 
 # OASIS OpenDocument Format
-application/vnd.oasis.opendocument.graphics; soffice -no-oosplash --draw '%s'; 
edit=soffice -no-oosplash --draw '%s'; print=soffice -no-oosplash --draw -p 
'%s'; test=test -n "$DISPLAY"; description="OpenDocument Drawing"; 
nametemplate=%s.odg; priority=9
-application/vnd.oasis.opendocument.graphics-template; soffice -no-oosplash 
--draw '%s'; edit=soffice -no-oosplash --draw '%s'; print=soffice -no-oosplash 
--draw -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Drawing 
Template"; nametemplate=%s.otg; priority=9
+application/vnd.oasis.opendocument.graphics; soffice --nologo --draw '%s'; 
edit=soffice --nologo --draw '%s'; print=soffice --nologo --draw -p '%s'; 
test=test -n "$DISPLAY"; description="OpenDocument Drawing"; 
nametemplate=%s.odg; priority=9
+application/vnd.oasis.opendocument.graphics-template; soffice --nologo --draw 
'%s'; edit=soffice --nologo --draw '%s'; print=soffice --nologo --draw -p '%s'; 
test=test -n "$DISPLAY"; description="OpenDocument Drawing Template"; 
nametemplate=%s.otg; priority=9
 
 # OpenOffice.org 1.0
-application/vnd.sun.xml.draw; soffice -no-oosplash --draw '%s'; edit=soffice 
-no-oosplash --draw '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org 
Drawing"; nametemplate=%s.sxd; priority=8
-application/vnd.sun.xml.draw.template; soffice -no-oosplash --draw '%s'; 
edit=soffice -no-oosplash --draw '%s'; test=test -n "$DISPLAY"; 
description="OpenOffice.org Drawing Template"; nametemplate=%s.std; priority=8
+application/vnd.sun.xml.draw; soffice --nologo --draw '%s'; edit=soffice 
--nologo --draw '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org 
Drawing"; nametemplate=%s.sxd; priority=8
+application/vnd.sun.xml.draw.template; soffice --nologo --draw '%s'; 
edit=soffice --nologo --draw '%s'; test=test -n "$DISPLAY"; 
description="OpenOffice.org Drawing Template"; nametemplate=%s.std; priority=8
 
 #
 ###
diff --git a/libreoffice-filter-binfilter.mime 
b/libreoffice-filter-binfilter.mime
index ebdfbb0..0592701 100644
--- a/libreoffice-filter-binfilter.mime
+++ b/libreoffice-filter-binfilter.mime
@@ -2,13 +2,13 @@
 # shared-mime-info
 
 # StarDivision StarOffice 5.0
-application/vnd.stardivision.calc; soffice -no-oosplash --calc '%s'; 
edit=soffice -no-oosplash --calc '%s'; test=test -n "$DISPLAY"; 
description="StarCalc 5.0"; nametemplate=%s.sdc; priority=8
-application/vnd.stardivision.chart; soffice -no-oosplash --calc '%s'; 
edit=soffice -no-oosplash --calc '%s'; test=test -n "$DISPLAY"; 
description="StarChart 5.0"; nametemplate=%s.sds; priority=8
-application/vnd.stardivision.draw; soffice -no-oosplash --draw '%s'; 
edit=soffice -no-oosplash --draw '%s'; test=test -n "$DISPLAY"; 
description="StarDraw 5.0"; nametemplate=%s.sda; priority=8
-application/vnd.stardivision.impress; soffice -no-oosplash --impress '%s'; 
edit=soffice -no-oosplash --impress '%s'; test=test -n "$DISPLAY"; 
description="StarImpress 5.0"; nametemplate=%s.sdd; priority=8
-application/vnd.stardivision.math; soffice -no-oosplash --math '%s'; 
edit=soffice -no-oosplash --math '%s'; test=test -n "$DISPLAY"; 
description="StarMath 5.0"; nametemplate=%s.sdf; priority=8
-application/vnd.stardivision.writer-global; soffice -no-oosplash --writer 
'%s'; edit=soffice -no-oosplash --writer '%s'; test=test -n "$DISPLAY"; 
description="StarWriter 5.0 Master Document"; nametemplate=%s.sgl; priority=8
-application/vnd.stardivision.writer; soffice -no-oosplash --writer '%s'; 
edit=soffice -no-oosplash --writer '%s'; test=test -n "$DISPLAY"; 
description="StarWriter 5.0"; nametemplate=%s.sdw; priority=8
+application/vnd.stardivision.calc; soffice --nologo --calc '%s'; edit=soffice 
--nologo --calc '%s'; test=test -n "$DISPLAY"; description="StarCalc 5.0"; 
nametemplate=%s.sdc; priority=8
+application/vnd.stardivision.chart; soffice --nologo --calc '%s'; edit=soffice 
--nologo --calc '%s'; test=test -n "$DISPLAY"; description="StarChart 5.0"; 
nametemplate=%s.sds; priority=8
+application/vnd.stardivision.draw; soffice --nologo --draw '%s'; edit=soffice 
--nologo --draw '%s'; test=test -n "$DISPLAY"; description="StarDraw 5.0"; 
nametemplate=%s.sda; priority=8
+application/vnd.stardivision.impress; soffice --nologo --impress '%s'; 
edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; 
description="StarImpress 5.0"; nametemplate=%s.sdd; priority=8
+application/vnd.stardivision.math; soffice --nologo --math '%s'; edit=soffice 
--nologo --math '%s'; test=test -n "$DISPLAY"; description="StarMath 5.0"; 
nametemplate=%s.sdf; priority=8
+application/vnd.stardivision.writer-global; soffice --nologo --writer '%s'; 
edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; 
description="StarWriter 5.0 Master Document"; nametemplate=%s.sgl; priority=8
+application/vnd.stardivision.writer; soffice --nologo --writer '%s'; 
edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; 
description="StarWriter 5.0"; nametemplate=%s.sdw; priority=8
 
 #
 ###
diff --git a/libreoffice-impress.mime b/libreoffice-impress.mime
index ee41134..fe75878 100644
--- a/libreoffice-impress.mime
+++ b/libreoffice-impress.mime
@@ -2,23 +2,23 @@
 # shared-mime-info
 
 # ECMA Office Open XML (Microsoft Office 2007)
-application/vnd.ms-powerpoint.presentation.macroEnabled.12; soffice 
-no-oosplash --impress '%s'; edit=soffice -no-oosplash --impress '%s'; 
test=test -n "$DISPLAY"; description="Office Open XML Presentation with Macros 
Enabled"; nametemplate=%s.pptm; priority=3
-application/vnd.ms-powerpoint.slideshow.macroEnabled.12; soffice -no-oosplash 
--impress '%s'; edit=soffice -no-oosplash --impress '%s'; test=test -n 
"$DISPLAY"; description="Office Open XML Presentation Slide Show with Macros 
Enabled"; nametemplate=%s.ppsm; priority=3
-application/vnd.ms-powerpoint.template.macroEnabled.12; soffice -no-oosplash 
--impress '%s'; edit=soffice -no-oosplash --impress '%s'; test=test -n 
"$DISPLAY"; description="Office Open XML Presentation Template with Macros 
Enabled"; nametemplate=%s.potm; priority=3
-application/vnd.openxmlformats-officedocument.presentationml.presentation; 
soffice -no-oosplash --impress '%s'; edit=soffice -no-oosplash --impress '%s'; 
test=test -n "$DISPLAY"; description="Office Open XML Presentation"; 
nametemplate=%s.pptx; priority=3
-application/vnd.openxmlformats-officedocument.presentationml.slideshow; 
soffice -no-oosplash --impress '%s'; edit=soffice -no-oosplash --impress '%s'; 
test=test -n "$DISPLAY"; description="Office Open XML Presentation Slide Show"; 
nametemplate=%s.ppsx; priority=3
-application/vnd.openxmlformats-officedocument.presentationml.template; soffice 
-no-oosplash --impress '%s'; edit=soffice -no-oosplash --impress '%s'; 
test=test -n "$DISPLAY"; description="Office Open XML Presentation Template"; 
nametemplate=%s.potx; priority=3
+application/vnd.ms-powerpoint.presentation.macroEnabled.12; soffice --nologo 
--impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; 
description="Office Open XML Presentation with Macros Enabled"; 
nametemplate=%s.pptm; priority=3
+application/vnd.ms-powerpoint.slideshow.macroEnabled.12; soffice --nologo 
--impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; 
description="Office Open XML Presentation Slide Show with Macros Enabled"; 
nametemplate=%s.ppsm; priority=3
+application/vnd.ms-powerpoint.template.macroEnabled.12; soffice --nologo 
--impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; 
description="Office Open XML Presentation Template with Macros Enabled"; 
nametemplate=%s.potm; priority=3
+application/vnd.openxmlformats-officedocument.presentationml.presentation; 
soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; 
test=test -n "$DISPLAY"; description="Office Open XML Presentation"; 
nametemplate=%s.pptx; priority=3
+application/vnd.openxmlformats-officedocument.presentationml.slideshow; 
soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; 
test=test -n "$DISPLAY"; description="Office Open XML Presentation Slide Show"; 
nametemplate=%s.ppsx; priority=3
+application/vnd.openxmlformats-officedocument.presentationml.template; soffice 
--nologo --impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n 
"$DISPLAY"; description="Office Open XML Presentation Template"; 
nametemplate=%s.potx; priority=3
 
 # Microsoft PowerPoint
-application/vnd.ms-powerpoint; soffice -no-oosplash --impress '%s'; 
edit=soffice -no-oosplash --impress '%s'; test=test -n "$DISPLAY"; 
description="Microsoft PowerPoint Document"; nametemplate=%s.ppt; priority=3
+application/vnd.ms-powerpoint; soffice --nologo --impress '%s'; edit=soffice 
--nologo --impress '%s'; test=test -n "$DISPLAY"; description="Microsoft 
PowerPoint Document"; nametemplate=%s.ppt; priority=3
 
 # OASIS OpenDocument Format
-application/vnd.oasis.opendocument.presentation; soffice -no-oosplash 
--impress '%s'; edit=soffice -no-oosplash --impress '%s'; print=soffice 
-no-oosplash --impress -p '%s'; test=test -n "$DISPLAY"; 
description="OpenDocument Presentation"; nametemplate=%s.odp; priority=9
-application/vnd.oasis.opendocument.presentation-template; soffice -no-oosplash 
--impress '%s'; edit=soffice -no-oosplash --impress '%s'; print=soffice 
-no-oosplash --impress -p '%s'; test=test -n "$DISPLAY"; 
description="OpenDocument Presentation Template"; nametemplate=%s.otp; 
priority=9
+application/vnd.oasis.opendocument.presentation; soffice --nologo --impress 
'%s'; edit=soffice --nologo --impress '%s'; print=soffice --nologo --impress -p 
'%s'; test=test -n "$DISPLAY"; description="OpenDocument Presentation"; 
nametemplate=%s.odp; priority=9
+application/vnd.oasis.opendocument.presentation-template; soffice --nologo 
--impress '%s'; edit=soffice --nologo --impress '%s'; print=soffice --nologo 
--impress -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument 
Presentation Template"; nametemplate=%s.otp; priority=9
 
 # OpenOffice.org 1.0
-application/vnd.sun.xml.impress; soffice -no-oosplash --impress '%s'; 
edit=soffice -no-oosplash --impress '%s'; test=test -n "$DISPLAY"; 
description="OpenOffice.org Presentation"; nametemplate=%s.sxi; priority=8
-application/vnd.sun.xml.impress.template; soffice -no-oosplash --impress '%s'; 
edit=soffice -no-oosplash --impress '%s'; test=test -n "$DISPLAY"; 
description="OpenOffice.org Presentation Template"; nametemplate=%s.sti; 
priority=8
+application/vnd.sun.xml.impress; soffice --nologo --impress '%s'; edit=soffice 
--nologo --impress '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org 
Presentation"; nametemplate=%s.sxi; priority=8
+application/vnd.sun.xml.impress.template; soffice --nologo --impress '%s'; 
edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; 
description="OpenOffice.org Presentation Template"; nametemplate=%s.sti; 
priority=8
 
 #
 ###
diff --git a/libreoffice-math.mime b/libreoffice-math.mime
index 7888636..c9eee47 100644
--- a/libreoffice-math.mime
+++ b/libreoffice-math.mime
@@ -2,13 +2,13 @@
 # shared-mime-info
 
 # Generic
-text/mathml; soffice -no-oosplash --math '%s'; edit=soffice -no-oosplash 
--math '%s'; test=test -n "$DISPLAY"; description="MathML Formula"; 
nametemplate=%s.mml; priority=3
+text/mathml; soffice --nologo --math '%s'; edit=soffice --nologo --math '%s'; 
test=test -n "$DISPLAY"; description="MathML Formula"; nametemplate=%s.mml; 
priority=3
 
 # OASIS OpenDocument Format
-application/vnd.oasis.opendocument.formula; soffice -no-oosplash --math '%s'; 
edit=soffice -no-oosplash --math '%s'; print=soffice -no-oosplash --math -p 
'%s'; test=test -n "$DISPLAY"; description="OpenDocument Formula"; 
nametemplate=%s.odf; priority=9
+application/vnd.oasis.opendocument.formula; soffice --nologo --math '%s'; 
edit=soffice --nologo --math '%s'; print=soffice --nologo --math -p '%s'; 
test=test -n "$DISPLAY"; description="OpenDocument Formula"; 
nametemplate=%s.odf; priority=9
 
 # OpenOffice.org 1.0
-application/vnd.sun.xml.math; soffice -no-oosplash --math '%s'; edit=soffice 
-no-oosplash --math '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org 
Formula"; nametemplate=%s.sxm; priority=8
+application/vnd.sun.xml.math; soffice --nologo --math '%s'; edit=soffice 
--nologo --math '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org 
Formula"; nametemplate=%s.sxm; priority=8
 
 #
 ###
diff --git a/libreoffice-writer.mime b/libreoffice-writer.mime
index ff3c47c..799dd44 100644
--- a/libreoffice-writer.mime
+++ b/libreoffice-writer.mime
@@ -2,35 +2,35 @@
 # shared-mime-info
 
 # Generic
-application/rtf; soffice -no-oosplash --writer '%s'; edit=soffice -no-oosplash 
--writer '%s'; test=test -n "$DISPLAY"; description="Rich Text Format"; 
nametemplate=%s.rtf; priority=3
-application/x-extension-txt; soffice -no-oosplash --writer '%s'; edit=soffice 
-no-oosplash --writer '%s'; test=test -n "$DISPLAY"; description="Plain Text 
Document"; nametemplate=%s.txt; priority=3
-application/x-t602; soffice -no-oosplash --writer '%s'; edit=soffice 
-no-oosplash --writer '%s'; test=test -n "$DISPLAY"; description="T602 
Document"; nametemplate=%s.602; priority=3
+application/rtf; soffice --nologo --writer '%s'; edit=soffice --nologo 
--writer '%s'; test=test -n "$DISPLAY"; description="Rich Text Format"; 
nametemplate=%s.rtf; priority=3
+application/x-extension-txt; soffice --nologo --writer '%s'; edit=soffice 
--nologo --writer '%s'; test=test -n "$DISPLAY"; description="Plain Text 
Document"; nametemplate=%s.txt; priority=3
+application/x-t602; soffice --nologo --writer '%s'; edit=soffice --nologo 
--writer '%s'; test=test -n "$DISPLAY"; description="T602 Document"; 
nametemplate=%s.602; priority=3
 
 # Corel WordPerfect
-application/vnd.wordperfect; soffice -no-oosplash --writer '%s'; edit=soffice 
-no-oosplash --writer '%s'; test=test -n "$DISPLAY"; description="WordPerfect 
Document"; nametemplate=%s.wp; priority=3
+application/vnd.wordperfect; soffice --nologo --writer '%s'; edit=soffice 
--nologo --writer '%s'; test=test -n "$DISPLAY"; description="WordPerfect 
Document"; nametemplate=%s.wp; priority=3
 
 # ECMA Office Open XML (Microsoft Office 2007)
-application/vnd.ms-word.document.macroEnabled.12; soffice -no-oosplash 
--writer '%s'; edit=soffice -no-oosplash --writer '%s'; test=test -n 
"$DISPLAY"; description="Office Open XML Document with Macros Enabled"; 
nametemplate=%s.docm; priority=3
-application/vnd.ms-word.template.macroEnabled.12; soffice -no-oosplash 
--writer '%s'; edit=soffice -no-oosplash --writer '%s'; test=test -n 
"$DISPLAY"; description="Office Open XML Document Template with Macros 
Enabled"; nametemplate=%s.dotm; priority=3
-application/vnd.openxmlformats-officedocument.wordprocessingml.document; 
soffice -no-oosplash --writer '%s'; edit=soffice -no-oosplash --writer '%s'; 
test=test -n "$DISPLAY"; description="Office Open XML Document"; 
nametemplate=%s.docx; priority=3
-application/vnd.openxmlformats-officedocument.wordprocessingml.template; 
soffice -no-oosplash --writer '%s'; edit=soffice -no-oosplash --writer '%s'; 
test=test -n "$DISPLAY"; description="Office Open XML Document Template"; 
nametemplate=%s.dotx; priority=3
+application/vnd.ms-word.document.macroEnabled.12; soffice --nologo --writer 
'%s'; edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; 
description="Office Open XML Document with Macros Enabled"; 
nametemplate=%s.docm; priority=3
+application/vnd.ms-word.template.macroEnabled.12; soffice --nologo --writer 
'%s'; edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; 
description="Office Open XML Document Template with Macros Enabled"; 
nametemplate=%s.dotm; priority=3
+application/vnd.openxmlformats-officedocument.wordprocessingml.document; 
soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; test=test 
-n "$DISPLAY"; description="Office Open XML Document"; nametemplate=%s.docx; 
priority=3
+application/vnd.openxmlformats-officedocument.wordprocessingml.template; 
soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; test=test 
-n "$DISPLAY"; description="Office Open XML Document Template"; 
nametemplate=%s.dotx; priority=3
 
 # Microsoft Word
-application/msword; soffice -no-oosplash --writer '%s'; edit=soffice 
-no-oosplash --writer '%s'; test=test -n "$DISPLAY"; description="Microsoft 
Word Document"; nametemplate=%s.doc; priority=3
+application/msword; soffice --nologo --writer '%s'; edit=soffice --nologo 
--writer '%s'; test=test -n "$DISPLAY"; description="Microsoft Word Document"; 
nametemplate=%s.doc; priority=3
 
 # Microsoft Works
-application/vnd.ms-works; soffice -no-oosplash --writer '%s'; edit=soffice 
-no-oosplash --writer '%s'; test=test -n "$DISPLAY"; description="Microsoft 
Works Document"; nametemplate=%s.wps; priority=3
+application/vnd.ms-works; soffice --nologo --writer '%s'; edit=soffice 
--nologo --writer '%s'; test=test -n "$DISPLAY"; description="Microsoft Works 
Document"; nametemplate=%s.wps; priority=3
 
 # OASIS OpenDocument Format
-application/vnd.oasis.opendocument.text; soffice -no-oosplash --writer '%s'; 
edit=soffice -no-oosplash --writer '%s'; print=soffice -no-oosplash --writer -p 
'%s'; test=test -n "$DISPLAY"; description="OpenDocument Text Document"; 
nametemplate=%s.odt; priority=9
-application/vnd.oasis.opendocument.text-master; soffice -no-oosplash --global 
'%s'; edit=soffice -no-oosplash --writer '%s'; print=soffice -no-oosplash 
--writer -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Master 
Document"; nametemplate=%s.odm; priority=9
-application/vnd.oasis.opendocument.text-template; soffice -no-oosplash 
--writer '%s'; edit=soffice -no-oosplash --writer '%s'; print=soffice 
-no-oosplash --writer -p '%s'; test=test -n "$DISPLAY"; 
description="OpenDocument Text Document Template"; nametemplate=%s.ott; 
priority=9
-application/vnd.oasis.opendocument.text-web; soffice -no-oosplash --web '%s'; 
edit=soffice -no-oosplash --web '%s'; print=soffice -no-oosplash --web -p '%s'; 
test=test -n "$DISPLAY"; description="OpenDocument HTML Document Template"; 
nametemplate=%s.oth; priority=9
+application/vnd.oasis.opendocument.text; soffice --nologo --writer '%s'; 
edit=soffice --nologo --writer '%s'; print=soffice --nologo --writer -p '%s'; 
test=test -n "$DISPLAY"; description="OpenDocument Text Document"; 
nametemplate=%s.odt; priority=9
+application/vnd.oasis.opendocument.text-master; soffice --nologo --global 
'%s'; edit=soffice --nologo --writer '%s'; print=soffice --nologo --writer -p 
'%s'; test=test -n "$DISPLAY"; description="OpenDocument Master Document"; 
nametemplate=%s.odm; priority=9
+application/vnd.oasis.opendocument.text-template; soffice --nologo --writer 
'%s'; edit=soffice --nologo --writer '%s'; print=soffice --nologo --writer -p 
'%s'; test=test -n "$DISPLAY"; description="OpenDocument Text Document 
Template"; nametemplate=%s.ott; priority=9
+application/vnd.oasis.opendocument.text-web; soffice --nologo --web '%s'; 
edit=soffice --nologo --web '%s'; print=soffice --nologo --web -p '%s'; 
test=test -n "$DISPLAY"; description="OpenDocument HTML Document Template"; 
nametemplate=%s.oth; priority=9
 
 # OpenOffice.org 1.0
-application/vnd.sun.xml.writer; soffice -no-oosplash --writer '%s'; 
edit=soffice -no-oosplash --writer '%s'; description="OpenOffice.org Text 
Document"; nametemplate=%s.sxw; priority=8
-application/vnd.sun.xml.writer.global; soffice -no-oosplash --global '%s'; 
edit=soffice -no-oosplash --writer '%s'; description="OpenOffice.org Master 
Document"; nametemplate=%s.sxg; priority=8
-application/vnd.sun.xml.writer.template; soffice -no-oosplash --writer '%s'; 
edit=soffice -no-oosplash --writer '%s'; description="OpenOffice.org Text 
Document Template"; nametemplate=%s.stw; priority=8
+application/vnd.sun.xml.writer; soffice --nologo --writer '%s'; edit=soffice 
--nologo --writer '%s'; description="OpenOffice.org Text Document"; 
nametemplate=%s.sxw; priority=8
+application/vnd.sun.xml.writer.global; soffice --nologo --global '%s'; 
edit=soffice --nologo --writer '%s'; description="OpenOffice.org Master 
Document"; nametemplate=%s.sxg; priority=8
+application/vnd.sun.xml.writer.template; soffice --nologo --writer '%s'; 
edit=soffice --nologo --writer '%s'; description="OpenOffice.org Text Document 
Template"; nametemplate=%s.stw; priority=8
 
 #
 ###

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1u20wn-0001vt...@vasks.debian.org

Reply via email to