This problem was caused by having no evince backends installed. SLES12 packages the evince plugins in separate RPMs, which I had not installed. The “exit with no error message and no window” behavior was caused by having zero backends installed. I hope this helps someone else. Joshua Levy From: Joshua Levy I’m trying to run evince on a SLES12 sp2 Linux machine. When I run the command or double click on the icon, it thinks for a while, and then exits. From command line, I’ve tried evince, evince-previewer with no arguments and with the full path of a PDF file. Same results always. No error message and I don’t see any messages in any obvious log files. # rpm -qa | grep evince evince-lang-3.20.1-5.66.noarch evince-3.20.1-5.66.x86_64 I build this machine from scratch so I might not have something that evince needs, but ldd does not show any missing libraries. Any thoughts on what is wrong, or suggestions as to where to look for error messages? Joshua Levy |