https://bugs.kde.org/show_bug.cgi?id=477422
--- Comment #5 from Andrius Štikonas <andr...@stikonas.eu> --- Oh, it's probably because of the prefix. That reddit thread says: "/home/linuxbrew/.linuxbrew" prefix is not one of the trusted command prefixes By default partitionmanager only allows calling commands from / and /usr prefixes. That is for security reasons, specifically to avoid accidentally running non-system commands (that might be malicious) as root. Which is kind of exactly what you are trying to do with homebrew. Partition Manager notices that you are running it from somewhere untrusted and aborts. You need to add your prefix to src/util/trustedprefixes and recompile it. -- You are receiving this mail because: You are watching all bug changes.