brandon s allbery kf8nh

Results 568 comments of brandon s allbery kf8nh

The `Bad _NET_DESKTOP` message comes from a program attempting to make a window "sticky"; we don't currently handle this form of message.

Yes, I'm more than a bit tempted to just change the behavior. However, some people have expressed that some programs need the current behavior (notably, if it would cause something...

Problem is, I can still crash DCSS by flipping it between different sized screens a few times (it doesn't like getting sized below 80x24). I can imagine this causing problems...

An idle hook won't help; there's no guarantee the `MapRequest` will have come in by then. *Usually* on an unloaded fast machine, it will have. But you will find that...

Perhaps you want `XSendEvent` to the root window, then. There's also `XPutBackEvent` but it makes it the very next event to be read. That said, remember X is asynchronous; you...

Re `SpawnOn`, I meant the methodology, not the exact implementation. Otherwise I would have specifically pointed you to `spawnAndDo`.

Oh, I should clarify something. Some Xlib calls, like `XQueryTree`, appear to be synchronous (you call them, you get something back). They fake it. The weird list of 'next-event-if-something' Xlib...

I'm not in a position to poke at this, but I'd like to remind people that this border is *part of* the window, not hanging around it as in reparenting...

There's also at least two places that need to deal with float window sizes, and this causes problems sometimes. Floating dialogs tend to be withdrawn and represented later, rather than...

I should also note that soffice dialogs in general behave much better with `EwmhDesktops` enabled; the minimal config is more or less begging for problems. Personally, I think we're well...