Sample Header Ad - 728x90

Adding a Wine `.lnk` Program to Rofi

0 votes
1 answer
109 views
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 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 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.)
Asked by psygo (233 rep)
Oct 9, 2024, 05:16 PM
Last activity: Oct 9, 2024, 08:45 PM