Window Title (Mint 17)

Post here if you need help using Actiona
Post Reply
alx0id
Posts: 2
Joined: 02 Apr 2016, 10:26

Window Title (Mint 17)

Post by alx0id »

Hi!
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:
Image
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");}
As you see, chromium window doesn't have title. But of course it has a title in taskbar.
Is there any ideas on this trouble?
Post Reply