-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script for Creating a Desktop Entry in Debian/Ubuntu/Kali #1
Comments
I'd love to take this up! Should the script be part of the app itself, like a button, or a separate file? |
Google for what a desktop entry script is like. It's not a button. |
I meant to ask, should there be an option to create the desktop entry in the app's GUI (as a button)? Like in PyCharm or any other JetBrains IDE. |
It would be a plus! |
#8 by @mehakjain26 |
@mehakjain26 Attempted it to a good level. I guess I will have to do the rest. |
We need to have a dektop entry for the app and that can be done by creating a file with extension
.desktop
and placing it in the system files. We can create a script on running which, it get's set up automatically.The text was updated successfully, but these errors were encountered: