GNOME Bugzilla – Bug 317170
moving from 2.2 to 2.3 does not import keybindings
Last modified: 2008-01-15 14:04:35 UTC
when i first started gimp 2.3.3 it asked the usual setup question. i asked gimp to import my old settings. file history worked fine but the keybinding (keybord shortcuts) i have used previously did not import. it would help if they where imported.
The migration code hasn't been updated yet to care for migrating from 2.2 to 2.3. For the migration from 2.0 it is intentional not to import the menurc because the format changed.
Fixed in CVS: 2005-10-29 Michael Natterer <mitch@gimp.org> * app/dialogs/user-install-dialog.c: added global "oldgimp_major" an "oldgimp_minor" variables. (user_install_dialog_run): set them to the version of the gimp directory that should be migrated. (user_install_migrate_files): skip "menurc" only when migrating from 2.0. Fixes bug #317170.