GNOME Bugzilla – Bug 423484
GtkPrintSettings change unexpectedly
Last modified: 2018-04-14 23:54:15 UTC
The GtkPrintSettings accessible through gtk_print_operation_get_print_settings in the signal handler for the custom-widget-apply signal and the signal handler for the begin-print signal should be the same. Custom-widget-apply will clearly want to store settings in the GtkPrintSetting to be used when printing. Currently this is not possible.
any progress on this??
I think we'd need a test case showing how to make them _not_ the same. The documentation is sparse but does not indicate they are intended to be different. op->priv->print_settings is only reset when being created lazily if NULL, or through the property setter. So it's hard to imagine at a glance why they'd differ.
As announced a while ago, we are migrating to gitlab, and bugs that haven't seen activity in the last year or so will be not be migrated, but closed out in bugzilla. If this bug is still relevant to you, you can open a new issue describing the symptoms and how to reproduce it with gtk 3.22.x or master in gitlab: https://gitlab.gnome.org/GNOME/gtk/issues/new