Trouble with ofn-text-along-path - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: Trouble with ofn-text-along-path (/Thread-Trouble-with-ofn-text-along-path) |
Trouble with ofn-text-along-path - carmen - 03-31-2020 When trying to select the font: [attachment=4162] Error message: [attachment=4163] Thanks! RE: Trouble with ofn-text-along-path - Ofnuts - 03-31-2020 This is a known bug in Gimp 2.10.16 and Gimp 2.10.18 that makes fonts/brush/pattern selectors in dialogs misbehave. A solution is to go back to 2.10.14, unless this is what is fixed in the "gimp-2.10.18-setup-2.exe". for Windows (but I don't know for sure, what is fixed in the code isn't always published at once). Don't use Gimp 2.10.16 as it has file integrity problems. Some people could have fixed their 2.10.18 by reusing libraries from previous versions. RE: Trouble with ofn-text-along-path - carmen - 03-31-2020 (03-31-2020, 12:46 PM)Ofnuts Wrote: This is a known bug in Gimp 2.10.16 and Gimp 2.10.18 that makes fonts/brush/pattern selectors in dialogs misbehave. A solution is to go back to 2.10.14, unless this is what is fixed in the "gimp-2.10.18-setup-2.exe". for Windows (but I don't know for sure, what is fixed in the code isn't always published at once). Well, as I needed the plug-in, I have ventured to patch it: it required only adding Code: if fontName=="Sans": #patch Attached the patched plug-in: the trouble seems likely to crop up recurrently, by what I understand of the reports in the bugboard. |