Re: sawfish has lost a window.



Janek Kozicki <janek_listy wp pl> writes:
> And we have time to debug it.

Do you still have time?

> When X starts, I have following line in my rox autorun script:
>
>   xterm -geom 95x15+3520+685 -fg gray -bg black -T last -e watch -n25 "last |
>   grep -v -e \"janek *pts/[0-9]* *:0.0\"" &
>
> It shows me last logins, except for me logging to X. The window is
> titled "last", due to `-T last` argument.

Does:

(get-window-by-name "last")

Give you anything, from sawfish-client?  That should retrieve the window
if sawfish is managing it (even if it doesn't show up in the windows
menu).  If it does return a window you could try:

(display-window (get-window-by-name "last"))

>         0x3000024 "last": ("xterm" "XTerm")  574x199+2+18  +-22078+703

Does the location change as you change viewports?  I presume that that's
what the "+2+18" is.

> I don't know what else should I/can I do.
>
> The goal is to eliminate this behaviour in sawfish ;-)

Yes... :P

-- 
Jeremy Hankins <nowan nowan org>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]