Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1417  / 1 Year ago, tue, november 15, 2022, 7:01:13

I have copied an executable in /usr/bin a program that I'd like to use.



Of course I can launch it with the command line. However it doesn't appear in Unity when I open the dash, and I would like to add it.



How is it possible ?


More From » unity

 Answers
7

You have to create a description, in a .desktop file, under the ~/.local/share/applications directory.



E.g. newprog.desktop :



[Desktop Entry]
Type=Application
Exec=/usr/bin/NEWPROG
Hidden=false
Name=My-Fancy-Name
Comment=Something I never want to say :-)

[#35380] Tuesday, November 15, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cugure

Total Points: 188
Total Questions: 110
Total Answers: 103

Location: Dominican Republic
Member since Sun, Sep 4, 2022
2 Years ago
;