[Desktop-packages] [Bug 680521] Re: GIMP: Embed page setup dialog functionality in the print dialog

2012-05-20 Thread Timothy Arceri
** Changed in: hundredpapercuts
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/680521

Title:
  GIMP: Embed page setup dialog functionality in the print dialog

Status in The GNU Image Manipulation Program (GIMP):
  Fix Released
Status in One Hundred Paper Cuts:
  Fix Released
Status in “gimp” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: gimp

  There is a possibility of embedding the paper size combo and orientation
  combo in the print dialog since Gtk+ 2.17.4. It is activated by calling the
  gtk_print_operation_set_embed_page_setup() function.

  It would be nice to have this feature also in the GIMP, as photos do not have 
an
  absolute size. You select the print size of a photo only when you actually
  print it and photos are often printed on sizes which are not the standard size
  of the printer (4x6 inches/10x15 cm). So the page size and orientation should
  be easily accessable during the printing action, which means that they are 
best
  placed in the printing dialog.

  To implement this one only needs a small patch doing the following
  things:

   - Remove the Page Setup menu entries (and toolbar buttons)
   - Remove call-back functions to open the Page Setup dialog
   - Add call of gtk_print_operation_set_embed_page_setup() function to
 initialization of print dialog
   - Add calls to load page setup setting on print dialog initialization and
 save them on OK/Print/Apply in print dialog (to remember next print dialog
 call or even next session).

  See the patches attached to

  https://bugzilla.gnome.org/show_bug.cgi?id=614451
  http://trac.yorba.org/ticket/2733

  See also the Ubuntu Blueprint for improving usability of photo
  printing:

  https://blueprints.launchpad.net/ubuntu/+spec/packageselection-
  desktop-n-improve-photo-printing

  This is also reported upstream:

  https://bugzilla.gnome.org/show_bug.cgi?id=635615

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/680521/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 680521] Re: GIMP: Embed page setup dialog functionality in the print dialog

2012-02-22 Thread Launchpad Bug Tracker
This bug was fixed in the package gimp - 2.6.12-1ubuntu1

---
gimp (2.6.12-1ubuntu1) precise; urgency=low

  * Merge from Debian unstable (LP: #925674). Remaining Changes:
- debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch:
  + Update some strings for Ubuntu
- debian/patches/ghost-cursor.patch: fix Wacom tablet cursor events
- debian/control:
  + Update description
- debian/rules:
  + Set gettext domain and update translation templates

  * Drop poppler patch as it's been applied upstream
- drop debian/patches/poppler0.18.patch
- update debian/patches/series
  * fix LP: #680521 - Embed page setup dialog functionality in the print dialog
- add debian/patches/embed-page-setup-dialog.patch
- update debian/patches/series

gimp (2.6.12-1) unstable; urgency=low

  * Imported Upstream version 2.6.12
  * Add ${misc:Depends} variables to packages that were missing it
  * Call default versioned python binary instead of just /usr/bin/python

gimp (2.6.11-8) unstable; urgency=low

  * Really add the patch this time (Closes: #651387)

gimp (2.6.11-7) unstable; urgency=low

  * poppler0.18.patch: Port file-pdf plugin to poppler 0.18 API. Patch taken
from Fedora via Ubuntu.
(Closes: #651387)

gimp (2.6.11-6) unstable; urgency=low

  * libpng_compile.patch:
  - Apply patch from upstream to fix compilation with libpng 1.5
(Closes: #649972)
 -- Micah Gersten mic...@ubuntu.com   Wed, 22 Feb 2012 23:47:53 -0600

** Changed in: gimp (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/680521

Title:
  GIMP: Embed page setup dialog functionality in the print dialog

Status in The GNU Image Manipulation Program (GIMP):
  Fix Released
Status in One Hundred Paper Cuts:
  Fix Committed
Status in “gimp” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: gimp

  There is a possibility of embedding the paper size combo and orientation
  combo in the print dialog since Gtk+ 2.17.4. It is activated by calling the
  gtk_print_operation_set_embed_page_setup() function.

  It would be nice to have this feature also in the GIMP, as photos do not have 
an
  absolute size. You select the print size of a photo only when you actually
  print it and photos are often printed on sizes which are not the standard size
  of the printer (4x6 inches/10x15 cm). So the page size and orientation should
  be easily accessable during the printing action, which means that they are 
best
  placed in the printing dialog.

  To implement this one only needs a small patch doing the following
  things:

   - Remove the Page Setup menu entries (and toolbar buttons)
   - Remove call-back functions to open the Page Setup dialog
   - Add call of gtk_print_operation_set_embed_page_setup() function to
 initialization of print dialog
   - Add calls to load page setup setting on print dialog initialization and
 save them on OK/Print/Apply in print dialog (to remember next print dialog
 call or even next session).

  See the patches attached to

  https://bugzilla.gnome.org/show_bug.cgi?id=614451
  http://trac.yorba.org/ticket/2733

  See also the Ubuntu Blueprint for improving usability of photo
  printing:

  https://blueprints.launchpad.net/ubuntu/+spec/packageselection-
  desktop-n-improve-photo-printing

  This is also reported upstream:

  https://bugzilla.gnome.org/show_bug.cgi?id=635615

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/680521/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 680521] Re: GIMP: Embed page setup dialog functionality in the print dialog

2012-02-15 Thread Sebastien Bacher
** Changed in: gimp (Ubuntu)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/680521

Title:
  GIMP: Embed page setup dialog functionality in the print dialog

Status in The GNU Image Manipulation Program (GIMP):
  Fix Released
Status in One Hundred Paper Cuts:
  In Progress
Status in “gimp” package in Ubuntu:
  Fix Committed

Bug description:
  Binary package hint: gimp

  There is a possibility of embedding the paper size combo and orientation
  combo in the print dialog since Gtk+ 2.17.4. It is activated by calling the
  gtk_print_operation_set_embed_page_setup() function.

  It would be nice to have this feature also in the GIMP, as photos do not have 
an
  absolute size. You select the print size of a photo only when you actually
  print it and photos are often printed on sizes which are not the standard size
  of the printer (4x6 inches/10x15 cm). So the page size and orientation should
  be easily accessable during the printing action, which means that they are 
best
  placed in the printing dialog.

  To implement this one only needs a small patch doing the following
  things:

   - Remove the Page Setup menu entries (and toolbar buttons)
   - Remove call-back functions to open the Page Setup dialog
   - Add call of gtk_print_operation_set_embed_page_setup() function to
 initialization of print dialog
   - Add calls to load page setup setting on print dialog initialization and
 save them on OK/Print/Apply in print dialog (to remember next print dialog
 call or even next session).

  See the patches attached to

  https://bugzilla.gnome.org/show_bug.cgi?id=614451
  http://trac.yorba.org/ticket/2733

  See also the Ubuntu Blueprint for improving usability of photo
  printing:

  https://blueprints.launchpad.net/ubuntu/+spec/packageselection-
  desktop-n-improve-photo-printing

  This is also reported upstream:

  https://bugzilla.gnome.org/show_bug.cgi?id=635615

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/680521/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 680521] Re: GIMP: Embed page setup dialog functionality in the print dialog

2012-02-15 Thread Chris Wilson
** Changed in: hundredpapercuts
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/680521

Title:
  GIMP: Embed page setup dialog functionality in the print dialog

Status in The GNU Image Manipulation Program (GIMP):
  Fix Released
Status in One Hundred Paper Cuts:
  Fix Committed
Status in “gimp” package in Ubuntu:
  Fix Committed

Bug description:
  Binary package hint: gimp

  There is a possibility of embedding the paper size combo and orientation
  combo in the print dialog since Gtk+ 2.17.4. It is activated by calling the
  gtk_print_operation_set_embed_page_setup() function.

  It would be nice to have this feature also in the GIMP, as photos do not have 
an
  absolute size. You select the print size of a photo only when you actually
  print it and photos are often printed on sizes which are not the standard size
  of the printer (4x6 inches/10x15 cm). So the page size and orientation should
  be easily accessable during the printing action, which means that they are 
best
  placed in the printing dialog.

  To implement this one only needs a small patch doing the following
  things:

   - Remove the Page Setup menu entries (and toolbar buttons)
   - Remove call-back functions to open the Page Setup dialog
   - Add call of gtk_print_operation_set_embed_page_setup() function to
 initialization of print dialog
   - Add calls to load page setup setting on print dialog initialization and
 save them on OK/Print/Apply in print dialog (to remember next print dialog
 call or even next session).

  See the patches attached to

  https://bugzilla.gnome.org/show_bug.cgi?id=614451
  http://trac.yorba.org/ticket/2733

  See also the Ubuntu Blueprint for improving usability of photo
  printing:

  https://blueprints.launchpad.net/ubuntu/+spec/packageselection-
  desktop-n-improve-photo-printing

  This is also reported upstream:

  https://bugzilla.gnome.org/show_bug.cgi?id=635615

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/680521/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 680521] Re: GIMP: Embed page setup dialog functionality in the print dialog

2012-02-13 Thread Sebastien Bacher
The commit is
http://git.gnome.org/browse/gimp/commit/?id=bdc3f7e7e0495b599a712c917d6ab17f05f92164
and seems sane enough to backport, I will have a look to that later

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/680521

Title:
  GIMP: Embed page setup dialog functionality in the print dialog

Status in The GNU Image Manipulation Program (GIMP):
  Fix Released
Status in One Hundred Paper Cuts:
  In Progress
Status in “gimp” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gimp

  There is a possibility of embedding the paper size combo and orientation
  combo in the print dialog since Gtk+ 2.17.4. It is activated by calling the
  gtk_print_operation_set_embed_page_setup() function.

  It would be nice to have this feature also in the GIMP, as photos do not have 
an
  absolute size. You select the print size of a photo only when you actually
  print it and photos are often printed on sizes which are not the standard size
  of the printer (4x6 inches/10x15 cm). So the page size and orientation should
  be easily accessable during the printing action, which means that they are 
best
  placed in the printing dialog.

  To implement this one only needs a small patch doing the following
  things:

   - Remove the Page Setup menu entries (and toolbar buttons)
   - Remove call-back functions to open the Page Setup dialog
   - Add call of gtk_print_operation_set_embed_page_setup() function to
 initialization of print dialog
   - Add calls to load page setup setting on print dialog initialization and
 save them on OK/Print/Apply in print dialog (to remember next print dialog
 call or even next session).

  See the patches attached to

  https://bugzilla.gnome.org/show_bug.cgi?id=614451
  http://trac.yorba.org/ticket/2733

  See also the Ubuntu Blueprint for improving usability of photo
  printing:

  https://blueprints.launchpad.net/ubuntu/+spec/packageselection-
  desktop-n-improve-photo-printing

  This is also reported upstream:

  https://bugzilla.gnome.org/show_bug.cgi?id=635615

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/680521/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 680521] Re: GIMP: Embed page setup dialog functionality in the print dialog

2012-02-13 Thread Martin Pitt
** Changed in: gimp (Ubuntu)
 Assignee: Canonical Desktop Team (canonical-desktop-team) = Sebastien 
Bacher (seb128)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/680521

Title:
  GIMP: Embed page setup dialog functionality in the print dialog

Status in The GNU Image Manipulation Program (GIMP):
  Fix Released
Status in One Hundred Paper Cuts:
  In Progress
Status in “gimp” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gimp

  There is a possibility of embedding the paper size combo and orientation
  combo in the print dialog since Gtk+ 2.17.4. It is activated by calling the
  gtk_print_operation_set_embed_page_setup() function.

  It would be nice to have this feature also in the GIMP, as photos do not have 
an
  absolute size. You select the print size of a photo only when you actually
  print it and photos are often printed on sizes which are not the standard size
  of the printer (4x6 inches/10x15 cm). So the page size and orientation should
  be easily accessable during the printing action, which means that they are 
best
  placed in the printing dialog.

  To implement this one only needs a small patch doing the following
  things:

   - Remove the Page Setup menu entries (and toolbar buttons)
   - Remove call-back functions to open the Page Setup dialog
   - Add call of gtk_print_operation_set_embed_page_setup() function to
 initialization of print dialog
   - Add calls to load page setup setting on print dialog initialization and
 save them on OK/Print/Apply in print dialog (to remember next print dialog
 call or even next session).

  See the patches attached to

  https://bugzilla.gnome.org/show_bug.cgi?id=614451
  http://trac.yorba.org/ticket/2733

  See also the Ubuntu Blueprint for improving usability of photo
  printing:

  https://blueprints.launchpad.net/ubuntu/+spec/packageselection-
  desktop-n-improve-photo-printing

  This is also reported upstream:

  https://bugzilla.gnome.org/show_bug.cgi?id=635615

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/680521/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 680521] Re: GIMP: Embed page setup dialog functionality in the print dialog

2012-02-12 Thread Bilal Akhtar
Patch has been accepted in upstream master branch:
https://bugzilla.gnome.org/show_bug.cgi?id=635615

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/680521

Title:
  GIMP: Embed page setup dialog functionality in the print dialog

Status in The GNU Image Manipulation Program (GIMP):
  Confirmed
Status in One Hundred Paper Cuts:
  In Progress
Status in “gimp” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gimp

  There is a possibility of embedding the paper size combo and orientation
  combo in the print dialog since Gtk+ 2.17.4. It is activated by calling the
  gtk_print_operation_set_embed_page_setup() function.

  It would be nice to have this feature also in the GIMP, as photos do not have 
an
  absolute size. You select the print size of a photo only when you actually
  print it and photos are often printed on sizes which are not the standard size
  of the printer (4x6 inches/10x15 cm). So the page size and orientation should
  be easily accessable during the printing action, which means that they are 
best
  placed in the printing dialog.

  To implement this one only needs a small patch doing the following
  things:

   - Remove the Page Setup menu entries (and toolbar buttons)
   - Remove call-back functions to open the Page Setup dialog
   - Add call of gtk_print_operation_set_embed_page_setup() function to
 initialization of print dialog
   - Add calls to load page setup setting on print dialog initialization and
 save them on OK/Print/Apply in print dialog (to remember next print dialog
 call or even next session).

  See the patches attached to

  https://bugzilla.gnome.org/show_bug.cgi?id=614451
  http://trac.yorba.org/ticket/2733

  See also the Ubuntu Blueprint for improving usability of photo
  printing:

  https://blueprints.launchpad.net/ubuntu/+spec/packageselection-
  desktop-n-improve-photo-printing

  This is also reported upstream:

  https://bugzilla.gnome.org/show_bug.cgi?id=635615

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/680521/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 680521] Re: GIMP: Embed page setup dialog functionality in the print dialog

2012-02-12 Thread Bug Watch Updater
** Changed in: gimp
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/680521

Title:
  GIMP: Embed page setup dialog functionality in the print dialog

Status in The GNU Image Manipulation Program (GIMP):
  Fix Released
Status in One Hundred Paper Cuts:
  In Progress
Status in “gimp” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gimp

  There is a possibility of embedding the paper size combo and orientation
  combo in the print dialog since Gtk+ 2.17.4. It is activated by calling the
  gtk_print_operation_set_embed_page_setup() function.

  It would be nice to have this feature also in the GIMP, as photos do not have 
an
  absolute size. You select the print size of a photo only when you actually
  print it and photos are often printed on sizes which are not the standard size
  of the printer (4x6 inches/10x15 cm). So the page size and orientation should
  be easily accessable during the printing action, which means that they are 
best
  placed in the printing dialog.

  To implement this one only needs a small patch doing the following
  things:

   - Remove the Page Setup menu entries (and toolbar buttons)
   - Remove call-back functions to open the Page Setup dialog
   - Add call of gtk_print_operation_set_embed_page_setup() function to
 initialization of print dialog
   - Add calls to load page setup setting on print dialog initialization and
 save them on OK/Print/Apply in print dialog (to remember next print dialog
 call or even next session).

  See the patches attached to

  https://bugzilla.gnome.org/show_bug.cgi?id=614451
  http://trac.yorba.org/ticket/2733

  See also the Ubuntu Blueprint for improving usability of photo
  printing:

  https://blueprints.launchpad.net/ubuntu/+spec/packageselection-
  desktop-n-improve-photo-printing

  This is also reported upstream:

  https://bugzilla.gnome.org/show_bug.cgi?id=635615

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/680521/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 680521] Re: GIMP: Embed page setup dialog functionality in the print dialog

2012-02-12 Thread Till Kamppeter
GIMP got fixed upstream. Can the fix get backported to the GIMP package
of Ubuntu Precise before Feature Freeze? Having printing working well in
GIMP would be great for the LTS.

** Changed in: gimp (Ubuntu)
   Importance: Medium = High

** Changed in: gimp (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

** Changed in: gimp (Ubuntu)
Milestone: None = ubuntu-12.04-beta-1

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/680521

Title:
  GIMP: Embed page setup dialog functionality in the print dialog

Status in The GNU Image Manipulation Program (GIMP):
  Fix Released
Status in One Hundred Paper Cuts:
  In Progress
Status in “gimp” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gimp

  There is a possibility of embedding the paper size combo and orientation
  combo in the print dialog since Gtk+ 2.17.4. It is activated by calling the
  gtk_print_operation_set_embed_page_setup() function.

  It would be nice to have this feature also in the GIMP, as photos do not have 
an
  absolute size. You select the print size of a photo only when you actually
  print it and photos are often printed on sizes which are not the standard size
  of the printer (4x6 inches/10x15 cm). So the page size and orientation should
  be easily accessable during the printing action, which means that they are 
best
  placed in the printing dialog.

  To implement this one only needs a small patch doing the following
  things:

   - Remove the Page Setup menu entries (and toolbar buttons)
   - Remove call-back functions to open the Page Setup dialog
   - Add call of gtk_print_operation_set_embed_page_setup() function to
 initialization of print dialog
   - Add calls to load page setup setting on print dialog initialization and
 save them on OK/Print/Apply in print dialog (to remember next print dialog
 call or even next session).

  See the patches attached to

  https://bugzilla.gnome.org/show_bug.cgi?id=614451
  http://trac.yorba.org/ticket/2733

  See also the Ubuntu Blueprint for improving usability of photo
  printing:

  https://blueprints.launchpad.net/ubuntu/+spec/packageselection-
  desktop-n-improve-photo-printing

  This is also reported upstream:

  https://bugzilla.gnome.org/show_bug.cgi?id=635615

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/680521/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 680521] Re: GIMP: Embed page setup dialog functionality in the print dialog

2011-12-17 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: nt8-featured = precise-9-miscellaneous

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/680521

Title:
  GIMP: Embed page setup dialog functionality in the print dialog

Status in The GNU Image Manipulation Program (GIMP):
  Confirmed
Status in One Hundred Paper Cuts:
  In Progress
Status in “gimp” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gimp

  There is a possibility of embedding the paper size combo and orientation
  combo in the print dialog since Gtk+ 2.17.4. It is activated by calling the
  gtk_print_operation_set_embed_page_setup() function.

  It would be nice to have this feature also in the GIMP, as photos do not have 
an
  absolute size. You select the print size of a photo only when you actually
  print it and photos are often printed on sizes which are not the standard size
  of the printer (4x6 inches/10x15 cm). So the page size and orientation should
  be easily accessable during the printing action, which means that they are 
best
  placed in the printing dialog.

  To implement this one only needs a small patch doing the following
  things:

   - Remove the Page Setup menu entries (and toolbar buttons)
   - Remove call-back functions to open the Page Setup dialog
   - Add call of gtk_print_operation_set_embed_page_setup() function to
 initialization of print dialog
   - Add calls to load page setup setting on print dialog initialization and
 save them on OK/Print/Apply in print dialog (to remember next print dialog
 call or even next session).

  See the patches attached to

  https://bugzilla.gnome.org/show_bug.cgi?id=614451
  http://trac.yorba.org/ticket/2733

  See also the Ubuntu Blueprint for improving usability of photo
  printing:

  https://blueprints.launchpad.net/ubuntu/+spec/packageselection-
  desktop-n-improve-photo-printing

  This is also reported upstream:

  https://bugzilla.gnome.org/show_bug.cgi?id=635615

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/680521/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp