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.
- Runs windows games or exe files from file manager
- Creates application shortcut for easier access.
- Focus on playing games and not setting up prefixes.
- Backup and Restore prefixes for later use.
- Create Game Bundles for sharing (prefix+game)
- When a windows binary or exe is opened with WineZGUI,
- It create a new prefix (copies template) and a desktop shortcut with the EXE filename.
- When the user launches the script, the exe is launched.
- If it is a setup, it will detect installed exe and creates shortcuts in Games menu category.
Open your Terminal and type this:
flatpak override --user --filesystem=/path/to/your/drive io.github.fastrizwaan.WineZGUI
WineZGUI is available as a Flatpak on Flathub:
Flathub WineZGUI can only access Desktop, Documents, Downloads, Music, Pictures, Videos direcotories. 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.
Downoad source WineZGUI-0.99.13.tar.gz or use git tag 0.99.13
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 clone --depth 1 --branch 0.99.13 https://github.com/fastrizwaan/WineZGUI.git
cd WineZGUI
sudo ./setup --install ; #systemwide
git clone https://github.com/fastrizwaan/WineZGUI.git
cd WineZGUI
sudo ./setup --install ; #systemwide
flatpak remove io.github.fastrizwaan.WineZGUI
Run uninstall
from the same installation source directory
sudo ./setup --uninstall
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
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
sudo dnf install zenity wine winetricks perl-Image-ExifTool icoutils gnome-terminal wget zstd samba-winbind-clients.x86_64 samba-winbind-clients.i686
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
sudo eopkg it zenity wine wine-32bit winetricks perl-image-exiftool icoutils gnome-terminal wget zstd diffutils samba-devel
sudo pacman -Sy zenity wine winetricks perl-image-exiftool icoutils gnome-terminal wget \
lib32-alsa-plugins lib32-libpulse lib32-openal zstd samba
build and install kernel drivers for xbox 360 compatible controllers from https://github.com/paroj/xpad