Hi,
Thank you for your bug report, I just fund a new bug.
The gv command says :
gv is /usr/bin/gv
gv: invalid option -- s
This option -seascape is not recognized but is needed the following
option : --orientation=seascape
I forwarded patch upstream
Best Regards,
diff -urN orig/gui.py new/gui.py
--- orig/gui.py 2005-05-10 14:12:49.000000000 +0200
+++ new/gui.py 2005-05-10 14:13:30.000000000 +0200
@@ -263,7 +263,7 @@
self.client.set_string(self.text_formatter_path,
"fmt -w %d")
if not self.client.get_string(self.print_command_path):
- self.client.set_string(self.print_command_path,
"if type gv; then GV='gv -seascape'; else if type ggv; then GV=ggv; else
lpr $1; exit; fi; fi; T=/tmp/.tmp.$$;mpage -f -2 -I1 -P- $1 > $T;($GV
$T; rm $T)&")
+ self.client.set_string(self.print_command_path,
"if type gv; then GV='gv --orientation=seascape'; else if type ggv; then
GV=ggv; else lpr $1; exit; fi; fi; T=/tmp/.tmp.$$;mpage -f -2 -I1 -P- $1
> $T;($GV $T; rm $T)&")
if not self.client.get_string(self.external_editor_path):
if os.system("type nedit >/dev/null 2>&1") == 0:
--
.''`. Khalid El Fathi
: :' : inv...@edena-fr.org
`. `' www.edena-fr.org
`- GPG: 1024D/5801E0DA
--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org