mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-17 02:59:03 +01:00
Fix open in file browser when inode/directory mimetype is set to thunar
Fixes #677
This commit is contained in:
parent
128223a28a
commit
bddb371e31
@ -397,7 +397,7 @@ void OpenInFileManager(const QString path, const QUrl &url) {
|
|||||||
else if (command.startsWith("caja")) {
|
else if (command.startsWith("caja")) {
|
||||||
proc.startDetached(command, QStringList() << command_params << "--no-desktop" << path);
|
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);
|
proc.startDetached(command, QStringList() << command_params << path);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user