PDA

View Full Version : [lubuntu] Running a script from the Desktop



Jorge_Calderon
October 9th, 2014, 06:53 PM
I have the following .desktop file on my Desktop:

[Desktop Entry]
Encoding=UTF-8
Name=Robomongo
Comment=Launch Robomongo
Exec=/usr/local/robomongo-0.8.4-i386/bin/robomongo.sh
Icon=/usr/local/robomongo-0.8.4-i386/share/icons/robomongo.png
Type=Application
Terminal=true

I want the application to start up with a terminal window. When I click it it opens a terminal window but doesn't acatually run the script. How can I set that up? If I mkae "Terminal=false", then it starts the program with no terminal window. I also tried creating a link, but don't get a terminal window.