Thanks for doing such a good program )
I'm running it under Linux Mint 17 in XFCE. And there is one trouble. Or may be it is known feature..
Some windows do not have titles as Actionaz think (
It looks like that:
It is a console from such code:
Code: Select all
var windows = Window.all();
for(var i = 0; i < windows.length; ++i){
Console.print(windows[i].title() + "\n");
Console.print(windows[i].toString() + "\n");}
Is there any ideas on this trouble?