From 40949719c38f6ff13b25c5b664d7b74e7e8f8b8e Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 21 Sep 2005 20:21:44 +0000 Subject: Don't use "cat >" as output command, it fails inpredicably. Instead, use 2005-09-21 Christian Persch * embed/mozilla/EphyUtils.cpp: * embed/print-dialog.c: (ephy_print_do_print_idle_cb): Don't use "cat >" as output command, it fails inpredicably. Instead, use the tempfile setting, and set "PostScript/default" as printer name. fflush before printing the temp file using gnome-print. If not using gecko 1.9, translate the paper name to the one mozilla expects (mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=307404). --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d6d02277a..a6514c0a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-09-21 Christian Persch + + * embed/mozilla/EphyUtils.cpp: + * embed/print-dialog.c: (ephy_print_do_print_idle_cb): + + Don't use "cat >" as output command, it fails inpredicably. + Instead, use the tempfile setting, and set "PostScript/default" + as printer name. fflush before printing the temp file + using gnome-print. If not using gecko 1.9, translate the paper + name to the one mozilla expects (mozilla bug + https://bugzilla.mozilla.org/show_bug.cgi?id=307404). + 2005-09-21 Christian Persch * lib/ephy-gui.c: (ephy_gui_check_location_writable): -- cgit v1.2.3