steam: fix typo in README.voidlinux
This commit is contained in:
parent
8abcd2a1e8
commit
5349528f16
2 changed files with 6 additions and 6 deletions
|
@ -32,11 +32,11 @@ If your audio is not working, try installing pulseaudio,
|
|||
alsa-plugins-pulseaudio, and their "<package>-32bit" equivalents.
|
||||
|
||||
If you are using SteamPlay/Proton and the game crashes or hangs with error
|
||||
messages that include "eventfd: Too many open files", this means
|
||||
the number of open file descriptors per process is too low for proper Proton
|
||||
functionality. In this case, consult limits.conf(5) and set a higher nofile
|
||||
limit for your user. Formore information, see the upstream documentation in
|
||||
the README.esync file from https://github.com/ValveSoftware/wine.
|
||||
messages that include "eventfd: Too many open files", this means the number of
|
||||
open file descriptors per process is too low for proper Proton functionality.
|
||||
In this case, consult limits.conf(5) and set a higher nofile limit for your
|
||||
user. For more information, see the upstream documentation in the README.esync
|
||||
file from https://github.com/ValveSoftware/wine.
|
||||
|
||||
If you are encountering runtime errors, the Steam Ubuntu bootstrap tarball might
|
||||
be using an incompatible libstdc++ library. You can verify this by running the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'steam'
|
||||
pkgname=steam
|
||||
version=1.0.0.71
|
||||
revision=2
|
||||
revision=3
|
||||
archs="i686 x86_64"
|
||||
wrksrc=steam-launcher
|
||||
depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils
|
||||
|
|
Loading…
Reference in a new issue