Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Feature request
#7
Quote:This doesn't work in 2.10.32.

yes, it does work

Quote:There are two plugin folders, one in c:\program files\GIMP 2\lib\gimp\2.0\plug-ins and the other in the %user id% one. Both of those folders were set in edit>preferences>folders>plug-ins.

Never a good idea to keep duplicate plugins although the plugin in the User plugins folder will supercede the Gimp system plugin

Quote:I made the autosave file executable. I tried the .py file in both. I even deleted the pluginrc file to let Gimp regenerate it. Nothing.

Since you are using Windows, it is not necessary to make a plugin 'executable' Anything file.exe (+ any associated .dll files) or file.py goes in the plugins folder, usually  C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\plug-ins

Quote:Any suggestions about how to get it to work?

First of all check the plugin script. If you have the line numbers down the left side you need the RAW version.
https://gist.github.com/rbrito/e57c87d53...utosave.py

It is as described, a bit of a hack. If you want to change the save interval you need to edit the script.

The plugin starts from bottom of the File menu File -> Activate Autosave and in Windows there is no message that it has started. Also no way that I can see to stop it.

Where does it put the saved file(s): 
For Windows C:\Users\"yourname"\AppData\Local\Temp  
For linux usr/tmp

This plugin does not make separate incremental saves, Any open image is saved and will overwrite the previous save, but that might be enough to restore your lost work.

Really it is up to the user to save their work as they go along

However, a 3 minute demo of the plugin in action Win 10 / Gimp 2.10.32 https://youtu.be/CE0-gay3dcw



Reply


Messages In This Thread
Feature request - by lossygimp - 04-06-2021, 08:33 PM
RE: Feature request - by Beachscriber - 04-07-2021, 03:29 PM
RE: Feature request - by rich2005 - 04-07-2021, 04:22 PM
RE: Feature request - by Beachscriber - 04-07-2021, 09:03 PM
RE: Feature request - by lossygimp - 04-08-2021, 11:50 AM
RE: Feature request - by rybrns - 01-10-2023, 07:51 AM
RE: Feature request - by rich2005 - 01-10-2023, 11:49 AM
RE: Feature request - by rybrns - 01-10-2023, 06:13 PM
RE: Feature request - by rich2005 - 01-10-2023, 06:36 PM
RE: Feature request - by rybrns - 01-10-2023, 07:12 PM

Forum Jump: