Printing a multi-page document only prints the first page
<!-- See our full bug reporting guidelines at https://inkscape.org/contribute/report-bugs/ Writing a good bug report will ensure we'll be able to help efficiently. 🙂 --> #### Summary: <!-- Summarize the issue/suggestion concisely: --> Printing a multi-page document only sends the first page to the printer, even when "Print all pages" is selected. #### Steps to reproduce: <!-- Describe what you did (step-by-step) so we can reproduce: --> - open Inkscape - Create a second page using the Page tool - (optional) Put something on each page - Go to File > Print, or ^P - Ensure that "Range:" is set to "All pages" - Print the document #### What happened? All pages of the document should have been printed. #### What should have happened? Only the first page was printed. Sample attachments: <!-- Attach the sample file(s) highlighting the issue, if appropriate. --> #### Version info <!-- Open 'Help > About' and click on the little bug icon in the bottom right corner that copies the debug information to your clipboard. For command line users, run 'inkscape --debug-info'. For Inkscape 1.0.2 and older, please manually add the Inkscape Version and Operating System Version. The Inkscape version is listed in the About dialog. For command line users, run 'inkscape -V' Paste the information in the empty space between the apostrophes below: --> Inkscape nightly from PPA ``` Inkscape 1.2-alpha1 (1:1.2.0-alpha1+devel+202204062350+82c74e9b90) GLib version: 2.68.4 GTK version: 3.24.30 glibmm version: 2.64.2 gtkmm version: 3.24.5 libxml2 version: 2.9.12 libxslt version: 1.1.34 Cairo version: 1.16.0 Pango version: 1.48.10 HarfBuzz version: 2.7.4 OS version: Ubuntu 21.10 ``` <!-- ❤️ Thank you for filling in a new bug report, we appreciate the help! ❤️ Please be patient while we try to find the time to look into your issue. Remember that Inkscape is developed by volunteers in their spare time, we'll try our best to respond to all reports. --> <!-- Please be careful when/after writing # for example in logs, code, or versions of linux - use inline code span - single backticks (`) before and after it, like this - `#1618` - use multi-line code block - triple backticks (```) to fence/enclose console logs - attach long logs as a text file. -->
issue