Davide Mancusi wrote:
Ivan Glushkov ha scritto:Hi,Does anybody know a shell command that switches to the next desktop in KDE? I am developing a small C++ application which creates a few windows, which would overlap in one desktop, so I was wondering of there is a way to make them appear on two desktops.You might want to have a look at dcop, too. In its man page you will find exactly the example you need:$ dcop kwin KWinInterface nextDesktop
That's exactly what I needed + it worked nicely. Thanks a lot. Cheers, Ivan