M HYPE SPLASH
// news

View *.eps files

By Michael Henderson

Since Evince doesn't work with *.eps on 13.04 (see bellow), is there any other app to quickly open (not edit) a *.eps file?

petr@sova:~$ evince histogram_default.eps
undefined -21
undefined -21
(evince:12208): EvinceDocument-CRITICAL **: ev_document_misc_pixbuf_from_surface: assertion `surface' failed
(evince:12208): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
0

2 Answers

Try using ghostscript from the command line. This has worked for me. It may need to be installed from the repositories if not present on your system. sudo apt-get install ghostscript or the equivalent.

3

Actually, this is a bug of Ghostscript.

It has a problem dealing with the decimal separator "," in some locales. To workaround you can start evince like this:

LANG=en_US evince my_file.ps

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy