Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97361 - GIMP does not remember "use restart marker" setting in JPEG-plugin
Summary: GIMP does not remember "use restart marker" setting in JPEG-plugin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-28 18:31 UTC by David 'Bombe' Roden
Modified: 2005-06-30 19:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix for the aforementioned problem. (gimp-2.2.7-restart-marker.patch,611 bytes, patch)
2005-06-28 18:33 UTC, David 'Bombe' Roden
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David 'Bombe' Roden 2005-06-28 18:31:57 UTC
When saving an image as jpeg GIMP remembers the used settings for the next time
you save an image as jpeg, except for the "use restart marker" settings which is
always reset to false.

Reproducible: Always
Steps to Reproduce:
1. emerge gimp
2. create image
3. save as jpeg
4. save as jpeg again

Actual Results:  
The "use restart marker" setting was reset to false.

Expected Results:  
Use the previous setting for "use restart marker".

Well, this is actually an upstream bug but as gnome.org is currently moving I
just wanted to share the patch.
Comment 1 David 'Bombe' Roden 2005-06-28 18:33:13 UTC
Created attachment 62209 [details, diff]
Fix for the aforementioned problem.

Create a new ebuild in your local portage overlay and include this patch in
src_unpack.
Comment 2 John N. Laliberte (RETIRED) gentoo-dev 2005-06-30 18:59:58 UTC
For reference heres the gnome bug:
http://bugs.gnome.org/show_bug.cgi?id=309091

Great, I confirmed the bug as well.

Will apply this patch soon, Thanks!
Comment 3 John N. Laliberte (RETIRED) gentoo-dev 2005-06-30 19:59:22 UTC
patch applied and tested. in 2.2.8-r1, Thanks again.