Web Analytics

WineZGUI

⭐ 126 stars English by fastrizwaan

WineZGUI

#### Wine GUI using Zenity - Play and Share!

Download on Flathub

What is WineZGUI

WineZGUI (pronounced Wine-Zee-Goo-Eee) is a wine frontend for playing windows games with wine easily. It is a collection of Bash scripts for Wine Prefix Management and Linux Desktop Integration for easier wine gaming experience using Zenity. It allows quick launching of Direct play (not installed) EXE application or game from File Manager like Nautilus and allow creating separate wine prefix for each Windows' EXE binary.

Why WineZGUI?

How it works

How to run a Game or Program on another drive or directory

Open your Terminal and type this:

flatpak override --user --filesystem=/path/to/your/drive io.github.fastrizwaan.WineZGUI

Install WineZGUI

WineZGUI is available as a Flatpak on Flathub:

Download on Flathub

Flathub WineZGUI can only access Desktop, Documents, Downloads, Music, Pictures, Videos directories. To access files from other locations or other mounted partitions or drives, either copy them to the previously mentioned directories (Downloads etc.) or it needs read permission, which can be given using Flatseal app or using command line flatpak --user override --filesystem=host:ro io.github.fastrizwaan.WineZGUI

I highly recommend using flatpak version, because, distro based wine (wine-staging) keeps on updating and games may break every few days. Using wine stable from flathub is better or use wine stable 5.0 or 7.0 from the distro packages.

#### Install WineZGUI flatpak on supported Linux distros

WineZGUI is packaged in flatpak-wine by yours truly. WineZGUI Flathub my other flatpak now deprecated flatpak-wine

SETUP on a Linux system, see Requirements

Setup is instant as it copies a few files to specific directories.

##### Version 0.99.13

Download source WineZGUI-0.99.13.tar.gz or use git tag 0.99.13

##### Using tar.gz

wget https://github.com/fastrizwaan/WineZGUI/archive/refs/tags/0.99.13.tar.gz
tar -zxvf 0.99.13.tar.gz
cd WineZGUI-0.99.13
sudo ./setup --install ; #systemwide
##### git tag 0.99.13

git clone --depth 1 --branch 0.99.13 https://github.com/fastrizwaan/WineZGUI.git
cd WineZGUI
sudo ./setup --install ; #systemwide
##### Development version

git clone https://github.com/fastrizwaan/WineZGUI.git
cd WineZGUI
sudo ./setup --install ; #systemwide

Uninstall WineZGUI

##### Flatpak uninstall

flatpak remove io.github.fastrizwaan.WineZGUI

##### System uninstall

Run uninstall from the same installation source directory

sudo ./setup --uninstall

Requirements

wine - main program

winetricks - must have wine addon script

perl‑image‑exiftool - to extract application/game name

icoutils - to extract icon from exe file

gnome-terminal - (optional) to access prefix directory in shell

Install Requirements for Linux OS

Flatpak Supported Distros

Get flatpak-wine which includes all dependencies. Useful for distros who do not package wine.

flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak --user -y install flathub org.winehq.Wine/x86_64/stable-24.08

Runtime Dependencies:

Fedora 36

sudo dnf install zenity wine winetricks perl-Image-ExifTool icoutils gnome-terminal wget zstd samba-winbind-clients.x86_64 samba-winbind-clients.i686

Debian / Ubuntu / Linux Mint

sudo dpkg --add-architecture i386 && sudo apt update
sudo apt install zenity wine wine32 wine64 winetricks libimage-exiftool-perl icoutils gnome-terminal wget zstd winbind

Solus

sudo eopkg it zenity wine wine-32bit winetricks perl-image-exiftool icoutils gnome-terminal wget zstd diffutils samba-devel

Arch Linux / EndeavourOS

sudo pacman -Sy zenity wine winetricks perl-image-exiftool icoutils gnome-terminal wget \
                lib32-alsa-plugins lib32-libpulse lib32-openal zstd samba

#### XBOX compatible controllers

build and install kernel drivers for xbox 360 compatible controllers from https://github.com/paroj/xpad

--- Tranlated By Open Ai Tx | Last indexed: 2026-03-27 ---