tools: Add basic support for the startup notifications standard.
This commit is contained in:
parent
d748a19dba
commit
25e938c11a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue