You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When passing in multiple --env arguments within distrobox enter, and it happens to be one that distrobox already uses (like WAYLAND_DISPLAY or QT_AUTO_SCREEN_SCALE_FACTOR), the value only takes effect if it was first to be declared
Seeing this on another system running the same container with podman as the backend. Seemingly the latest distrobox release/git master changed something around this behavior. (Both args were working before this latest round of updates)
Describe the bug
When passing in multiple --env arguments within distrobox enter, and it happens to be one that distrobox already uses (like WAYLAND_DISPLAY or QT_AUTO_SCREEN_SCALE_FACTOR), the value only takes effect if it was first to be declared
To Reproduce
Correctly overwrites WAYLAND_DISPLAY but then the Qt variable is reset to 0 later in the command line args.
Likewise
Correctly overwrites Qt but then WAYLAND_DISPLAY gets superseded by the later command line args.
Expected behavior
Both to be taken into account
Logs
wayland_first.txt
qt_first.txt
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: