Bug 58153 - Useless default print command
Summary: Useless default print command
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: ggv
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-10 11:16 UTC by Tim Waugh
Modified: 2013-04-02 04:15 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-01-10 15:43:02 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.