→ WEM Tips
→ wem man
The WEM manpage can be accessed via the wem man
command. It should serve as an offline reference for WEM commands and options.
→ wem tutorial
The WEM tutorial is a short guide that's built into WEM and accessed via the wem tutorial
command.
It's meant to be a quick introduction to the usage patterns of WEM, and to give you an idea of the sort of things that can be done.
→ Shell Completions
The wem completion
command can generate shell completions for fish
or bash
.
Shell completion makes using WEM much more convenient as it can help discover and explain the many available options. In particular with fish
, which has support for autocompleting not only all commands and arguments, but also for available envs and installed DXVK/VKD3D/GE Wine/wine versions.
→ Winetricks
Winetricks can be invoked for an env via wem run tes3 --winetricks
. WEM provides the necessary context to ensure the right prefix, wine executable, and other variables are made available to winetricks.
The protontricks tool is not needed for WEM envs; it is enough to simply invoke winetricks as described above.
→ Compatibility
Use these resources to find information about whether or not your application runs with wine.
- Valve's official issue tracker for Proton is a great place to find or open reports about game compatibility. Enter a game title or AppID in the search bar and see if anything's already been submitted.
- The Wine AppDB is another great place to look for and provide reports about compatibility.
- Lutris game installers often contain useful information about what might be required to get something working. Find your game, and click the arrow next to the button labeled "Install". This will give you a few options; select "View install script" to see a YAML-formatted file with installation steps.
If the game or program you are looking for isn't already documented, then that's a good opportunity to help change that!
→ Recommended Reading
These references will help you better understand the various patterns around working with wine.