Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
System cache filling up with Gimp AppImage
#5
Are you using any scripts? Because some of them could leave unused (and unreachable) images around. If you have the Python console, try either:

Code:
print gimp.image_list()  # Raw
print "\n".join([str((i.ID,i.name)) for i in gimp.image_list()]) # Clean

And see if you can relate all the output with open images.
Reply


Messages In This Thread
RE: System cache filling up with Gimp AppImage - by Ofnuts - 12-14-2021, 09:46 AM

Forum Jump: