I'm creating a qtservice that has a gui for doing log in/log out. I modeled it after the example "interactive" in the examples folder. Instead of QLabel I use a gui I wrote. It won't run. When I try to start it the process shows up in the process list, but it time outs. I tried running the interactive example in the qtservices folder which is supposed to show a QLabel with "Service" as the text. The service installs (-i), the service starts (-s) and shows that it is running and the process is there in the process list, but there's no label. What in the heck could I be doing wrong that even the example doesn't run? I'm running in Administration window.