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
1827e7d1
Commit
1827e7d1
authored
May 08, 2002
by
Andriy Palamarchuk
Committed by
Alexandre Julliard
May 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Direct bug reports to Wine bugzilla. Some other minor documentation
changes.
parent
3944090e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
13 deletions
+18
-13
configuring.sgml
documentation/configuring.sgml
+3
-1
wine.man.in
documentation/wine.man.in
+8
-8
bug_report.pl
tools/bug_report.pl
+7
-4
No files found.
documentation/configuring.sgml
View file @
1827e7d1
...
...
@@ -929,7 +929,9 @@ OPTIONAL:
<title>What If It Doesn't Work?</title>
<para>
There is always a chance that things will go wrong. If the
unthinkable happens, try the newsgroup,
unthinkable happens report the problem to
<ulink url="http://bugs.winehq.com/">Wine Bugzilla</ulink>,
try the newsgroup
<systemitem>comp.emulators.ms-windows.wine</systemitem>,
or the IRCnet channel <systemitem>#WineHQ</systemitem> found on
irc.stealth.net:6668, or connected servers.
...
...
documentation/wine.man.in
View file @
1827e7d1
...
...
@@ -300,7 +300,7 @@ of the authors, please see the file
in the top-level directory of the source distribution.
.SH COPYRIGHT
.B wine
can be distributed under the terms of the
X11
license. A copy of the
can be distributed under the terms of the
LGPL
license. A copy of the
license is in the file
.B LICENSE
in the top-level directory of the source distribution.
...
...
@@ -310,16 +310,16 @@ A status report on many applications is available from
.I http://www.winehq.com/Apps.
Please add entries to this list for applications you currently run.
.PP
Bug reports
and successes may be posted to
.I
comp.emulators.ms-windows.wine.
Bug reports
may be posted to Wine Bugzilla
.I
http://bugs.winehq.com
If you want to post a bug report, please read the file
.I documentation/bugs.sgml
in the
.B wine
source to see what information is necessary
(FIXME: outdated).
source to see what information is necessary
.PP
For problems and suggestions with this manpage, please send a note
to
James Juran <jrj120@psu.edu>.
Problems and suggestions with this manpage please also report
to
.I http://bugs.winehq.com
.SH AVAILABILITY
The most recent public version of
.B wine
...
...
@@ -353,8 +353,8 @@ For further information about
.B wine
development, you might want to subscribe to the
.B wine
"cvs", "devel" and "patches"
mailing lists at
.I http://www.winehq.com/dev
.html#ml.
mailing lists at
.I http://www.winehq.com/dev
elopment/#ml
.SH FILES
.PD 0
.TP
...
...
tools/bug_report.pl
View file @
1827e7d1
...
...
@@ -74,8 +74,10 @@ if ($debuglevel < 3) {
two files. The first one has everything asked for by the bugreports guide;
the second has *all* of the debug output, which can go to thousands of
lines.
To (hopefully) get the bug fixed, attach the first file to a messsage
sent to the comp.emulators.ms-windows.wine newsgroup. The developers
To (hopefully) get the bug fixed, report it to the project
bug tracking system at http://bugs.winehq.com.
Attach the first file to the bug description.
Also include detailed description of the problem. The developers
might ask you for "the last X lines from the report". If so, just
provide the output of the following command:
gzip -d (output file) | tail -n (X) > outfile
...
...
@@ -564,8 +566,9 @@ $dbgoutfile.gz
Note that it is $dbgoutfile.gz, since I compressed it with gzip for you.
}
;
$var30
=
qq{
Having problems with the script? Tell the wine newsgroup
(comp.emulators.ms-windows.wine).
Having problems with the script?
Submit a bug report to Wine bugtracking system at http://bugs.winehq.com or
tell the wine newsgroup (comp.emulators.ms-windows.wine).
}
;
print
do_var
(
$var22
);
print
do_var
(
$var28
)
if
$outfile
ne
"no file"
;
...
...
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