You are not logged in.

#1 2016-03-27 19:57:42

renatinho
New Member
Registered: 2016-03-27
Posts: 3

cd on openbox menu[SOLVED]

hello Bunsenlabs forum members  big_smile

Well I installed eclipse by eclipse installer.

I can start eclipse when I enter the following command in a terminal:

cd /home/renatinho/eclipse/java-mars/eclipse && ./eclipse

So I added this to menu.xml:

<menu id="development" label="Development">
   <item label="Eclipse">
      <action name ="Execute">
          <command>
	      cd /home/renatinho/eclipse/java-mars/eclipse && ./eclipse
	  </command>
      </action>
    </item>	
</menu>

But when I try to start Eclipse by menu I get:

Failure to execute child process "cd"(File or directory not found)

=== Mod Edit ===
Please use

[code]
code tags when showing terminal output
[/code]

Last edited by Sector11 (2016-03-27 21:16:12)

Offline

#2 2016-03-27 20:00:52

tknomanzr
BL Die Hard
From: Around the Bend
Registered: 2015-09-29
Posts: 1,057

Re: cd on openbox menu[SOLVED]

Wrap the command in an x-terminal emulator call:

x-terminal-emulator -e "cd /home/renatinho/eclipse/java-mars/eclipse && ./eclipse"

Offline

#3 2016-03-27 20:09:28

renatinho
New Member
Registered: 2016-03-27
Posts: 3

Re: cd on openbox menu[SOLVED]

Thanks by reply this so fast tknomanzr  big_smile

when I tried this:

x-terminal-emulator -e "cd /home/renatinho/eclipse/java-mars/eclipse && ./eclipse"

I get:

unable to find a shell

Offline

#4 2016-03-27 20:17:37

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,746

Re: cd on openbox menu[SOLVED]

Why not just full path

 /home/renatinho/eclipse/java-mars/eclipse/eclipse

or

 ~/eclipse/java-mars/eclipse/eclipse

Offline

#5 2016-03-27 20:19:35

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: cd on openbox menu[SOLVED]

renatinho wrote:

Failure to execute child process "cd"(File or directory not found)

Try this instead:

<command>
. /home/renatinho/eclipse/java-mars/eclipse/eclipse
</command>

Or:

sh /home/renatinho/eclipse/java-mars/eclipse/eclipse

Offline

#6 2016-03-27 21:06:44

renatinho
New Member
Registered: 2016-03-27
Posts: 3

Re: cd on openbox menu[SOLVED]

Thanks to everyone that tried to help me big_smile

brontosaurusrex's tip solved my problem!

Sorry by my poor English big_smile

Offline

#7 2016-03-27 21:19:06

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,028

Re: cd on openbox menu[SOLVED]

Your English is better than my <your mother-tongue>.
Be cool we don't bite.  Glad it's fixed.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

Board footer

Powered by FluxBB