[PLUG] Alacarte Gnome Menu Editor

John Jason Jordan johnxj at comcast.net
Sat Nov 28 03:55:59 UTC 2009


On Fri, 27 Nov 2009 19:37:25 -0800
Paul <paul at punkrockbunnies.com> dijo:

> On Fri, 2009-11-27 at 19:21 -0800, John Jason Jordan wrote:
> 
> > In an attempt to fix the problem, I changed the command to:
> > 
> > cd /home/jjj/Software/TreeForm | java -Xmx256m -Xms64m -jar TreeForm.jar
> > 
>                                  ^
>                                 This should be a semi-colon, not a pipe
> 
> cd /home/jjj/Software/TreeForm ; java -Xmx256m -Xms64m -jar TreeForm.jar
> 
> Though I prefer to wrap things like this up in a bash script and the
> launch that:
> 
> #!/bin/bash
> cd /home/jjj/Software/TreeForm 
> java -Xmx256m -Xms64m -jar TreeForm.jar
> 
> (you might want to specify the full path to the java executable)

The semicolon didn't do the trick - same error message. Maybe you can't
concatenate commands in Alacarte.

But the script idea was perfect.

Thanks!



More information about the PLUG mailing list