After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 584345 - when printing, the number of copies should be reset to 1 at each new GIMP session
when printing, the number of copies should be reset to 1 at each new GIMP ses...
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.6.6
Other All
: Normal minor
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2009-05-31 10:55 UTC by Christophe Bliard
Modified: 2009-06-02 18:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christophe Bliard 2009-05-31 10:55:21 UTC
Currently, when printing, the number of copies to print is kept accross successive launchs of GIMP. So the careless user can print the same image multiple times whereas he only wanted a single copy. That's why the number of copies should be reset each time a new gimp instance is launched.

Other information:
This is better explained with an example: on monday, you realize some invitation cards, and you print 20 of them. Then you close gimp and do some other stuff. The next week, you want to print a photo of your baby for your grand mother. You open gimp to remove red eyes, and then print. But you didn't notice that gimp remembered the '20 copies' parameters, and you end up with 20 times the same photo.

The number of copies should not be kept accross multiple gimp run, even accross multiple images opened with gimp in a same session. This is *never* useful in any scenario, because each project has its specific settings.
Comment 1 Martin Nordholts 2009-05-31 11:00:04 UTC
Hi! This requires discussion and thus should not be filed without prior discussion on the gimp-developer mailing list (see bug reporting guidelines on gimp.org). Generally, the best default value of any setting is the previously used value but I don't know what is best in this case.
Comment 2 Christophe Bliard 2009-05-31 16:25:12 UTC
Hi! Ok, so I let you and other discuss on the gimp-developer list.
Comment 3 Sven Neumann 2009-06-01 17:44:35 UTC
Doesn't sound like this needs discussion. It is obviously a bug and needs to be fixed.
Comment 4 Sven Neumann 2009-06-01 18:02:46 UTC
Fixed on master, will merge to the gimp-2-6 branch when time permits:

commit af965d82ddfa3b5af0a786ab7e0a2a15df40c49b
Author: Sven Neumann <sven@gimp.org>
Date:   Mon Jun 1 20:02:19 2009 +0200

    Bug 584345 – when printing, the number of copies should be reset to 1
                 at each new GIMP session
    
    Do not store the number of copies in the print-settings resource file,
    but keep it in the print-settings that are attached to the image.

 plug-ins/print/print-settings.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
Comment 5 Sven Neumann 2009-06-02 18:13:34 UTC
Merged to the gimp-2-6 branch and pushed. Closing as FIXED.