Fixed "Show in Folder" feature on Gnome 3.30+.

Parameter --no-desktop is deprecated and should not be used.

Closes #5896.
This commit is contained in:
Vitaly Zaitsev 2019-04-08 15:32:42 +02:00 committed by John Preston
parent ba8257ce64
commit 14ad7a2479
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ void UnsafeShowInFolder(const QString &filepath) {
arguments << "--select" << absolutePath;
} else if (output == qstr("nautilus.desktop") || output == qstr("org.gnome.Nautilus.desktop") || output == qstr("nautilus-folder-handler.desktop")) {
command = qsl("nautilus");
arguments << "--no-desktop" << absolutePath;
arguments << absolutePath;
} else if (output == qstr("nemo.desktop")) {
command = qsl("nemo");
arguments << "--no-desktop" << absolutePath;