GNOME Bugzilla – Bug 645283
Keyboard preview dialog needs a name
Last modified: 2011-03-22 20:56:35 UTC
Created attachment 183840 [details] screenshot When launching the "Show Keyboard Layout..." menu item in the shell I get the attached.
The AppMenu name is wrong.
Hmm desktop file seems to be installed and match the WM_CLASS. Colin, any ideas?
Colin, any ideas? We should really try to fix this since it is launched from within the shell.
Type this in lg: Shell.AppSystem.get_default().get_app('gkbd-keyboard-display.desktop') It returns null for me, which means we're not finding the app. It's some menu categorization problem.
Yep, adding "System;" to its Categories picks it up. There is no menu that includes "Categories=GNOME;GTK;Core;" right now.
Created attachment 184066 [details] [review] Categorize gkbd-keyboard-display.desktop In order to have the shell show it, it needs to "in theory" be in a menu, even if it's NoDisplay=true. "GNOME;Gtk;Core;" isn't shown anywhere, so stick it in "System Tools".
Cool! Thanks, committed.