I realize that this is marked as a dup, but it isn’t really. GnuCash is installable now, but printing is still broken. Here is what happened today when I attempted to print a Balance Sheet from GnuCash: mbt@pepper:~$ gdb gnucash-bin GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"... Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) run Starting program: /usr/bin/gnucash-bin [Thread debugging using libthread_db enabled] [New Thread -1232619232 (LWP 15847)] gnucash: [M] "Found Finance::Quote version ""1.12" [New Thread -1264374896 (LWP 15879)] [New Thread -1272767600 (LWP 15880)] [New Thread -1281160304 (LWP 15881)] (gnucash:15847): GnomePrint-WARNING **: Could not create filter from description 'GnomePrintFilterSelect': filter 'GnomePrintFilterSelect' is unknown (gnucash:15847): GLib-GObject-WARNING **: invalid (NULL) pointer instance (gnucash:15847): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (gnucash:15847): GnomePrint-WARNING **: Could not create filter from description 'GnomePrintFilterClip [ GnomePrintFilterMultipage ]': filter 'GnomePrintFilterClip' is unknown (gnucash:15847): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed (gnucash:15847): libgnomeprintui-CRITICAL **: gnome_print_layout_selector_load_filter: assertion `GNOME_IS_PRINT_FILTER (f)' failed (gnucash:15847): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed (gnucash:15847): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed (gnucash:15847): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed (gnucash:15847): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed (gnucash:15847): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed (gnucash:15847): GnomePrint-CRITICAL **: gnome_print_filter_reset: assertion `GNOME_IS_PRINT_FILTER (f)' failed (gnucash:15847): GnomePrint-CRITICAL **: gnome_print_filter_flush: assertion `GNOME_IS_PRINT_FILTER (f)' failed GnomePrintCupsPlugin-Message: The ppd file for the CUPS printer e240 could not be loaded. (gnucash:15847): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed (gnucash:15847): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed (gnucash:15847): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed (gnucash:15847): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed (gnucash:15847): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed (gnucash:15847): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed (gnucash:15847): GnomePrint-CRITICAL **: gnome_print_filter_reset: assertion `GNOME_IS_PRINT_FILTER (f)' failed (gnucash:15847): GnomePrint-CRITICAL **: gnome_print_filter_flush: assertion `GNOME_IS_PRINT_FILTER (f)' failed [Thread -1264374896 (LWP 15879) exited] [Thread -1272767600 (LWP 15880) exited] [Thread -1281160304 (LWP 15881) exited] (gnucash:15847): Gtk-CRITICAL **: gtk_print_context_get_width: assertion `GTK_IS_PRINT_CONTEXT (context)' failed (gnucash:15847): Gtk-CRITICAL **: gtk_print_context_get_height: assertion `GTK_IS_PRINT_CONTEXT (context)' failed (gnucash:15847): Gtk-CRITICAL **: gtk_print_context_get_page_setup: assertion `GTK_IS_PRINT_CONTEXT (context)' failed Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1232619232 (LWP 15847)] 0xb73ecf1c in gtk_page_setup_get_left_margin () from /usr/lib/libgtk-x11-2.0.so.0 (gdb) bt #0 0xb73ecf1c in gtk_page_setup_get_left_margin () from /usr/lib/libgtk-x11-2.0.so.0 #1 0xb7c979a0 in ?? () from /usr/lib/libgtkhtml-3.8.so.15 #2 0x00000000 in ?? () (gdb) gcore conSaved corefile core.15847 (gdb) cont Continuing. Program terminated with signal SIGSEGV, Segmentation fault. The program no longer exists. (gdb) quit mbt@pepper:~$ Attached is the corefile generated, as well.