Jesus Arocho wrote: > How can a program be directed to open in a predetermined desktop? > You could launch it from a shell script like this: #!/bin/bash dcop kwin default setCurrentDesktop 4 kcontrol& Karl