Skip to content
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

[Feature request] Linux launcher #53

Open
TheGroundZero opened this issue Aug 7, 2019 · 0 comments
Open

[Feature request] Linux launcher #53

TheGroundZero opened this issue Aug 7, 2019 · 0 comments

Comments

@TheGroundZero
Copy link

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
A launcher (e.g. .desktop file that is placed in /usr/share/applications or ~/.local/share/applications/ or relevant directory for the distro that allows the application to be launched from the application list.

Describe alternatives you've considered
Using the AppImage this works, but the current version has some issues

Additional context
I've made this small .desktop file which I place under ~/.local/share/applications/.
SwiftnessX was installed from source in /opt/SwiftnessX/

#!/usr/bin/env xdg-open
[Desktop Entry]
Name=SwiftnessX
Comment=A cross-platform note-taking & target-tracking app for penetration testers.
Exec=yarn --cwd /opt/SwiftnessX/ dev
Terminal=false
Type=Application
Icon=/opt/SwiftnessX/resources/icon.png
Categories=
Keywords=Notes;Swift;
StartupNotify=false
@TheGroundZero TheGroundZero changed the title Linux launcher [Feature request] Linux launcher Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant