User Profile manager

Rouslan Solomakhin solomarv at clarkson.edu
Tue Jun 21 18:53:32 CDT 2005


On Wed, 2005-06-22 at 00:29 +0200, domenique Tilleuil wrote:
> The problem is that the user-admin is launched and the program 'waits' untill it is finished. I'll try to
> make the program launch in a seperate process so that user-profile is still responsive

pid = os.fork()
if pid == 0:
	os.system("users-admin")

> If the changes where succesfull the program exits, if not it gives a 
> message telling you what is wrong.

I was thinking that there's a possibility of a crash, and no way of
knowing whether it occured if the program is launched from menu.

Rouslan Solomakhin





More information about the ubuntu-devel mailing list