Issue 451 in xmonad: Problem with popping up gnome menu with a hotkey

Status: New Owner: ---- New issue 451 by victor.g...@gmail.com: Problem with popping up gnome menu with a hotkey http://code.google.com/p/xmonad/issues/detail?id=451 gnomeRun() from XMonad.Config.Gnome works, but after replacing _GNOME_PANEL_ACTION_RUN_DIALOG to _GNOME_PANEL_ACTION_MAIN_MENU (I want to popu up menu) there is no menu. I'm attaching a trivial program (in C) that pop-ups menu if compiled with -DMAIN_MENU and run-dialog otherwise. I'm spawning that program from xmonad: ("M-<F1>", spawn "/path/to/gnome-popup"). Results: MAIN_MENU version works only if there is a delay before sending X message. Without delay there is no menu. I'm not sure, but maybe it is some bug in xmonad, because I don't understand, why we need this delay, so I'm reporting it here. Attachments: gnome-popup.c 777 bytes
participants (1)
-
codesite-noreply@google.com