On 24/08/15 19:47, Mariano Martinez Peck wrote:
Strange, it works here using Pharo 4 under Archlinux.If you have no window opened in a desktop you cant create a new desktop.That indeed switches desktops. So the shortcut is clearly not working then.
If you did, can you try:
DesktopsManager uniqueInstance nextDesktop
and
DesktopsManager uniqueInstance previousDesktop
This number is the DesktopMorph. It is transparent unless when you switch desktops,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...
there is a little animation that makes it opaque and progressively become
transparent again.
BTW..were you aware of the tiling window manager?No I don't know this project, does it have multiple desktop built-in?
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!