I had originall asked this on the Unix & Linux Stack Exchange: https://unix.stackexchange.com/q/784800/364698
I was able to add a program ([KaTrain](https://github.com/sanderland/katrain)) — which I installed with `pipx` — to Rofi, following [this nice answer](https://unix.stackexchange.com/a/651744/364698):
```desktop
[Desktop Entry]
Exec=/home/phili/.local/bin/katrain
Type=Application
Categories=Go
Name=KaTrain
```
But now, I'm trying ot add another program ([Fox Weiqi](https://www.foxwq.com/soft/foreign.html)), which I was only able to install via Wine.
```desktop
[Desktop Entry]
Exec="wine /home/phili/Other\ Software/Fox\ Weiqi/Fox\ Go\ Server.lnk"
Type=Application
Categories=Go
Name=Fox Weiqi
```
If I use that Wine command on a terminal, it does work. (I'm using Archcraft.)