#26982: Suggesting a patch for kdelibs4 -----------------------------+---------------------------------------------- Reporter: mk@… | Owner: snc@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: kdelibs4 -----------------------------+---------------------------------------------- Comment(by mk@…): If someone is about to be recompiling kdelibs4 I suggest running this command in a separate shell during the build & install phases: {{{ sudo dtrace -n 'syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0)); }' 2>/dev/null | grep KDE }}} which should help to find the culprit, i.e. the process which creates the folder structure ~/Library/Preferences/KDE with unwanted admin permissions! -- Ticket URL: <https://trac.macports.org/ticket/26982#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS