[Bug 32699] Add StartupWMClass to .desktop files.

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Dec 5 20:06:54 CST 2014


https://bugs.winehq.org/show_bug.cgi?id=32699

Iuri Diniz <sinister at bol.com.br> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sinister at bol.com.br

--- Comment #10 from Iuri Diniz <sinister at 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.



More information about the wine-bugs mailing list