Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 5283  / 3 Years ago, sun, july 18, 2021, 11:38:07

I would like to make a launcher that directs an application to be opened in a terminal.



I had it on Maverick and it worked. And also, it added the application to the 'Installed applications'.



At this moment, on 11.10 I can only make the desktop launcher. If I move it to the Unity launcher, it creates a permanent launcher item, and it's not included in the 'Installed Apps' list as well.



Does anybody have a solution?


More From » unity

 Answers
1

Graphical method

To create launchers that lets you open applications in terminal, you can try alacarte.



First of all, you need to have alacarte Install alacarte installed. After installing it, open alacarte. On the right side, there would be an option to create a New item. Click on it.



enter image description here



When you click the button, a dialog box of title Create launcher would appear. For the option Type, choose Application in Terminal. Give appropriate name to the launcher item and the actual command to execute and so on. After that, click OK and that would save the launcher item.



enter image description here



Now, search for the launcher in the dash and then pin it to your launcher. Clicking on the launcher item would now open the application in terminal.



enter image description here



Note: There is a good chance that you might actually end up pinning the original launcher item which doesn't open in a terminal. So, good luck on pinning the correct launcher item.



Command-line method



sudo nano /usr/share/applications/minitube.desktop


Here /usr/share/applications/minitube.desktop is an example I used. You can use the exact path to the file that you want to edit.



Change the line Terminal=false to Terminal=true. If there is no such line, then add one: Terminal=true.




[#42604] Tuesday, July 20, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
urnaetted

Total Points: 10
Total Questions: 113
Total Answers: 117

Location: Burundi
Member since Sat, Aug 21, 2021
3 Years ago
urnaetted questions
;