After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 309501 - bad argument supplied for lpr -P
bad argument supplied for lpr -P
Status: RESOLVED DUPLICATE of bug 301730
Product: epiphany
Classification: Core
Component: Printing
1.6.x
Other Linux
: Normal major
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-07-05 06:31 UTC by Ekatalog developers
Modified: 2005-07-09 15:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Ekatalog developers 2005-07-05 06:31:15 UTC
Distribution/Version: Gentoo Base System version 1.6.12

File -> Print...
What happens:
 epiphany launches lpr with weird arguments (without dispaying any dialog):
 wiga ~ # head -n 2 /usr/bin/lpr
 #!/bin/bash
 echo "$@" > /tmp/lpr.args
 wiga ~ # cat /tmp/lpr.args 
 -PlassifiedddassifiedddtB
 wiga ~ # 

This weird string contains some unprintable characters (shown as ^C by vim)

IMHO it should look like: -PBrother :). And ask which printer to use.

Software:

gnome-2.10
cups-1.1.23
epiphany-1.6.0
Comment 1 Christian Persch 2005-07-09 15:24:06 UTC
I removed the commandline lockdown check, the rest seems to be a dup of bug 301730.

*** This bug has been marked as a duplicate of 301730 ***