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 384673 - PNG Default Settings
PNG Default Settings
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other All
: Normal trivial
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-12-11 11:03 UTC by jbaker
Modified: 2006-12-11 13:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jbaker 2006-12-11 11:03:09 UTC
Please describe the problem:
When a user profile is created, there are no default PNG settings included.

Steps to reproduce:
1. File > New Image
2. File > Save As...
3. Select .png
4. On the options dialog click the "Load Defaults" button...

Actual results:
Message: "Could not load PNG defaults"

Expected results:
Load default settings for a png file.

Does this happen every time?
No. Once the user clicks the save button once, it will work.

Other information:
This only happens on a profile where the save button has not be clicked before...
Comment 1 Sven Neumann 2006-12-11 11:15:20 UTC
I fail to see how that is a bug. If you haven't saved any PNG settings, the plug-in uses the defaults.
Comment 2 jbaker 2006-12-11 13:23:50 UTC
Your right, technically it's not bug as far as the program not working as coded(I really didn't know what category to put it in)... I was just trying to point out that there are no settings included as default. Most users are not used to having to save their own default settings first. Usually there is something to start with - No biggie...
Comment 3 Sven Neumann 2006-12-11 13:28:40 UTC
You misunderstood the whole thing completely. But anyway, I think I changed the code now to avoid this misunderstanding:

2006-12-11  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/png.c: reset to factory defaults instead of
	popping up a warning dialog when the user clicks "Load Defaults"
	and hasn't saved default values yet (bug #384673).