This is related to my ghostscript thread, but hopefully more general.
I want to see what programs/files are being accessed when I get ghostscript to run successfully on my Ubuntu system. I figure if I can see what's being used during my convert process, I can check to see if it exists on the OpenSuse system, which is failing at a ghostscript convert.
For example, if I run 'convert new.eps new.png', I want to see:
convert new.eps new.png
gs blah blah blah new.eps size size x y new.png etc
other programs
other programs...
...
I want to see what programs/files are being accessed when I get ghostscript to run successfully on my Ubuntu system. I figure if I can see what's being used during my convert process, I can check to see if it exists on the OpenSuse system, which is failing at a ghostscript convert.
For example, if I run 'convert new.eps new.png', I want to see:
convert new.eps new.png
gs blah blah blah new.eps size size x y new.png etc
other programs
other programs...
...