netbrain / zwift

Easily zwift on linux
The Unlicense
238 stars 27 forks source link

Removed podman userns flag #98

Closed netbrain closed 4 months ago

netbrain commented 4 months ago

This seems to cause issues for podman users after #94, as described in #95

netbrain commented 4 months ago

@fandan @hobeone @nibbles-bytes :point_up:

can you guys confirm that this actually solves the issue?

fandan commented 4 months ago

@netbrain I can confirm that zwift under podman runs without ´--userns=keep-id´

Note: I still had an access problem due to an old .zwift-credentials file in the volumes directory:

chown: changing ownership of '/home/user/.wine/drive_c/users/user/Documents/Zwift/.zwift-credentials': Operation not permitted

After deleting this file it works.