1WINESERVER(1) Windows on Unix WINESERVER(1)
2
3
4
6 wineserver - the Wine server
7
9 wineserver [options]
10
12 wineserver is a daemon process that provides to Wine roughly the same
13 services that the Windows kernel provides on Windows.
14
15 wineserver is normally launched automatically when starting wine(1), so
16 you shouldn't have to worry about it. In some cases however, it can be
17 useful to start wineserver explicitly with different options, as
18 explained below.
19
21 -d[n], --debug[=n]
22 Set the debug level to n. 0 means no debugging information, 1
23 is the normal level, and 2 is for extra verbose debugging. If n
24 is not specified, the default is 1. The debug output will be
25 sent to stderr. wine(1) will automatically set the debug level
26 when starting wineserver if the +server option is set in the
27 WINEDEBUG variable.
28
29 -f, --foreground
30 Make the server remain in the foreground for easier debugging,
31 for instance when running it under a debugger.
32
33 -h, --help
34 Display a help message.
35
36 -k[n], --kill[=n]
37 Kill the currently running wineserver, optionally by sending
38 signal n. If no signal is specified, sends a SIGINT first and
39 then a SIGKILL. The instance of wineserver that is killed is
40 selected based on the WINEPREFIX environment variable.
41
42 -p[n], --persistent[=n]
43 Specify the wineserver persistence delay, i.e. the amount of
44 time that the server will keep running when all client processes
45 have terminated. This avoids the cost of shutting down and
46 starting again when programs are launched in quick succession.
47 The timeout n is in seconds, the default value is 3 seconds. If
48 n is not specified, the server stays around forever.
49
50 -v, --version
51 Display version information and exit.
52
53 -w, --wait
54 Wait until the currently running wineserver terminates.
55
57 WINEPREFIX
58 If set, the content of this variable is taken as the name of the
59 directory where wineserver stores its data (the default is
60 $HOME/.wine). All wine processes using the same wineserver
61 (i.e.: same user) share certain things like registry, shared
62 memory and kernel objects. By setting WINEPREFIX to different
63 values for different Wine processes, it is possible to run a
64 number of truly independent Wine sessions.
65
66 WINESERVER
67 Specifies the path and name of the wineserver binary that will
68 be launched automatically by wine. If not set, wine will try to
69 load /usr/bin/wineserver, and if this doesn't exist it will then
70 look for a file named wineserver in the path and in a few other
71 likely locations.
72
74 ~/.wine
75 Directory containing user specific data managed by wine.
76
77 /tmp/.wine-uid
78 The directory containing the server Unix socket and the lock
79 file. These files are created in a subdirectory generated from
80 the WINEPREFIX directory device and inode numbers.
81
83 The original author of wineserver is Alexandre Julliard. Many other
84 people have contributed new features and bug fixes. Please check the
85 file Changelog in the Wine distribution for the complete details.
86
88 If you find a bug, please submit a bug report at
89 http://bugs.winehq.org. ⟨http://bugs.winehq.org⟩
90
92 wineserver is part of the Wine distribution, which is available through
93 WineHQ, the Wine development headquarters, at http://www.winehq.org/.
94 ⟨http://www.winehq.org/⟩
95
97 wine(1).
98
99
100
101Wine 1.3.24 October 2005 WINESERVER(1)