You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, August 19th 2009, 11:43am

question about locking kde on an application

hi , i'm new on this forum and searched about my question but i couldn't find my answer.

i've written an application using C++ in qt.
i want the application load when kde starts with some conditions defining below :
conditions :
the user should not be able to do any task else other than working with the application.
all the menus and icons and signals should be trapped , and the user is forced to use the only application which i wrote.
and when the user closes the application ( sending the terminate signal for the application ) the kde should go down too , or poweroff should be run too.

anybody here to help me ?