[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#235216: patch



package konqueror
tags 235216 +patch
thanks

Here's the (simple) patch for this.  I hope I haven't made too much
typo's...  

cheers
domi

Index: debian/konqueror.mime
===================================================================
--- debian/konqueror.mime	(revision 60)
+++ debian/konqueror.mime	(working copy)
@@ -1,16 +1,16 @@
-image/gif; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-image/jpeg; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-image/pjpeg; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-image/png; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-image/x-xbitmap; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-image/x-tiff; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-image/x-xbm; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-image/xbm; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-video/x-mng; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-image/x-jng; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-text/plain; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-text/html; konqueror %s;test=test "$DISPLAY" != ""; priority=5
-image/ps; konqueror %s; test=test "$DISPLAY" != "" &&  expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5
-image/pdf; konqueror %s; test=test "$DISPLAY" != "" && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5
-application/pdf; konqueror %s; test=test "$DISPLAY" != "" && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5
-application/postscript; konqueror %s; test=test "$DISPLAY" != "" && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5
+image/gif; konqueror %s; nametemplate=%s.gif; test=test "$DISPLAY" != ""; priority=5
+image/jpeg; konqueror %s; nametemplate=%s.jpg; test=test "$DISPLAY" != ""; priority=5
+image/pjpeg; konqueror %s; test=test "$DISPLAY" != ""; priority=5
+image/png; konqueror %s; nametemplate=%s.png; test=test "$DISPLAY" != ""; priority=5
+image/x-xbitmap; konqueror %s;nametemplate=%s.xbm; test=test "$DISPLAY" != ""; priority=5
+image/x-tiff; konqueror %s; nametemplate=%s.tiff; test=test "$DISPLAY" != ""; priority=5
+image/x-xbm; konqueror %s; nametemplate=%s.xbm; test=test "$DISPLAY" != ""; priority=5
+image/xbm; konqueror %s; nametemplate=%s.xbm; test=test "$DISPLAY" != ""; priority=5
+video/x-mng; konqueror %s; nametemplate=%s.mng; test=test "$DISPLAY" != ""; priority=5
+image/x-jng; konqueror %s; nametemplate=%s.jng; test=test "$DISPLAY" != ""; priority=5
+text/plain; konqueror %s; nametemplate=%s.txt; test=test "$DISPLAY" != ""; priority=5
+text/html; konqueror %s; nametemplate=%s.html; test=test "$DISPLAY" != ""; priority=5
+image/ps; konqueror %s; nametemplate=%s.ps; test=test "$DISPLAY" != "" &&  expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5
+image/pdf; konqueror %s; nametemplate=%s.pdf; test=test "$DISPLAY" != "" && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5
+application/pdf; konqueror %s; nametemplate=%s.pdf; test=test "$DISPLAY" != "" && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5
+application/postscript; konqueror %s; nametemplate=%s.ps; test=test "$DISPLAY" != "" && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 60)
+++ debian/changelog	(working copy)
@@ -1,3 +1,10 @@
+kdebase (4:3.2.0-0pre1v2) experimental; urgency=low
+
+  * Fix the konqueror.mime to use nametemplate's ( Thanks Malcolm Parsons)
+    (closes:235216)
+
+ --
+
 kdebase (4:3.2.0-0pre1v1) experimental; urgency=low
 
   * New upstream release.

Reply to: