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 308681 - The Font Map message script isn't working
The Font Map message script isn't working
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Script-Fu
git master
Other Linux
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-06-22 19:48 UTC by Kevin Cozens
Modified: 2005-10-05 11:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kevin Cozens 2005-06-22 19:48:32 UTC
Select "Font Map" from Xtns/Script-Fu/Utils. When the dialog for the script
appears, click OK. After clicking on OK, a dialog box with the following message
appears:

Error while executing
(script-fu-font-map "How quickly daft jumping zebras vex." FALSE TRUE "Sans" 32
10 0)
ERROR: wta to car (see errobj)
Comment 1 Sven Neumann 2005-06-23 17:21:21 UTC
This is most probably due to the changes that were done in order to fix bug #168290.
Comment 2 Kevin Cozens 2005-06-24 03:45:33 UTC
That was indeed the problem. I have updated the script accordingly.

2005-06-23  Kevin Cozens  <kcozens@cvs.gimp.org>

    * plug-ins/script-fu/scripts/font-map.scm: Updated to fix problems
    related to change in handling of string arrays (see bug #168290).
    Fixes bug #308681.
Comment 3 Sven Neumann 2005-06-24 18:07:30 UTC
I don't think you actually committed this change yet.
Comment 4 Kevin Cozens 2005-06-24 18:45:23 UTC
Not quite sure how that happened. Changes have now been committed.
Comment 5 Sven Neumann 2005-06-24 19:21:15 UTC
The ChangeLog entry is still missing but I am sure you will commit that as well.
Closing as FIXED.
Comment 6 Sven Neumann 2005-10-05 11:24:56 UTC
This change was now reverted together with the incompatible change to the SIOD
wrapper code:

2005-10-05  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/siod-wrapper.c: reverted changes to handling
	of string arrays to stay backward compatible (see bug #168290 and
	bug #317634).

	* plug-ins/script-fu/scripts/font-map.scm: reverted change that
	was done to adapt to above changes (see bug #308681).