Releases: Faugus/faugus-launcher
Releases · Faugus/faugus-launcher
Faugus Launcher 1.7.1
- Fixed shortcuts not working properly
- Changed the default prefixes location
Faugus Launcher 1.6.9
- Shortcut creation from .exe file is now available for Flatpak
- Fixed Steam detection for SteamOS
Faugus Launcher 1.6.8
- Reworked the config file management
- Fixed Steam location for some distros
- Some code cleanup
Faugus Launcher 1.6.7
- Re-enabled the 'Close when running' option for Flatpak
- Faugus Launcher is now on PPA for Ubuntu-based distributions
sudo dpkg --add-architecture i386
sudo add-apt-repository -y ppa:faugus/faugus-launcher
sudo apt update
sudo apt install -y faugus-launcher
Faugus Launcher 1.6.6
- Added Dutch translation. Thanks @Vistaus
- Temporarily disabled the 'stop' button on Flatpak
Faugus Launcher 1.6.5
- Fixed Steam shortcut not working on Flatpak
- Fixed Winetricks not working on Flatpak with Wayland
- Fixed custom runners not working on SteamOS Flatpak
- Fixed small bug when loading a language for the first time
Faugus Launcher 1.6.4
More changes for Flatpak
Faugus Launcher 1.6.3
Just small changes for Flatpak
Faugus Launcher 1.6.2
- Fixed Linux native game couldn't run if the default prefix folder didn't exist
- Made shortcuts executable because some DEs complain
- Fixed translation issue for NixOS
Giving Flatpak another shot.
Known issues:
- The button Stop can't close individual games/apps due to how Flatpak handles processes. I'll have to rework the game/app monitoring in the future.
- Gamescope doesn't work. Don't ask.
Download faugus-launcher-0.6.2-5.flatpak and run:
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user org.freedesktop.Platform.Compat.i386//24.08 org.freedesktop.Platform.GL32.default//24.08
flatpak install --user faugus-launcher-0.6.2-5.flatpak
Steam Flatpak needs permissions to run Faugus Launcher's shortcuts and to show the game's icon:
sudo flatpak override com.valvesoftware.Steam --talk-name=org.freedesktop.Flatpak
sudo flatpak override com.valvesoftware.Steam --filesystem=~/.var/app/org.faugus.faugus_launcher/config/faugus-launcher/
Faugus Launcher 1.6.1
- Fixed small visual bug on Blocks interface
- Labels are now hidden by default on Banners interface
- Added an option to show labels on Banners interface
- Added an option to show smaller banners on Banners interface
- Fixed the config file not being restored properly
- Fixed translation not being applied on GE-Proton Manager and the runner on Debian
- More code clean up