Fjölnir Ásgeirsson
Fjölnir Ásgeirsson
yes this happens sometimes, it's as if the window is created after the "application did launch" notification is sent, and before I manage to start observing windows through the accessibility...
I posted it here: http://macthemes.net/forum/viewtopic.php?f=8&t=16812620&sid=5cb0846289bdac319e9d29a732faae35
Yeah macthemes seems to be dead, unfortunately.. Here's a copy of a reply to another curious party who emailed me about this: ``` Hi ; Glad it's working for you....
annoying thing about MenuAndDockless is that it logs messages all the time. So I wrote a replacement: https://github.com/fjolnir/Menufela
https://github.com/alexzielenski/SArtFileTool https://github.com/alexzielenski/artFileTool
Not known, since I don't use firefox. I would assume it doesn't support the accessibility api
So I figured out why this happens. Firefox doesn't respond to accessibility requests until a little while after it launches. By which time xnomad has already given up on it....
iTunes is such a piece of crap. (Personally I use cmus: http://cmus.sourceforge.net) It's because iTunes does not use a native window, so there's no bounds checking when moving the window...
The stacking issue happens when a window has a minimum size set and xnomad tries to make it smaller than that. Afaik there's no way of checking what the min...
Ah, then it's probably a bug that only presents itself when the menubar is visible. the menubar probably pushes the top window down by 20 pixels, obscuring the titlebar of...