Bug 58153

Summary: Useless default print command
Product: [Retired] Red Hat Raw Hide Reporter: Tim Waugh <twaugh>
Component: ggvAssignee: Jonathan Blandford <jrb>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: ddumas
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-10 15:43:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tim Waugh 2002-01-10 11:16:07 UTC
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.)

Comment 1 Jonathan Blandford 2002-03-18 19:32:46 UTC
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.