[MacPorts] #61799: gimp2 2.10.22 export as gif or png does not display dialog

MacPorts noreply at macports.org
Thu Dec 10 15:51:55 UTC 2020


#61799: gimp2 2.10.22 export as gif or png does not display dialog
-----------------------------------------------+--------------------
 Reporter:  pietvo                             |      Owner:  (none)
     Type:  defect                             |     Status:  new
 Priority:  Normal                             |  Milestone:
Component:  ports                              |    Version:  2.6.4
 Keywords:  gimp, plugin, file save, gif, png  |       Port:
-----------------------------------------------+--------------------
 The gimp2 port has missing dialogs for export as gif or png. Only a basoc
 dialog appears, not the complete dialog where you can specify options such
 as animation for a gif.

 I traced the issue back to a wrong value of gimp_data_directory. It is not
 set, probably just the empty string. Both plugins (file-save-gif and file-
 save-png) use this value to find their ui file.
 For plugins it is not set properly, because in this version og gimp,
 plugins are in their own subdirectory within the plug-ins directory, and
 the algorithm in libgimpbase/gimpenv.c assumes that they are directly in
 the plug-ins directory.
 I have a patch for this. I added code for the subdirectory case (but I
 left the possibility of having a plugin directly in the plug-ins
 directory).

-- 
Ticket URL: <https://trac.macports.org/ticket/61799>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list