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 167893 - Templates are duplicated after migrating profile from 2.0 to 2.2
Templates are duplicated after migrating profile from 2.0 to 2.2
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Windows Installer
2.2.x
Other Linux
: Normal minor
: 2.2
Assigned To: Jernej Simončič
Jernej Simončič
Depends on:
Blocks:
 
 
Reported: 2005-02-19 17:56 UTC by Ari Pollak
Modified: 2008-01-15 12:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ari Pollak 2005-02-19 17:56:49 UTC
From Debian bug report http://bugs.debian.org/295973

1. Start with an existing full profile in ~/.gimp-2.0, and no profile in .gimp-2.2
2. Run gimp, select the option to migrate the 2.0 profile to 2.2 and finish the
profile creation
3. Look at ~/.gimp-2.2/templaterc, a lot of templates (e.g. Toilet Paper) are
duplicated, because the descriptions vary in case only from 2.0 to 2.2 (Toilet
Paper vs. Toilet paper, P/p)
Comment 1 Sven Neumann 2005-02-20 00:30:28 UTC
2005-02-20  Sven Neumann  <sven@gimp.org>

        * app/dialogs/user-install-dialog.c
        * app/core/gimp-templates.[ch] (gimp_templates_migrate): if
        migrating templaterc from ~/.gimp-2.0, do a case-insensitive match
        on template names to accommodate for the fact that we changed the
        spelling of some default templates between 2.0 and 2.2.