Skip to content

Commit 99f3d32

Browse files
wine: Add Wine docs
1 parent 6f5f381 commit 99f3d32

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/wine.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Wine
2+
====
3+
4+
Flathub contains an unofficial Wine BaseApp, stylized as `org.winehq.Wine <https://github.com/flathub/org.winehq.Wine>`__ to run Wine directly from the Flatpak application. To use the Wine BaseApp, we need to explicitly specify it in the manifest and inherit all needed extensions:
5+
6+
.. code-block:: yaml
7+
8+
base: org.winehq.Wine
9+
base-version: stable-21.08 # Version of Wine BaseApp
10+
inherit-extensions:
11+
- org.freedesktop.Platform.GL32
12+
- org.freedesktop.Platform.ffmpeg-full
13+
- org.freedesktop.Platform.ffmpeg_full.i386
14+
- org.winehq.Wine.gecko
15+
- org.winehq.Wine.mono
16+
- org.winehq.Wine.DLLs

0 commit comments

Comments
 (0)