Package: easyssh Followup-For: Bug #972535 X-Debbugs-Cc: [email protected]
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 "$@"

