Do I have to add it in a method like
postCreateWindow of the ApplicationWorkbenchWindowAdvisor?
I suspect that that's too late... This is just a guess but I'd say that
the perspective has already been created when the window has been created.
I added the perspective listener in the constructor of the
WorkbenchWindowAdvisor and it worked.