flxzt / rnote

Sketch and take handwritten notes.
https://rnote.flxzt.net
GNU General Public License v3.0
7.54k stars 257 forks source link

Print to pdf blank after 1st two page #937

Open NischalDawadi opened 8 months ago

NischalDawadi commented 8 months ago

Describe the bug
Print to pdf blank after 1st two page

To Reproduce
Steps to reproduce the behavior:

  1. Go to print
  2. Click on print to file
  3. See error

Screenshot from 2023-12-15 21-10-55 Screenshot from 2023-12-15 21-10-46

pdf doesn't show other remaining [pages]( Screenshot from 2023-12-15 21-10-36 )

Screenshot from 2023-12-15 21-11-18

Console Output Run the app in the terminal with flatpak --env=RUST_LOG=rnote=debug --env=RUST_BACKTRACE=1 run com.github.flxzt.rnote and post the output. flatpak --env=RUST_LOG=rnote=debug --env=RUST_BACKTRACE=1 run com.github.flxzt.rnote 2023-12-12T14:33:47.511Z DEBUG rnote > ... env_logger initialized

(rnote:2): Gtk-CRITICAL **: 20:18:47.769: gtk_widget_class_set_accessible_role: assertion '!gtk_accessible_role_is_abstract (accessible_role)' failed

(rnote:2): Gtk-WARNING **: 20:18:48.041: GtkImage 0x55b0b3253f20 reported baselines of minimum -2147483648 and natural -2147483648, but sizes of minimum 16 and natural 16. Baselines must be inside the widget size.

(rnote:2): Gtk-WARNING **: 20:18:48.041: GtkImage 0x55b0b3254550 reported baselines of minimum -2147483648 and natural -2147483648, but sizes of minimum 16 and natural 16. Baselines must be inside the widget size.

(rnote:2): Gtk-WARNING **: 20:18:48.045: GtkImage 0x55b0b327ff00 reported baselines of minimum -2147483648 and natural -2147483648, but sizes of minimum 16 and natural 16. Baselines must be inside the widget size.

(rnote:2): Gtk-WARNING **: 20:18:48.045: GtkImage 0x55b0b32805c0 reported baselines of minimum -2147483648 and natural -2147483648, but sizes of minimum 16 and natural 16. Baselines must be inside the widget size.

(rnote:2): Gtk-WARNING **: 20:18:48.048: GtkImage 0x55b0b328a480 reported baselines of minimum -2147483648 and natural -2147483648, but sizes of minimum 16 and natural 16. Baselines must be inside the widget size.

(rnote:2): Gtk-WARNING **: 20:18:48.048: GtkImage 0x55b0b328ab40 reported baselines of minimum -2147483648 and natural -2147483648, but sizes of minimum 16 and natural 16. Baselines must be inside the widget size.

(rnote:2): Gtk-WARNING **: 20:18:48.050: GtkImage 0x55b0b32a1f50 reported baselines of minimum -2147483648 and natural -2147483648, but sizes of minimum 16 and natural 16. Baselines must be inside the widget size.

(rnote:2): Gtk-WARNING **: 20:18:48.050: GtkImage 0x55b0b32a2610 reported baselines of minimum -2147483648 and natural -2147483648, but sizes of minimum 16 and natural 16. Baselines must be inside the widget size.

Desktop (please complete the following information):

OS: Fedora 39
App Version: . Rnote v0.9.3
Installation Source: Flatpak
Desktop Environment: Gnome 45.2
Display Server: Wayland
Input Source: [Mouse and Keyboard, On-Screen-Tablet]
flxzt commented 8 months ago

Is this consistently reproducible with a specific document? If yes, could you share it for debugging purposes?