Description of Problem: The default print command with ggv is ' %s', where %s is the filename. Aside from the '%s' ickiness (see http://cyberelk.net/tim/articles/cmdline/), this just doesn't work, since it tries to execute the filename (duh). Version-Release number of selected component (if applicable): 1.0.1-4 How Reproducible: 100% Steps to Reproduce: 1. Try to print anything. Actual Results: /bin/bash: file.ps: command not found Expected Results: The printed file. Additional Information: Package needs a BuildRequires: lpr, or else the config.h needs tweaking after %configure so that LPR_PATH gets set right. (Looking at the configure.in I don't really understand why it _doesn't_ get set right.)
It seems to be getting it right currently for me. One thing that could be causing a problem (and confused me initially) is that it reads your setting in from ~/.gnome/ggv. At one point, I had the wrong settings stored here, and it had propagated forward, despite the fact that the current defaults correct. Long term solution: move to GConf.