We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb59ba commit 2a6d6b1Copy full SHA for 2a6d6b1
src-tauri/src/main.rs
@@ -173,7 +173,7 @@ fn show_in_folder(path: String) {
173
.arg("--type=method_call")
174
.arg("/org/freedesktop/FileManager1")
175
.arg("org.freedesktop.FileManager1.ShowItems")
176
- .arg(format!("array:string:file:///{}", path))
+ .arg(format!("array:string:file://{}", path))
177
.arg("string:\"\"")
178
.spawn()
179
.unwrap();
0 commit comments