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

Add Wine docs #24

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
20 changes: 20 additions & 0 deletions docs/02-for-app-authors/14-wine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Wine

Flathub contains an unofficial Wine stable BaseApp, stylized as
[org.winehq.Wine](https://github.com/flathub/org.winehq.Wine), to have
and run Wine directly from within the Flatpak application. To use the
Wine BaseApp, we need to explicitly specify it in the manifest and
inherit all needed extensions:

``` yaml
base: org.winehq.Wine
base-version: stable-22.08 # Version of Wine BaseApp
inherit-extensions:
- org.freedesktop.Platform.GL32
- org.freedesktop.Platform.ffmpeg-full
- org.freedesktop.Platform.ffmpeg_full.i386
- org.winehq.Wine.gecko
- org.winehq.Wine.mono
- org.winehq.Wine.DLLs
```