Package Details: wine-ge-custom 1:GE.Proton8.16-1

Git Clone URL: https://aur.archlinux.org/wine-ge-custom.git (read-only, click to copy)
Package Base: wine-ge-custom
Description: A compatibility layer for running Windows programs - GloriousEggroll branch
Upstream URL: https://github.com/GloriousEggroll/wine-ge-custom
Licenses: LGPL
Conflicts: wine
Provides: wine
Submitter: loathingkernel
Maintainer: loathingkernel
Last Packager: loathingkernel
Votes: 32
Popularity: 1.65
First Submitted: 2021-09-01 22:06 (UTC)
Last Updated: 2023-09-24 08:41 (UTC)

Pinned Comments

loathingkernel commented on 2022-03-02 14:12 (UTC)

@Strykar Nope, see https://aur.archlinux.org/packages/wine-ge-custom#comment-831304

You can grab compiled packages from https://github.com/loathingKernel/PKGBUILDs/releases/tag/packages

loathingkernel commented on 2021-10-15 10:01 (UTC) (edited on 2021-10-15 10:04 (UTC) by loathingkernel)

@thaewrapt, I see, you might be correct. The prebuilt package is not a good candidate for packaging for a couple of reasons. First of all, it is built using Lutris's runtime, and as such inherits the same issues as Proton, namely it is at its best when running inside that runtime. Also, although I might be wrong here, I haven't found any mention of Lutris being able to use a system-wide installation directory in the same way Steam can. For these reasons, I believe that packaging those binaries is pointless and they should be managed by Lutris itself.

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

artivision commented on 2023-09-20 04:19 (UTC)

Game intro videos will hang.

loathingkernel commented on 2023-09-19 09:08 (UTC)

artivision This is not giving me enough information on its own.

artivision commented on 2023-09-19 01:58 (UTC)

Please drop GE8.15

(wine:5023): GStreamer-CRITICAL **: 04:51:23.342: gst_element_factory_get_metadata: assertion 'GST_IS_ELEMENT_FACTORY (factory)' failed

kogeke commented on 2023-08-23 12:48 (UTC)

How make this versoin of wine automatically create .desktop files?

saghm commented on 2023-07-14 15:37 (UTC)

You've been incredibly responsive with both communication and updating the package, so from my perspective you have nothing to apologize for! Using the AUR always involves some risk of things being broken due to not having the same volume of support that the main packages have, so I'll take a sometimes breaking but quickly updated package over one with an unreponsive maintainer any day :)

begin-theadventu commented on 2023-07-14 10:38 (UTC) (edited on 2023-07-14 10:38 (UTC) by begin-theadventu)

Thank you very much, you are awesome.

niobium93 commented on 2023-07-14 10:26 (UTC)

Thank you :)

loathingkernel commented on 2023-07-14 10:21 (UTC) (edited on 2023-07-14 16:30 (UTC) by loathingkernel)

This is why we can't have nice things.

Ok, joking aside, I reverted everything back to normal and made wine-ge-custom-opt into its own thing. I am sorry for the inconvenience caused by these updates. In my defense, I had been sitting on these issues and solutions too long, unsure how to proceed because of lack of any feedback. Your feedback cleared a lot of things on how you are using this package and how it should be handled.

loathingkernel commented on 2023-07-14 08:02 (UTC)

Oh good lord, I forgot to pass arguments.....

saghm commented on 2023-07-14 04:18 (UTC)

Sorry for the repeated comments; from manual testing, I was able to get my games launching fine with Lutris and the "system" wine version from wine-ge-custom 8.10-5 by modifying the last line of /usr/bin/wine to the following:

exec /opt/wine-ge-custom/bin/wine "$@"

Quoting $@ was required to deal with the spaces in the path to my installed wine programs (due to "Program Files" having a space in the Windows path), and I added exec since it's idiomatic for shell scripts to use that to replace the current process rather than spawning an additional one (and keeping the old one around as a parent process).