Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2541  / 1 Year ago, sat, april 15, 2023, 12:30:55

I've downloaded a program and in order to run it I open terminal, cd into the directory it's stored in and run it by typing ./<program>. This is a bit of a hassle as I use this program on a daily basis. How do I set it so that I can find the program by typing the name of the program (TeamSpeak) into search when I press the super key?


More From » 13.10

 Answers
4

To have your program show up in the Unity Dash (pressing the Super key), it needs a launcher (.desktop) file in the proper place.



So create a file named TeamSpeak.desktop in the directory ~/.local/share/applications containing the following:




[Desktop Entry]

Name=TeamSpeak

Comment=Voice communications system for games

Exec=/full/path/to/program

Terminal=false

Type=Application




After you do that, it should show up in the Dash.


[#27776] Saturday, April 15, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tatoethin

Total Points: 377
Total Questions: 110
Total Answers: 98

Location: Saudi Arabia
Member since Sat, Aug 20, 2022
2 Years ago
;