Page 1 of 1

How to open Nemo from BlackBox?

Posted: Wed Oct 28, 2020 4:26 pm
by Zinn
In Windows the command
(!)"Dialog.OpenExternal('Z:/home/helmut/')"
opens the Windows Explorer and show the file of the directory "Z:/home/helmut/".

In Linux under Wine the command
(!)"Dialog.OpenExternal('Z:/home/helmut/')"
opens the Explorer emulation in Wine and not the standard (default) linux file browser Nemo.

How to open Nemo with the specified directory from BlackBox?
- Helmut

Re: How to open Nemo from BlackBox?

Posted: Thu Oct 29, 2020 3:28 am
by Ivan Denisov
"Dialog.RunExternal('/usr/bin/nemo /home/dia/blackbox')"

I checked, that it works from Wine and from native Linux Gtk2 version also.

Re: How to open Nemo from BlackBox?

Posted: Thu Oct 29, 2020 6:12 am
by Zinn
Dear Ivan,
thank you, thank you very much. It helps me a lot.
- Helmut