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 eeaa6b4 commit f1d397fCopy full SHA for f1d397f
contrib/OpenInExplorer.lua
@@ -81,7 +81,7 @@ local function open_in_nautilus() --Open in Nautilus
81
elseif #images <= 15 then
82
for _,image in pairs(images) do
83
curr_image = image.path..PS..image.filename
84
- local run_cmd = "nautilus --select " .. df.sanitize_filename(curr_image)
+ local run_cmd = [[busctl --user call org.freedesktop.FileManager1 /org/freedesktop/FileManager1 org.freedesktop.FileManager1 ShowItems ass 1 ]] .. df.sanitize_filename("file://"..curr_image) .. [[ ""]]
85
dt.print_log("OpenInExplorer run_cmd = "..run_cmd)
86
resp = dsys.external_command(run_cmd)
87
end
0 commit comments