Fix open in file browser when inode/directory mimetype is set to thunar
Fixes #677
This commit is contained in:
@@ -397,7 +397,7 @@ void OpenInFileManager(const QString path, const QUrl &url) {
|
||||
else if (command.startsWith("caja")) {
|
||||
proc.startDetached(command, QStringList() << command_params << "--no-desktop" << path);
|
||||
}
|
||||
else if (command.startsWith("pcmanfm")) {
|
||||
else if (command.startsWith("pcmanfm") || command.startsWith("thunar")) {
|
||||
proc.startDetached(command, QStringList() << command_params << path);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user