CVS commit by domi: Applying pretty straightforward patch for Debian bug #160428.
Chris, I hope I'm doing this right :) CCMAIL:Christopher L. Cheney <[EMAIL PROTECTED]> M +4 -4 konqueror.mime 1.9.2.1 --- kdebase/debian/konqueror.mime #1.9:1.9.2.1 @@ -11,6 +11,6 @@ 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/ps; konqueror %s; test=test "$DISPLAY" != "" && which gs >/dev/null 2>&1 && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5 +image/pdf; konqueror %s; test=test "$DISPLAY" != "" && which gs >/dev/null 2>&1 && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5 +application/pdf; konqueror %s; test=test "$DISPLAY" != "" && which gs >/dev/null 2>&1 && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5 +application/postscript; konqueror %s; test=test "$DISPLAY" != "" && which gs >/dev/null 2>&1 && expr `gs --version` ">=" 3.51 >/dev/null 2>&1; priority=5