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 317170 - moving from 2.2 to 2.3 does not import keybindings
moving from 2.2 to 2.3 does not import keybindings
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
2.3.x
Other All
: Low enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-09-25 14:54 UTC by k_b0000
Modified: 2008-01-15 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description k_b0000 2005-09-25 14:54:56 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.
Comment 1 Sven Neumann 2005-09-25 18:40:35 UTC
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.
Comment 2 Michael Natterer 2005-10-29 16:42:19 UTC
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.