https://bugs.documentfoundation.org/show_bug.cgi?id=164414
--- Comment #5 from [email protected] --- @Heiko, thank you so much for the hint about Macros. I created the following Macro and it does exactly what I want in LO in Linux using the default Caja file browser: Sub OpenCurrentFolder GlobalScope.BasicLibraries.loadLibrary("Tools") Shell("/usr/bin/caja " & Tools.Strings.DirectoryNameoutofPath(ThisComponent.getURL(),"/") ) End Sub -- You are receiving this mail because: You are the assignee for the bug.
