[Bug 2018583] [NEW] evince does not store setting "Select page size using document page size"

Simon IJskes 2018583 at bugs.launchpad.net
Fri May 5 10:19:54 UTC 2023


Public bug reported:

evince does not store setting "Select page size using document page
size".

the setting is overwritten by the setting "Draw border around pages"

fix:

diff -r evince-42.3/libview/ev-print-operation.c evince-42.3-patched/libview/ev-print-operation.c
2778c2778
< 	gtk_print_settings_set_bool (settings, EV_PRINT_SETTING_PAGE_SIZE, print->draw_borders);
---
> 	gtk_print_settings_set_bool (settings, EV_PRINT_SETTING_DRAW_BORDERS, print->draw_borders);

** Affects: evince (Ubuntu)
     Importance: Undecided
         Status: Confirmed

** Package changed: fontconfig (Ubuntu) => evince (Ubuntu)

** Changed in: evince (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/2018583

Title:
  evince does not store setting "Select page size using document page
  size"

Status in evince package in Ubuntu:
  Confirmed

Bug description:
  evince does not store setting "Select page size using document page
  size".

  the setting is overwritten by the setting "Draw border around pages"

  fix:

  diff -r evince-42.3/libview/ev-print-operation.c evince-42.3-patched/libview/ev-print-operation.c
  2778c2778
  < 	gtk_print_settings_set_bool (settings, EV_PRINT_SETTING_PAGE_SIZE, print->draw_borders);
  ---
  > 	gtk_print_settings_set_bool (settings, EV_PRINT_SETTING_DRAW_BORDERS, print->draw_borders);

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/2018583/+subscriptions




More information about the foundations-bugs mailing list