diff --git a/qrenderdoc/Code/QRDUtils.cpp b/qrenderdoc/Code/QRDUtils.cpp index a52466a3a..2130decf6 100644 --- a/qrenderdoc/Code/QRDUtils.cpp +++ b/qrenderdoc/Code/QRDUtils.cpp @@ -1792,7 +1792,7 @@ bool RunProcessAsAdmin(const QString &fullExecutablePath, const QStringList &par #else // try to find a way to run the application elevated. const QString graphicalSudo[] = { - lit("pkexec"), lit("kdesudo"), lit("gksudo"), lit("beesu"), + lit("kdesudo"), lit("gksudo"), lit("beesu"), }; // if none of the graphical options, then look for sudo and either