tools: Add basic support for the startup notifications standard.

This commit is contained in:
Damjan Jovanovic 2007-07-21 17:18:46 +02:00 committed by Alexandre Julliard
parent d748a19dba
commit 25e938c11a
1 changed files with 1 additions and 0 deletions

View File

@ -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"