Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
19f50022
Commit
19f50022
authored
Oct 04, 2005
by
Marcus Meissner
Committed by
Alexandre Julliard
Oct 04, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dropped the "using native windows libraries" comment.
Replace winesetup by winecfg. Dropped config file detection.
parent
f52d0a6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
85 deletions
+2
-85
winelauncher.in
programs/winelauncher.in
+2
-85
No files found.
programs/winelauncher.in
View file @
19f50022
...
...
@@ -92,31 +92,6 @@ else
XMESSAGE
=
"xmessage
$COLOR
"
fi
launch_winesetup
()
{
which winesetup
if
[
$?
-eq
0
]
;
then
winesetup
else
if
[
-x
/opt/wine/bin/winesetup
]
;
then
/opt/wine/bin/winesetup
else
$XMESSAGE
-title
"Error"
\
"Error: Unable to find winesetup in your PATH or in /opt/wine/bin:
I am not able to configure Wine.
If winesetup is being distributed in a separate package
that is not installed yet on your system, then please install this
package.
winesetup can also be downloaded from www.codeweavers.com.
If you choose to not use winesetup for configuration, then
you can find information on how to prepare a Wine config file manually
in the Wine README / README.gz file or in the Wine User Guide."
fi
fi
}
#------------------------------------------------------------------------------
# We're going to do a lot of fancy footwork below.
# Before we get started, it would be nice to know the argv0
...
...
@@ -280,7 +255,7 @@ if [ $no_args -eq 1 ] ; then
fi
if
[
$welcome_rc
-eq
2
]
;
then
launch_winesetup
winecfg
exit
fi
...
...
@@ -289,60 +264,6 @@ if [ $no_args -eq 1 ] ; then
fi
#------------------------------------------------------------------------------
# No config file? Offer to help 'em out...
#------------------------------------------------------------------------------
conf
=
0
while
[
$conf
-eq
0
]
;
do
if
[
-f
~/.winerc
]
;
then
conf
=
1
fi
if
[
-f
~/.wine/config
]
;
then
conf
=
2
fi
if
[
-f
/etc/wine.conf
]
;
then
conf
=
3
fi
if
[
$conf
-ne
0
]
;
then
break
;
fi
echo
"No configuration file detected."
$XMESSAGE
-buttons
" Cancel "
:0,
" Proceed "
:1,
" Configure Wine "
:2
\
-title
"Welcome to Wine"
\
"
You have started Wine, but we cannot find a Wine
configuration file.
This is normal if you have never run Wine before.
If this is the case, select the 'Configure Wine'
option, below, to create a configuration file.
"
init_rc
=
$?
if
[
$init_rc
-eq
0
]
;
then
exit
fi
if
[
$init_rc
-eq
1
]
;
then
break
fi
if
[
$init_rc
-eq
2
]
;
then
launch_winesetup
fi
# 127 == xmessage not available
if
[
$init_rc
-eq
127
]
;
then
exit
fi
done
#------------------------------------------------------------------------------
# Optionally Warn the user we're going to be launching Wine...
#------------------------------------------------------------------------------
if
[
$use_info_message
-ne
0
]
;
then
...
...
@@ -482,10 +403,6 @@ You can choose to run Wine again with a higher level
of debug messages (the debug option, below).
You can attempt to reconfigure Wine to make it work better.
Note that one change you can make that will dramatically
effect Wine's behaviour is to change whether or not
Wine uses a true Windows partition, mounted under Linux,
or whether it uses an empty Windows directory.
The Wine Configuration program can assist you in making
those changes (select Configure, below, for more).
...
...
@@ -523,7 +440,7 @@ You may view this file by selecting View Log, below."
# Process a configure instruction
#------------------------------------------------------------------------------
if
[
$debug_return
-eq
4
]
;
then
launch_winesetup
winecfg
continue
;
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