--- kcontrol/kfontinst/dbus/FontInst.cpp.orig 2010-07-09 20:07:54.078716947 +0200 +++ kcontrol/kfontinst/dbus/FontInst.cpp 2010-07-09 20:07:10.082276597 +0200 @@ -391,8 +391,8 @@ args["files"] = files; args["toSystem"] = toSystem; args["dest"] = theFolders[toSystem ? FOLDER_SYS : FOLDER_USER].location(); + args["uid"] = (int) getuid(); + args["gid"] = (int) getgid(); - args["uid"] = getuid(); - args["gid"] = getgid(); int result=performAction(args); if(STATUS_OK==result)