Skip to content

Properly detect whether podman or docker should be used. #8443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 141 commits into
base: bleeding-edge
Choose a base branch
from

Conversation

GloriousEggroll
Copy link
Contributor

@GloriousEggroll GloriousEggroll commented Feb 8, 2025

Fedora ships podman with a podman-docker package that uses a bash script for /usr/bin/docker which runs exec /usr/bin/podman @, This does not work correctly with the current check mechanism in proton's configure script, resulting in invalid permission settings:

!! File owner's UID doesn't map to 0 or 1000 in the container.
!! Don't know how to map permissions. Please check your docker setup.

By checking if the /usr/bin/docker file contains contains 'bin/podman' we can easily determine whether or not to actually use podman before any other checks are done.

AricStewart and others added 30 commits June 20, 2024 13:48
First, and only on this list so far is Guild Wars 2 (1284210)

CW-Bug-Id: #23824
CW-Bug-Id: #23808

SteamAppId isn't set for InstallScripts, but this variable is.
To keep SDL 2.30 old behavior until we start supporting it.

CW-Bug-Id: #23185
In some cases, wget -O will create the file even when the
download fails. This is not removed by make and will make
subsequent failures more confusing, as well as failing to
recover if the cause was an intermittent network failure.
These files are copied into lib(64)/wine/dxvk with user-write
permission, which is later removed by default_pfx: rule.
Hence failing to 'cp' upon update.
…ack_message_utow even if Unix len is unknown.

CW-Bug-Id: #23875
No-op but make_specfiles reads .specs and make_vulkan updates one.
That path can be relative when the build directory is inside the Proton
source directory. Since it then used to patch compile_commands.json, it
is important that it is absolute, otherwise it implicitly becomes grafted
to a directory for which it is meaningless.
@Plagman Plagman force-pushed the bleeding-edge branch 19 times, most recently from f72dace to 7aee6ab Compare April 30, 2025 05:09
@Plagman Plagman force-pushed the bleeding-edge branch 11 times, most recently from 8a1d14e to b84f537 Compare May 3, 2025 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.