@@ -47,6 +47,10 @@ Flatpak is another method for installing external proprietary applications on
4747Linux. For information on using Flatpak with Void Linux, see the [ official
4848Flatpak documentation] ( https://flatpak.org/setup/Void%20Linux/ ) .
4949
50+ If sound is not working for programs installed using Flatpak,
51+ [ PulseAudio] ( ./media/pulseaudio.md ) auto-activation might not be working
52+ correctly. Make sure PulseAudio is running before launching the program.
53+
5054Note that Flatpak's sandboxing will not necessarily protect you from any
5155security and/or privacy-violating features of proprietary software.
5256
@@ -82,3 +86,17 @@ example, to build the control package, you must install the `openblas-devel`,
8286
8387To use MATLAB's help browser, live scripts, add-on installer, and simulink,
8488install the ` libselinux ` package.
89+
90+ ## Steam
91+
92+ Steam can be installed either via a native package, which requires [ enabling the
93+ "nonfree" repository] ( ../xbps/repositories/index.md#nonfree ) , or via
94+ [ Flatpak] ( #flatpak ) . The list of dependencies for different platforms and
95+ troubleshooting information for the native package can be found in its
96+ [ Void-specific documentation] ( ./package-documentation/index.html ) , while this
97+ section deals with potential issues faced by Flatpak users.
98+
99+ If you are using a different drive to store your game library, the
100+ ` --filesystem ` option from
101+ [ flatpak-override(1)] ( https://man.voidlinux.org/flatpak-override.1 ) can prove
102+ useful.
0 commit comments