Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
cb54fe66
Commit
cb54fe66
authored
Sep 27, 2004
by
Marcus Meissner
Committed by
Alexandre Julliard
Sep 27, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove -- from shell entries, since wine no longer filters it.
parent
0de3c828
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
wineshelllink
tools/wineshelllink
+3
-3
No files found.
tools/wineshelllink
View file @
cb54fe66
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment