Damjan Jovanovic : tools: Add basic support for the startup notifications standard.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 23 05:55:36 CDT 2007


Module: wine
Branch: master
Commit: 25e938c11a7bebac7b266c8c78c4ab6c35e858a9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=25e938c11a7bebac7b266c8c78c4ab6c35e858a9

Author: Damjan Jovanovic <damjan.jov at gmail.com>
Date:   Sat Jul 21 17:18:46 2007 +0200

tools: Add basic support for the startup notifications standard.

---

 tools/wineshelllink |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/wineshelllink b/tools/wineshelllink
index 3cfea28..a58fb18 100755
--- a/tools/wineshelllink
+++ b/tools/wineshelllink
@@ -89,6 +89,7 @@ desktop_entry()
 Name=$linkname
 Exec=env WINEPREFIX="${WINEPREFIX:-$HOME/.wine}" wine "$path" $args
 Type=Application
+StartupWMClass=Wine
 EOF
     [ -z "$descr"   ] || echo "Comment=$descr"
     [ -z "$workdir" ] || echo "Path=$workdir"




More information about the wine-cvs mailing list