https://bugs.winehq.org/show_bug.cgi?id=32699 Iuri Diniz <sinister(a)bol.com.br> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sinister(a)bol.com.br --- Comment #10 from Iuri Diniz <sinister(a)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 {} \; -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.