Package: easyssh
Followup-For: Bug #972535
X-Debbugs-Cc: hansz1...@gmail.com



What about a shell script that launches the .desktop?

#!/bin/sh
dex /usr/share/applications/com.github.muriloventuroso.easyssh.desktop


LibreOffice and many others in /usr/bin use this technique:

$ cat /usr/bin/lowriter 
#!/bin/sh
/usr/lib/libreoffice/program/soffice --writer "$@"

Reply via email to