GNOME Bugzilla – Bug 771484
text loading impossible, in version commit 4b4e1c8
Last modified: 2016-09-15 12:50:53 UTC
Hello, I meet a problem with the text box loading in the commit 4b4e1c8 version. There are no font loaded. When I try to write text, a box opens and explains me that there is no fonts. I tried to reinstall all gimp components without success. Last week, it was working properly. system: ubuntu 16.04,
It seems that this commit removed the call to gimp_fonts_load, but did not replace it anywhere: https://git.gnome.org/browse/gimp/commit/?id=64a2c395d1621486e0a735a1152f5cc3733d6270
EEK, will fix immediately...
Thanks, fixed in master: commit 3ee5df9ee89d6ae24c9c7e83d21459af4387f344 Author: Michael Natterer <mitch@gimp.org> Date: Thu Sep 15 14:48:51 2016 +0200 Bug 771484 - text loading impossible, in version commit 4b4e1c8 gimp_restore(): the call to gimp_fonts_load() got lost in commit 64a2c395d1621486e0a735a1152f5cc3733d6270. Also adjust init progress percentages again. app/core/gimp-data-factories.c | 7 ++++--- app/core/gimp.c | 5 +++++ 2 files changed, 9 insertions(+), 3 deletions(-)