On Mon, Aug 24, 2015 at 2:26 PM, Julien Delplanque <julien@tamere.eu> wrote:
Yes it should work on Pharo 4.

Did you opened�� windows as said in the README's notes section?

Yes.
��

If you have no window opened in a desktop you cant create a new desktop.

If you did, can you try:

DesktopsManager uniqueInstance nextDesktop

and

DesktopsManager uniqueInstance previousDesktop

��
That indeed switches desktops. So the shortcut is clearly not working then.��
��

Do you see the DesktopMorph on bottom right of the screen?


No..I only see a number "1". Also, I use a background picture for my Pharo so maybe that is being in front of the morph. So I guess somehow you morph should go in the front. The way I set a background picture is like this in case you want to reproduce it:

PolymorphSystemSettings desktopImageFileName: '/Library/Desktop Pictures/Yosemite 3.jpg'.

Just in case..I also use the dark theme...

BTW..were you aware of the tiling window manager? ��http://magaloma.blogspot.com.ar/2011/05/tiling-window-manager.html
I do not want all the features of the TWM, but a simple switch between desktops, yeah, I would like that!

��
��
Julien


On 24/08/15 19:10, Mariano Martinez Peck wrote:
It does not work for me. Should it work in Pharo 4.0?

On Mon, Aug 24, 2015 at 1:39 PM, Julien Delplanque <julien@tamere.eu> wrote:

Hi all,

I created a small utility that make possible to have multi desktops:
https://github.com/juliendelplanque/desktopsmanager.

It show/hide windows according to the desktop you're on.

I think it can be useful from my small experience, I often feel a lack of
space when opening 4-5 windows and also, I like to have my windows full
sized... :)

What do you think about it?

Regards,

Julien








--