diff --git a/hide/Ide.hx b/hide/Ide.hx index 762c6a31a..04248c94c 100644 --- a/hide/Ide.hx +++ b/hide/Ide.hx @@ -1774,6 +1774,8 @@ class Ide extends hide.tools.IdeData { Sys.command(cmd); }; case "Mac": Sys.command("open " + haxe.io.Path.directory(path)); + case "Linux": + Sys.command('dbus-send --session --dest=org.freedesktop.FileManager1 --type=method_call /org/freedesktop/FileManager1 org.freedesktop.FileManager1.ShowItems array:string:"$path" string:""'); default: throw "Exploration not implemented on this platform"; } }