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
3cb3651b
Commit
3cb3651b
authored
Aug 10, 2005
by
Marcus Meissner
Committed by
Alexandre Julliard
Aug 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed harmless /tmp problem.
parent
1f90b5cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
winelauncher.in
programs/winelauncher.in
+3
-2
No files found.
programs/winelauncher.in
View file @
3cb3651b
...
...
@@ -59,8 +59,8 @@ type xmessage >/dev/null 2>/dev/null
if
[
$?
-ne
0
]
;
then
# xmessage not found; make sure the user notices this error
# (GUI users wouldn't even notice if we printed the text on console !)
MSGFILE
=
/tmp/WINE_CANNOT_FIND_XMESSAGE
cat
>
$MSGFILE
<<
EOF
MSGFILE
=
`
mktemp
"/tmp/wine.xmessage.XXXXXX"
`
cat
>
$MSGFILE
<<
EOF
Warning:
The Wine launcher is unable to find the xmessage program,
which it needs to properly notify you of Wine execution status
...
...
@@ -87,6 +87,7 @@ EOF
# ok, we really give up now, this system is hosed ;-)
cat
$MSGFILE
rm
$MSGFILE
else
XMESSAGE
=
"xmessage
$COLOR
"
fi
...
...
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