Skip to content

Releases: Faugus/faugus-launcher

Faugus Launcher 1.7.1

24 Jun 13:01
fc99f52
Compare
Choose a tag to compare
  • Fixed shortcuts not working properly
  • Changed the default prefixes location

Faugus Launcher 1.6.9

23 Jun 15:28
a7aea0f
Compare
Choose a tag to compare
  • Shortcut creation from .exe file is now available for Flatpak
  • Fixed Steam detection for SteamOS

Faugus Launcher 1.6.8

22 Jun 21:53
9bf002f
Compare
Choose a tag to compare
  • Reworked the config file management
  • Fixed Steam location for some distros
  • Some code cleanup

Faugus Launcher 1.6.7

19 Jun 13:52
a759ff0
Compare
Choose a tag to compare
  • 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

17 Jun 17:32
e12bf5b
Compare
Choose a tag to compare
  • Added Dutch translation. Thanks @Vistaus
  • Temporarily disabled the 'stop' button on Flatpak

Faugus Launcher 1.6.5

16 Jun 02:33
1f6a4be
Compare
Choose a tag to compare
  • 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

14 Jun 01:47
674faa7
Compare
Choose a tag to compare

More changes for Flatpak

Faugus Launcher 1.6.3

11 Jun 13:46
Compare
Choose a tag to compare

Just small changes for Flatpak

Faugus Launcher 1.6.2

05 Jun 21:13
911a7f1
Compare
Choose a tag to compare
  • 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

31 May 23:37
9e1e677
Compare
Choose a tag to compare
  • 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

image

  • 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