-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
For Linux users who use a graphical interface, can you also insert a .desktop file like this?
[Desktop Entry]
Name=sshdb
Comment=Keyboard-first SSH library and launcher TUI
Keywords=;ssh;secureshell;shell;terminal;console
TryExec=x-terminal-emulator -e sshdb
Exec=gtk-launch sshdb
Icon=computer
Type=Application
Categories=Utility;In this example:
x-terminal-emulatoris an alias that works only for Debian and derivates.gtk-launchruns a command within the terminal and is more reliable.- The icon
computeris a freedesktop icon instead of a dedicated one.
Metadata
Metadata
Assignees
Labels
No labels