diff --git a/packaging/linux/OpenRA.Utility.sh b/packaging/linux/OpenRA.Utility.sh index 5ae67c660c..d57dfa9658 100755 --- a/packaging/linux/OpenRA.Utility.sh +++ b/packaging/linux/OpenRA.Utility.sh @@ -4,7 +4,7 @@ authenticate () { if command -v gksudo > /dev/null; then gksudo --description "OpenRA Installer" -- mono OpenRA.Utility.exe $@ || echo "Error: Permission denied." - elif command -v kdesu > /dev/null; then + elif command -v kdesudo > /dev/null; then kdesudo -d -- mono OpenRA.Utility.exe $@ || echo "Error: Permission denied." else # Try running without escalating