mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Remove -- from shell entries, since wine no longer filters it.
This commit is contained in:
parent
0de3c8283e
commit
cb54fe66bc
@ -84,7 +84,7 @@ kde_entry()
|
||||
# KDE Config File
|
||||
[KDE Desktop Entry]
|
||||
Name=$xname
|
||||
Exec=wine '$path' -- $args
|
||||
Exec=wine '$path' $args
|
||||
Type=Application
|
||||
Comment=$descr
|
||||
EOF
|
||||
@ -98,7 +98,7 @@ gnome_entry()
|
||||
cat <<EOF
|
||||
[Desktop Entry]
|
||||
Name=$xname
|
||||
Exec=wine "$path" -- $args
|
||||
Exec=wine "$path" $args
|
||||
Type=Application
|
||||
Comment=$descr
|
||||
EOF
|
||||
@ -111,7 +111,7 @@ mdk_entry()
|
||||
base=`basename "$link"`
|
||||
section=`dirname "$link"`
|
||||
[ -z "$icon" ] || xicon="icon=\"$xpmicon\""
|
||||
echo "?package(local.Wine):needs=x11 section=\"Wine/$section\" title=\"$base\" longtitle=\"$descr\" command=\"wine \\\"$path\\\" -- $args\" $xicon"
|
||||
echo "?package(local.Wine):needs=x11 section=\"Wine/$section\" title=\"$base\" longtitle=\"$descr\" command=\"wine \\\"$path\\\" $args\" $xicon"
|
||||
}
|
||||
|
||||
# copy the icon file to a specified dir and set xpmicon to the resulting path
|
||||
|
Loading…
Reference in New Issue
Block a user