Re: Unable to get windows list in an extension

2010-11-15 Thread Thomas Bouffon
Thanks for the help ! I managed to write an extension which places the new windows on the workspace I want, and creates the workspace if necessary. I connected display to 'window-created' because the other signals were emitted to early, and it's not called when the window is moved. The

Unable to get windows list in an extension

2010-11-05 Thread Thomas Bouffon
Hi, I'm trying to plpay with window postions in an extension. i wrote something simple : // Sample extension code, makes clicking on the panel show a message const St = imports.gi.St; const Mainloop = imports.mainloop; const Main = imports.ui.main; const Shell = imports.gi.Shell; // Put your