[Bug 424751] New: gthumb: assigning keyboard mnenotics volatile
https://bugzilla.novell.com/show_bug.cgi?id=424751 Summary: gthumb: assigning keyboard mnenotics volatile Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: ke@novell.com QAContact: qa@suse.de Found By: Documentation I think assigning keyboard mnenotic is a general gtk feature. Are they meant to survive an application close? I think, yes, but they do not. 1/ Start gthumb, activate an immage. 2/ Press Alt-E to open the Edit menu. 3/ Press arrow-down until you reach "Move to Trash". 4/ Press Ctrl-K to assign the Ctrl-K sequence to the "Move to Trash" action. 5/ Press Esc to close the Edit menu 6/ Press Ctrl-K to check whether the assigned keyboard sequence actually works. It does for me on 11.0 and 11.1a2. Close the application and then open it again. Try Ctrl-K again. It does not work anymore for me on 11.0 and 11.1a2. I'd expect that such a keyboard assignment would survive an application close. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=424751 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=424751#c1 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vuntz@novell.com Status|NEW |NEEDINFO Info Provider| |federico@novell.com --- Comment #1 from Vincent Untz <vuntz@novell.com> 2008-09-29 09:02:18 MDT --- Federico: is this supposed to be saved somewhere? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=424751 User federico@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=424751#c2 Federico Mena Quintero <federico@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |federico@novell.com Status|NEEDINFO |NEW Info Provider|federico@novell.com | --- Comment #2 from Federico Mena Quintero <federico@novell.com> 2008-09-30 11:49:58 MDT --- It doesn't get saved by the libraries; GThumb would have to do this by default with gtk_accel_map_save()/load(). However, by default the functionality to edit menu hotkeys is turned off --- it's in the "gtk-can-change-accels" GtkSetting (see gtkmenu.c for its definition). Karl, did you enable the editing functionality on your machine by hand (maybe by turning on the GConf key /desktop/gnome/interface/can_change_accels)? I don't see a way in which GThumb could have enabled this by itself. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=424751 User ke@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=424751#c3 --- Comment #3 from Karl Eichwalder <ke@novell.com> 2008-10-01 01:07:51 MDT --- Maybe, I changed it long time ago, but for sure I did not edit the xml file manually. cat .gconf/desktop/gnome/interface/%gconf.xml <?xml version="1.0"?> <gconf> <entry name="can_change_accels" mtime="1215156085" type="bool" value="true"> </entry> <entry name="accessibility" mtime="1184766371" type="bool" value="false"> </entry> <entry name="gtk_theme" mtime="1215776216" muser="ke" type="string"> <stringvalue>Crux</stringvalue> </entry> <entry name="icon_theme" mtime="1216106030" muser="ke" type="string"> <stringvalue>gnome</stringvalue> </entry> <entry name="gtk_key_theme" mtime="1083250078" muser="ke" type="string"> <stringvalue>Emacs</stringvalue> </entry> </gconf> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=424751 User federico@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=424751#c4 Federico Mena Quintero <federico@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #4 from Federico Mena Quintero <federico@novell.com> 2008-10-01 10:17:41 MDT --- OK, so this is a missing feature in GThumb --- it would have to use gtk_accel_map_save() when it exits, or something similar. Note that very few applications actually do this (offhand, I only know of the GIMP). You may want to file a bug upstream about this. For now, I'll close this as WONTFIX; sorry :( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=424751 User ke@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=424751#c5 Karl Eichwalder <ke@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |UPSTREAM --- Comment #5 from Karl Eichwalder <ke@novell.com> 2008-10-02 02:52:05 MDT --- see http://bugzilla.gnome.org/show_bug.cgi?id=554669 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=424751 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://bugzilla.gnome.org/show_bug.cgi?id=554669 Keywords| |should_go_upstream -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com