(11-28-2024, 09:01 PM)Tas_mania Wrote: Hi ofnuts,
The appimage is only giving a wire read error on full-dialog. The others load OK. Here are the errors:
plug-ins/full-dialog/full-dialog.py'
Traceback (most recent call last):
File plug-ins/full-dialog/full-dialog.py", line 104, in <module>
class FullDialog(HelpedPlugin):
File "plug-ins/full-dialog/full-dialog.py", line 138, in FullDialog
icon=getIcon(__file__)
^^^^^^^^^^^^^^^^^
File "/plug-ins/full-dialog/gimphelpers.py", line 79, in getIcon
return Gio.File.new_build_filenamev([os.path.dirname(file), getDomain(file)+'.png'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'File' has no attribute 'new_build_filenamev'
/tmp/.mount_GIMP-3EnhjAm/usr/bin/gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): unexpected EOF
Terminating plug-in: '/home/user/.config/GIMP/3.0/plug-ins/full-dialog/full-dialog.py'
You can comment out the icon=getIcon(__file__) line (I doubt you have an icon anyway).
What is your version of Gio?
new_build_filenamev (exists since 2.76). I'm on 2.80 (can't find version for Gio, but GLib is 2.80 according to dpkg. I'll try to replace with a less cutting edge call.