There's an old GQview bug where printing doesn't set the PageSize option
( https://bugzilla.redhat.com/222639 ). The related code in print.c is
disabled permanently with '#ifdef 0'.
Would it be possible to enable the code for Geeqie testing?
What do you think?
diff -Nur geeqie-1.0beta1-orig/src/print.c geeqie-1.0beta1/src/print.c
--- geeqie-1.0beta1-orig/src/print.c 2009-05-13 21:30:37.000000000 +0200
+++ geeqie-1.0beta1/src/print.c 2009-05-14 19:52:02.000000000 +0200
@@ -1120,7 +1120,6 @@
g_fprintf(f, "%%%%Title:\n");
/* setup page size, coordinates (do we really need this?) */
-#if 0
g_fprintf(f, "<<\n");
g_fprintf(f, "/PageSize [%f %f]\n", pw->layout_width, pw->layout_height);
g_fprintf(f, "/ImagingBBox [%f %f %f %f]\n", /* l b r t */
@@ -1129,7 +1128,6 @@
g_fprintf(f, "/Orientation %d\n",
(pw->paper_orientation == PAPER_ORIENTATION_PORTRAIT) ? 0 : 1);
g_fprintf(f, ">> setpagedevice\n");
-#endif
ret = !pipe_handler_check(pe);
pipe_handler_free(pe);
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel