At 1245682637 time_t, Javier Barroso wrote: > One time ago, I think (don't sure) I could close 'rdesktop' with > 'MOD4-SHIFT-c' combo. Now I can't.
Mod4+Shift+c send a nice "close" signal. So if the application refuses
to handle it... fire up xkill.
> But, when I exec xkill over a window, a clock pointer mouse appear in
> my desktop (like my pc is 'thinking' :P). It is expected this clock
> pointer doesn't appear. Latter, 3-5 second it goes out
That's because you use awful.util.spawn() which by default enable
startup notification. So awesome waits ~20s for xkill to start and says
it has started (but it does not, obviously, it's xkill, not Firefox) so
it timeouts and return the normal cursor.
> Do you know any workarround ? This is a bug that I should report ?
It's not a bug, just replace your call by:
awful.util.spawn("xkill", false)
And for rdesktop not closing, I don't know. :)
--
Julien Danjou
// ᐰ <[email protected]> http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
// In the Sixth Sense, Bruce Willis is dead.
signature.asc
Description: Digital signature
