Skip to content

Commit

Permalink
Use lxqt-sudo as the default su tool instead of gksu.
Browse files Browse the repository at this point in the history
  • Loading branch information
PCMan committed Jan 22, 2016
1 parent 8232234 commit cdb4718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmanfm/settings.cpp
Expand Up @@ -161,7 +161,7 @@ bool Settings::loadFile(QString filePath) {
// the value from XSETTINGS instead of hard code a fallback value.
fallbackIconThemeName_ = "elementary"; // fallback icon theme name
}
suCommand_ = settings.value("SuCommand", "gksu %s").toString();
suCommand_ = settings.value("SuCommand", "lxqt-sudo %s").toString();
setTerminal(settings.value("Terminal", "xterm").toString());
setArchiver(settings.value("Archiver", "file-roller").toString());
setSiUnit(settings.value("SIUnit", false).toBool());
Expand Down

0 comments on commit cdb4718

Please sign in to comment.