Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handbook/wine: add Mizuma's source code URL, and small typos #360

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions documentation/content/en/books/handbook/wine/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ endif::[]
== Synopsis

https://www.winehq.org/[WINE], which stands for Wine Is Not an Emulator, is technically a software translation layer.
It enables to install and run some software written for Windows(R) on FreeBSD (and other) systems.
It enables to install and run software written for Windows(R) on FreeBSD (and other) systems.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed this with a follow-up commit since it was a preexisting issue unaffected by your edit, but "enables" is a transitive verb that needs a direct object, like "it enable users to install and run software" ... but "users" is pretty vague in this context so I went with an alternative verb that is intransitive.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!


It operates by intercepting system calls, or requests from the software to the operating system, and translating them from Windows(R) calls to calls that FreeBSD understands.
It will also translate any responses as needed into what the Windows(R) software is expecting.
Expand Down Expand Up @@ -483,7 +483,7 @@ The below sections include a selection of the most popular.
=== Winetricks

The `winetricks` tool is a cross-platform, general purpose helper program for WINE.
It is not developed by the WINE project proper, but rather maintained on https://github.com/Winetricks/winetricks[Github] by a group of contributors.
It is not developed by the WINE project proper, but rather maintained on https://github.com/Winetricks/winetricks[GitHub] by a group of contributors.
It contains some automated "recipes" for getting common applications to work on WINE, both by optimizing the settings as well as acquiring some DLL libraries automatically.

[[installing-winetricks]]
Expand Down Expand Up @@ -556,7 +556,7 @@ image::winetricks-uninstall-3.png[]
[[homura]]
=== Mizutamari

Mizutamari is an application similar to `winetricks`, although it was inspired by the https://lutris.net/[Lutris] gaming system for Linux.
https://codeberg.org/Alexander88207/Mizutamari[Mizutamari] is an application similar to `winetricks`, although it was inspired by the https://lutris.net/[Lutris] gaming system for Linux.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's also available in the ports collection as games/mizuma, but the link to its homepage seems more appropriate than the ports collection entry, for this purpose, so I left it alone.

But while it is focused on games, there are also non-gaming applications available for install through Mizutamari.

[[installing-homura]]
Expand Down Expand Up @@ -890,5 +890,5 @@ There are plenty of places FreeBSD users discuss issues related to WINE that can
There are a number of resources focused on other operating systems that may be useful for FreeBSD users:

* https://wiki.winehq.org/[The WINE Wiki] has a wealth of information on using WINE, much of which is applicable across many of WINE's supported operating systems.
* Similarly, the documentation available from other OS projects can also be of good value. https://wiki.archlinux.org/index.php/wine[The WINE page] on the Arch Linux Wiki is a particularly good example, although some of the "Third-party applications" (i.e., "companion applications") are obviously not available on FreeBSD.
* Similarly, the documentation available from other OS projects can also be of good value. https://wiki.archlinux.org/title/wine[The WINE page] on the Arch Linux Wiki is a particularly good example, although some of the "Third-party applications" (i.e., "companion applications") are obviously not available on FreeBSD.
* Finally, Codeweavers (a developer of a commercial version of WINE) is an active upstream contributor. Oftentimes answers to questions in https://www.codeweavers.com/support/forums[their support forum] can be of aid in troubleshooting problems with the open source version of WINE.
Loading