Answer the question
In order to leave comments, you need to log in
How to write a program in linux?
Hello, perhaps my question is quite simple, but I don’t understand how to explain to the system that I installed the program via sh. The problem is that I don't see the shortcut for this program and I don't get updates.
Case Study:
I downloaded the Komodo-Edit-9.1.0-15798-linux-x86_64 editor, unpacked it and installed it in the /opt folder.
Everything is fine, but in the menu, I work under Mint, I do not see a shortcut to this program, as if I installed it through a deb package.
How can I fix this situation?
Answer the question
In order to leave comments, you need to log in
Regarding the icon in the menu:
create a shortcut file in ~/.local/share/applications with the extension .desktop (eg feuerfox.desktop) and approximately the following content:
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Name=Firefox developer edition
Exec=/opt/firefox/firefox %U
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=/opt/firefox/browser/icons/mozicon128.png
Categories=GNOME;GTK;Network;WebBrowser;
StartupNotify=true
What is your DE? There, most likely, the path is written somewhere in the xml files.
standards.freedesktop.org/menu-spec/menu-spec-1.0.html
https://access.redhat.com/documentation/en-US/Red_...
to help you
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question