You can try a bash script instead for rc. It works in my case.
On Thu, Sep 12, 2019 at 3:09 AM Parker Ellertson
wrote:
> I'm trying to set up a desktop entry so I can launch acme w/o opening a
> spare terminal. So far I have this in the entry:
> ```
> [Desktop Entry]
> Version=1.0
> Type=Applic
This works for me:
$ cat ~/.local/share/applications/acme.desktop
[Desktop Entry]
Version=1.0
Type=Application
Categories=Development
Name=Acme
Comment=
Exec=/home/fhs/bin/sh/acmestart
Icon=/usr/local/plan9/mac/spaceglenda.png
Path=/home/fhs
Terminal=false
StartupNotify=false
On Wed, Sep 11, 2019