Package Details: proton-ge-custom-bin 1:GE_Proton9_4-1

Git Clone URL: https://aur.archlinux.org/proton-ge-custom-bin.git (read-only, click to copy)
Package Base: proton-ge-custom-bin
Description: A fancy custom distribution of Valves Proton with various patches
Upstream URL: https://github.com/GloriousEggroll/proton-ge-custom
Keywords: d9vk DXVK Faudio GloriousEggroll MediaFoundation Proton protonfixes Steam System-wide Valve vkd3d Wine
Licenses: custom, BSD, MPL, LGPL, MIT, zlib
Conflicts: proton-ge-custom
Provides: proton, proton-ge-custom
Submitter: RogueGirl
Maintainer: Jaja (floriplum, chaotic-aur, PedroHLC)
Last Packager: chaotic-aur
Votes: 201
Popularity: 3.49
First Submitted: 2020-02-21 11:06 (UTC)
Last Updated: 2024-04-15 19:28 (UTC)

Pinned Comments

PedroHLC commented on 2021-07-27 19:39 (UTC)

The "chaotic-aur" co-maintainer is a bot that pulls any merged PR in https://github.com/chaotic-aur/pkgbuild-proton-ge-custom-bin back to this package. So if you guys have contributions or bump versions earlier than the maintainer, please share them as PRs. The commits will keep your authorship.

Happy gaming!

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 25 Next › Last »

Joan31 commented on 2022-09-19 13:19 (UTC) (edited on 2022-09-19 13:19 (UTC) by Joan31)

user_settings.py is failing the sha512sum validation :)

Itara_Kitsune commented on 2022-09-19 13:16 (UTC)

Launcher.sh checksum passes validation now, user_settings.py doesn't.

PedroHLC commented on 2022-09-19 12:41 (UTC)

Sorry @Menelkir I think I've actually reverted it accidentally, but should be fixed now.

Menelkir commented on 2022-09-19 12:35 (UTC) (edited on 2022-09-19 12:37 (UTC) by Menelkir)

user_settings.py and launcher.sh have the wrong sha512sum for GE_Proton7_35-1, similar to what @lifestronaut reported.

lifestronaut commented on 2022-09-17 18:56 (UTC)

launcher.sh is failing the sha512sum validation

==> Validating source files with sha512sums...
    GE-Proton7-33_1.tar.gz ... Passed
    user_settings.py ... Passed
    launcher.sh ... FAILED
    pam_limits.conf ... Passed
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'proton-ge-custom-bin-1:GE_Proton7_33-1': 
error: packages failed to build: proton-ge-custom-bin-1:GE_Proton7_33-1

Nekit commented on 2022-07-26 19:20 (UTC)

There is an issue in Proton-GE 7-27 that makes games crash on start when FSR is in use. My suggestion is to skip it.

https://github.com/chaotic-aur/pkgbuild-proton-ge-custom-bin/pull/33

d00d00 commented on 2022-04-22 11:17 (UTC)

@danielotero

supplementary.tar.zst is just an archive file, you can view its contents directly. It contains a script for launching executables with Proton, a place to put patches (which is empty), and two settings files (one for Proton options and one for niceness setting).

danielotero commented on 2022-04-10 19:39 (UTC)

I find that supplementary.tar.zst file a little bit sketchy. Why not adding the files directly to repository?

That would make reviewing the changes so much easier. Currently, this is why I see when upgrading:

diff --git a/supplementary.tar.zst b/supplementary.tar.zst
index 870a8ea4d1f..9e49c9d24d3 100644
--- a/supplementary.tar.zst
+++ b/supplementary.tar.zst
Binary files differ

Anyway, thanks for maintaining this!

vkulikov commented on 2022-04-06 09:03 (UTC)

@Jaja thanks! @ChrisLane thanks ;) i will try locally.

ChrisLane commented on 2022-04-06 08:49 (UTC)

I've not had any problems running GE-Proton7-14 installed using the following diff

diff --git a/PKGBUILD b/PKGBUILD
index 6dcb71b..6a9c79f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
 ## pkginfo
 pkgdesc='A fancy custom distribution of Valves Proton with various patches'
 pkgname=proton-ge-custom-bin
-pkgver=GE_Proton7_10
+pkgver=GE_Proton7_14
 pkgrel=1
 epoch=1
 arch=('x86_64')
@@ -69,7 +69,7 @@ backup=("${_protoncfg}")
 url='https://github.com/GloriousEggroll/proton-ge-custom'
 source=("${_pkgver}_${pkgrel}.tar.gz::${url}/releases/download/${_pkgver}/${_pkgver}.tar.gz"
    'supplementary.tar.zst')
-sha512sums=('1d105a3df5c3fca115f390232dbed0a8f8180fba50027437ab59640277628d0831b3d5c598a585bc1df4ed127638163e3520524553e51650128b70e1b4e1bb3d'
+sha512sums=('3cbe99a2659dab1871cef0b50deb8cab4f101cc4d0531ed3d2cd7cf89dcee6aa08357b3d485e4260ab7a46af13bf6349daed16deb382cbadd5b2831ba7ad5503'
             'a484c4cd2003057cf0cbbd32ca5d0106e97c75434e7bef34b35be8239ad98a482358852e41e85abedf5b24ac4d0375c8fffc7deee81a9b08c7799a398f23773b')

 build() {