-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
This issue is related to racket/drracket#465. On Linux, "File > Print definitions... > [print dialogue opens]" generates empty pages. This is tested with both Racket 8.13 and 8.14 on multiple Linux distro. And it seems the problem has existed for a while. 8.13 and 8.14 are not the only two versions that suffer from it. My tests show that disabling asynchronous operation in the following line fixes this problem. The reason for that is still not clear. But it should be safe for now to just disable asynchronous printing.
| (gtk_print_operation_set_allow_async op-gtk #t) |
Metadata
Metadata
Assignees
Labels
No labels