=== brainwash_ is now known as brainwash [07:44] Hello [07:51] hi [07:58] When menus are opened a click outside the menu would make the menu disappear. But the click will not be valid on the clicked position (e.g. sets a cursor there) [07:59] Is this an xubuntu-specific behavior? Or is it the underlying gui framework (like gtk)? [08:19] DarkTrick, I don't know, but it's not Xubuntu specific as far as I know, Lubuntu (with either LXDE & LXQt) can have openbox take the click, thus xfwm maybe on Xubuntu -- but this is pure uneducated guess [08:28] guiverc, thanks for the guess! [08:30] pretty sure it is gtk [08:31] opening a menu grabs the mouse pointer for exclusive input [08:31] this is also why the screensaver can't run if you open a menu and walk away from the computer [08:31] (and note that by "gtk" i mean "the gdk X11 backend") [08:33] is there any way to alter the behavior of that? [08:34] ali1234, ↑ [08:34] not really [08:35] So the only chance is to implement a menu myself? [08:41] well, you could patch gdk, but that would be really difficult and not portable [08:41] "portable" means "to windows / mac" or "between distributions"? [08:41] or do you mean a local patch for my own system? [08:42] i mean local patch for your system [08:42] anyone who wanted to run your program would also have to patch gdk [08:42] so clearly that is a terrible idea [08:43] you could try asking in #gtk on irc.gnome.org [08:49] idd, terrible idea [08:52] I tried gtk, but they are rather quiet in there