How to open Nemo from BlackBox?

Usage of the framework, compiler and tools
Post Reply
Zinn
Posts: 123
Joined: Mon Nov 24, 2014 10:47 am
Location: Frankfurt am Main
Contact:

How to open Nemo from BlackBox?

Post 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
User avatar
Ivan Denisov
Posts: 362
Joined: Tue Sep 17, 2013 12:21 am
Location: Krasnoyarsk, Russia

Re: How to open Nemo from BlackBox?

Post 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.
Zinn
Posts: 123
Joined: Mon Nov 24, 2014 10:47 am
Location: Frankfurt am Main
Contact:

Re: How to open Nemo from BlackBox?

Post by Zinn »

Dear Ivan,
thank you, thank you very much. It helps me a lot.
- Helmut
Post Reply