Skip to content

Releases: Open-Wine-Components/umu-launcher

0.1-RC4

17 Apr 20:08
Compare
Choose a tag to compare

Instruction for installing via dnf:

Install:

sudo dnf install -y  umu-launcher*.rpm

Remove

sudo dnf remove -y umu-launcher

Usage examples:

winecfg:

GAMEID=umu-starcitizen WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen umu-run winecfg

running a game using the default latest UMU-Proton:

GAMEID=umu-starcitizen WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen umu-run  /path/to/some/game.exe

running a game using the latest GE-Proton:

GAMEID=umu-starcitizen WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen PROTONPATH=GE-Proton umu-run /path/to/some/game.exe

running a game using a specific proton version:

GAMEID=umu-starcitizen WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen PROTONPATH=GE-Proton9-1 umu-run /path/to/some/game.exe

Instructions for installing flatpak via test tarball:

Install:

tar -xf umu-flatpak-test.tar.gzV
flatpak --user remote-add --no-gpg-verify umu-repo umu-repo
flatpak --user install umu-repo org.openwinecomponents.umu.umu-launcher

Remove

flatpak --user remove umu-launcher
flatpak --user remote-delete umu-repo

Flatpak usage examples:

winecfg:

flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.umu-launcher winecfg

running a game using the default latest UMU-Proton:

flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.umu-launcher /path/to/some/game.exe

running a game using the latest GE-Proton:

flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.umu-launcher --env=PROTONPATH=GE-Proton /path/to/some/game.exe

running a game using a specific proton version:

flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.umu-launcher --env=PROTONPATH=GE-Proton9-1 /path/to/some/game.exe

0.1-RC3

05 Feb 23:59
Compare
Choose a tag to compare

Testing
-converted ulwgl-run to posix
-added flatpak test tarball

Instructions for installing flatpak via test tarball:

tar -xf ulwgl-flatpak-test.tar.gz
flatpak --user remote-add --no-gpg-verify ulwgl-repo ulwgl-repo
flatpak --user install ulwgl-repo org.openwinecomponents.ulwgl.launcher

Usage example:

winecfg:

flatpak run --env=GAMEID=ulwgl-roblox --env=WINEPREFIX=/home/tcrider/Games/roblox/ org.openwinecomponents.ulwgl.launcher winecfg

running a game:

flatpak run --env=GAMEID=ulwgl-roblox --env=WINEPREFIX=/home/tcrider/Games/roblox/ org.openwinecomponents.ulwgl.launcher /path/to/some/game.exe

For GAMEID check here if one exists for your game:
https://ulwgl.openwinecomponents.org/

If the game runs with nothing needed then no fixes are required and you can use whatever you want for the GAMEID. The GAMEID is the ULWGL_ID used for applying protonfixes from our database.

0.1-RC2

05 Feb 19:52
Compare
Choose a tag to compare
0.1-RC2 Pre-release
Pre-release

Testing

0.1-RC1

05 Feb 05:03
Compare
Choose a tag to compare
0.1-RC1 Pre-release
Pre-release

Testing