After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 771484 - text loading impossible, in version commit 4b4e1c8
text loading impossible, in version commit 4b4e1c8
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other All
: Normal normal
: 2.10
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2016-09-15 10:39 UTC by damien.connetable
Modified: 2016-09-15 12:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description damien.connetable 2016-09-15 10:39: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,
Comment 1 Massimo 2016-09-15 11:29:39 UTC
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
Comment 2 Michael Natterer 2016-09-15 12:40:43 UTC
EEK, will fix immediately...
Comment 3 Michael Natterer 2016-09-15 12:50:53 UTC
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(-)