diff options
author | Denis Kozadaev <[email protected]> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-08 01:47:06 +0100 |
commit | 2d6d189ad768bb52674589e83dc08f572a0726e5 (patch) | |
tree | 179acf474b3a130dd7a8a33fb79b65cc442e9d1b /dilos/tdegraphics/debian/kghostview-trinity.mime | |
parent | 8345e931471182497527efca5e0c9d1f8af73888 (diff) | |
download | tde-packaging-2d6d189ad768bb52674589e83dc08f572a0726e5.tar.gz tde-packaging-2d6d189ad768bb52674589e83dc08f572a0726e5.zip |
DilOS: tdegraphics build pack
Signed-off-by: Denis Kozadaev <[email protected]>
(cherry picked from commit 8c0726f9172159e5f18311e7af99c1cf67a104f9)
Diffstat (limited to 'dilos/tdegraphics/debian/kghostview-trinity.mime')
-rw-r--r-- | dilos/tdegraphics/debian/kghostview-trinity.mime | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dilos/tdegraphics/debian/kghostview-trinity.mime b/dilos/tdegraphics/debian/kghostview-trinity.mime new file mode 100644 index 000000000..b8894e89c --- /dev/null +++ b/dilos/tdegraphics/debian/kghostview-trinity.mime @@ -0,0 +1,3 @@ +application/pdf; kghostview %s -caption "PS/PDF Viewer"; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; priority=5 +application/postscript; kghostview %s -caption "PS/PDF Viewer"; nametemplate=%s.ps; test=test "$DISPLAY" != ""; priority=5 +image/x-eps; kghostview %s -caption "PS/PDF Viewer"; nametemplate=%s.eps; test=test "$DISPLAY" != ""; priority=5 |