Skip to content

A clone of the org.winehq.Wine Flatpak files updated to the latest development release and with staging patches applied.

Notifications You must be signed in to change notification settings

ChrisHobday/org.winehq.WineStaging

Repository files navigation

WineStaging, WineStaging.mono, and WineStaging.gecko Flatpaks

Installing

  • Download WineStaging9.22.flatpak, WineStaging.mono9.4.0.flatpak, and WineStaging.gecko2.47.4.flatpak from releases
  • Install WineStaging9.22.flatpak, WineStaging.mono9.4.0.flatpak, and WineStaging.gecko2.47.4.flatpak (sudo needed for installing single use Flatpak bundle)
sudo flatpak install WineStaging9.22.flatpak
sudo flatpak install WineStaging.mono9.4.0.flatpak
sudo flatpak install WineStaging.gecko2.47.4.flatpak

Using

  • Launch the WineStaging Flatpak with a exe file
flatpak run org.winehq.WineStaging example.exe

or

  • Install a Flatpak that uses WineStaging as a base and launch that Flatpak itself

Uninstalling

  • Remove WineStaging, WineStaging.mono, and WineStaging.gecko Flatpaks
flatpak remove org.winehq.WineStaging org.winehq.WineStaging.mono org.winehq.WineStaging.gecko

Downloading/Cloning this repo

  • Click the green button to download zip and extract once downloaded or clone repo with
git clone --recurse-submodules https://github.com/ChrisHobday/org.winehq.WineStaging

Building

  • Install Flatpak builder
flatpak install flathub org.flatpak.Builder
  • Install the platform this Flatpak will be using
flatpak install flathub org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08
  • Build the Flatpak with flatpak-builder (Run this from within the org.winehq.WineStaging directory)
flatpak run org.flatpak.Builder --force-clean --repo=repo build-dir org.winehq.WineStaging.yml

User installation while building

  • Replace last Building step with
flatpak run org.flatpak.Builder --force-clean --repo=repo --user --install build-dir org.winehq.WineStaging.yml

Building single use Flatpak bundles like in the releases (After having followed the Building steps above)

  • Build the Flatpak bundles (Run this from within the org.winehq.WineStaging directory after having followed the Building steps above)
flatpak build-bundle repo WineStaging9.22.flatpak org.winehq.WineStaging stable-23.08
flatpak build-bundle --runtime repo WineStaging.mono9.4.0.flatpak org.winehq.WineStaging.mono stable-23.08
flatpak build-bundle --runtime repo WineStaging.gecko2.47.4.flatpak org.winehq.WineStaging.gecko stable-23.08

Troubleshooting

  • Check if Flatpaks are installed
flatpak list | grep WineStaging

About

A clone of the org.winehq.Wine Flatpak files updated to the latest development release and with staging patches applied.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages