https://bugs.winehq.org/show_bug.cgi?id=32699
Iuri Diniz sinister@bol.com.br changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sinister@bol.com.br
--- Comment #10 from Iuri Diniz sinister@bol.com.br --- I made a script in order to automate the process: https://gist.github.com/iuridiniz/85403545d0fd7e4a0000
Requisites: Python 2.7 pyxdg pylnk
Quick install all the requisites: $ sudo pip install pylnk pyxdg
Quick usage: $ python fix-wine-desktop-entry.py FILE.desktop
Quick fix all .desktop entries of a wine default installation: $ find ~/.local/share/applications/wine -name "*.desktop" -exec python fix-wine-desktop-entry.py {} ;