Hi,
I've just got a new mini computer running Linux Ubuntu 8.04, and I'm very happy with it.
I've been merrily installing the few bits I want on it and one of those is a SQL editor. I've purchased RazorSQL as it seems to do exactly what I want.
My trouble is that I don't want to have to go into the terminal everytime I load it.
So I've managed to add it to the Applications>>P rogramming menu but when I click on the item I get a blank terminal window - really noting in it and the following message:
So what have I done? Well, knowing that to launch the program in the terminal I typed:
I have created a file that contains the following code:
Then under the menu item properties I have set the following:
Type Application in Terminal
Name RazorSQL
Command /home/ndavies/programs/launchers/razorslq
(that's the file I mentioned above)
With all that in place I click the item on the menu and get the error I mentioned above.
Does anyone know what I've done wrong or what I should do instead of all this? I really do what to have this item accessible from the menu.
Many thanks
Nathan
I've just got a new mini computer running Linux Ubuntu 8.04, and I'm very happy with it.
I've been merrily installing the few bits I want on it and one of those is a SQL editor. I've purchased RazorSQL as it seems to do exactly what I want.
My trouble is that I don't want to have to go into the terminal everytime I load it.
So I've managed to add it to the Applications>>P rogramming menu but when I click on the item I get a blank terminal window - really noting in it and the following message:
There was an error creating the child process for this terminal
Code:
cd programs/razorsql sh razaorsql.sh
Code:
#! /bin/bash cd programs/razorsql sh razaorsql.sh
Type Application in Terminal
Name RazorSQL
Command /home/ndavies/programs/launchers/razorslq
(that's the file I mentioned above)
With all that in place I click the item on the menu and get the error I mentioned above.
Does anyone know what I've done wrong or what I should do instead of all this? I really do what to have this item accessible from the menu.
Many thanks
Nathan
Comment