I found GIMP 2.8 has changed quite a lot, you can't just open the file, modify and save it with CTRL + s anymore, instead, you must use export function, which is CTRL + Shift + e, and select a image format, is there anyway of doing the old stuff ?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
It was probably changed so that it defaults to saving the .xcf format, which retains all of Gimp's layers and whatnot. Keeps graphic developers from saving as a .jpg which flattens all their work. If it bothers you, go change the shortcut keys so that CTRL-S does the export function instead of the xcf save. |
|||
|
|

File -> Overwrite(Alt-F W)? You can assign that to a keyboard shortcut inEdit -> Keyboard Shortcuts– daniel kullmann Jul 10 '12 at 7:46Overwrite XXcan be used only once, after that you had to useexport XXto do the same thing – warl0ck Jul 10 '12 at 7:54