The following reply was made to PR ports/94093; it has been noted by GNATS.
From: Andy Fawcett <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: ports/94093: qt/KDE install from ports creates files owned by root in user's homedir Date: Mon, 6 Mar 2006 12:15:33 +0200 You need "su -" to set the environment correctly. "su" on it's own increases your privieleges to root's, but does not inherit the root environment. Since KDE and Qt need to write files to the currently active user's home directory, this caused your problem. _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
