Change pcmanfm-qt to pcmanfm

This commit is contained in:
Jonas Kvinge 2020-07-07 18:28:47 +02:00
parent 83cee26d7d
commit 3f2b683fca
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ void OpenInFileManager(const QString &path) {
QString directory = info.dir().path();
proc.startDetached(command, QStringList() << command_params << "--no-desktop" << directory);
}
else if (command.startsWith("pcmanfm-qt")) {
else if (command.startsWith("pcmanfm")) {
proc.startDetached(command, QStringList() << command_params << QFileInfo(path).dir().path());
}
else {