Package Details: umu-launcher-git 1.2.1.r1.5783092e-1

Git Clone URL: https://aur.archlinux.org/umu-launcher-git.git (read-only, click to copy)
Package Base: umu-launcher-git
Description: This is the Unified Launcher for Windows Games on Linux, to run Proton with fixes outside of Steam
Upstream URL: https://github.com/Open-Wine-Components/umu-launcher
Licenses: GPL-3.0-only
Conflicts: umu-launcher
Provides: umu-launcher
Submitter: loathingkernel
Maintainer: loathingkernel
Last Packager: loathingkernel
Votes: 5
Popularity: 0.057494
First Submitted: 2024-10-06 13:28 (UTC)
Last Updated: 2025-02-14 08:46 (UTC)

Required by (12)

Sources (1)

Latest Comments

orlfman commented on 2026-01-03 20:36 (UTC) (edited on 2026-01-03 20:42 (UTC) by orlfman)

the repo version is currently broken from the python being updated in the testing repo's. umu needs a rebuild targeting the newer python. thats why i am using the git verison. i will switch back once its updated. i just want to play my WoW classic lol

loathingkernel commented on 2026-01-03 17:46 (UTC) (edited on 2026-01-03 17:47 (UTC) by loathingkernel)

@orlfman do not use the git version of umu-launcher, it is in a wip state right now. Just use the one from the Arch repos, it is as up to date as possible without any of the breaking changes. That's why I have left this pkgbuild un-updated. The Arch repo version works just fine for now.

orlfman commented on 2026-01-03 17:24 (UTC) (edited on 2026-01-03 17:26 (UTC) by orlfman)

for those coming over since the new python updates to testing brake umu, here is an updated pkgbuild to get this to build correctly since the current pkgbuild here doesn't work:

https://pastebin.com/9HLzhPty

part that has to be fixed is the prepare line to this:

prepare() {
  cd "$srcdir"/umu-launcher
  git submodule update --init --recursive  # Add this line
  export RUSTUP_TOOLCHAIN=stable
  export CARGO_HOME="${srcdir}"/umu-cargo
  cargo update
  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}

aquova commented on 2025-12-31 22:54 (UTC) (edited on 2025-12-31 22:54 (UTC) by aquova)

Package fails to build with the error

:: Building vendored dependencies 
ERROR Source /home/aquova/.cache/paru/clone/umu-launcher-git/src/umu-launcher/subprojects/vdf does not appear to be a Python project: no pyproject.toml or setup.py
make: *** [Makefile.in:93: builddir/.build-umu-vendored] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'umu-launcher-git-1.2.1.r1.5783092e-1':

NullX47 commented on 2025-02-12 21:46 (UTC)

please apply this patch to the PKGBUILD for fix packaging :

https://paste.cachyos.org/p/fed2e9c

Armonix commented on 2024-12-02 04:16 (UTC)

python-pip is missing in makedepends. Thanks.