Package: ghostscript-x
Version: 10.0.0~dfsg-6
When I use gv there is no preview of a .ps
gs --help doesn't give x11 as device,
default device is 'bbox'
strace -f -o strace_gv.out -e open,openat,read gv file.ps
gives:
.
.
22571 openat(AT_FDCWD,
"/usr/lib/x86_64-linux-gnu/ghostscript/10.00.0/X11.so",
O_RDONLY|O_CLOEXEC) = 5
22571 read(5,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"...,
832) = 832
.
.
read(7, "Unknown device: x11\n", 512) = 20
-------------------
I am using
Linux myhost 6.0.0-2-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.0.5-1
(2022-10-28) x86_64 GNU/Linux