diff --git a/src/core/utilities.cpp b/src/core/utilities.cpp index cac6c3d23..07e74871b 100644 --- a/src/core/utilities.cpp +++ b/src/core/utilities.cpp @@ -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 {