Hello @noabody, starting with Proton 5.13, Proton is intended to be run in the Steam Linux Runtime - Soldier container environment. Running the wine executable directly and bypassing the container environment which Proton has been compiled to run inside is unsupportable.
proton 5.13x1 2022-03proton 7.0x1 2022-03STEAM_COMPAT_CLIENT_INSTALL_PATH=/home/user/.steam"x1 2022-03STEAM_COMPAT_DATA_PATH=/home/user/.steam/steam/steamapps/compatdata/0"x1 2022-03WINEARCH=win64x1 2022-03WINEPREFIXx1 2022-03WINEPREFIX=/home/user/.steam/steam/steamapps/compatdata/0/pfx"x1 2022-03
Wine 7.0 based Steam Proton with installed libgstreamer-1.0.so.0.1805.0 (Proton 7.0/Experimental). Related to - Bug 2000563 - gnome-control-center - undefined symbol error.
Symbol
gst_element_request_pad_simplemissing fromlibgstreamer-1.0.so.0.1805.0Related to feature request: [Prefer the system gstreamer libs over Proton gstreamer libs #5424 ](https://github.com/ValveSoftware/Proton/issues/5424)
I use custom prefix 0 with my tool wstart to launch winetricks with proper environment where LD_LIBRARY_PATH must be used to prioritize Steam Proton Libraries over OS provided.
Removing LD_LIBRARY_PATH from command (or deleting Proton libgstreamer-1.0.so.0.1805.0) allows GUI to run since we revert to Manjaro 21.2.4 libgstreamer-1.0.so.0.2000.0 which contains the symbol.
Winetricks without GUI seems to work.
Command:
"env" "PATH=/home/user/.local/share/Steam/steamapps/common/Proton 7.0/dist/bin:/home/user/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/home/user/.dotnet/tools:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin" "WINEDLLPATH=/home/user/.local/share/Steam/steamapps/common/Proton 7.0/dist/lib64/wine:/home/user/.local/share/Steam/steamapps/common/Proton 7.0/dist/lib/wine" "LD_LIBRARY_PATH=/home/user/.local/share/Steam/steamapps/common/Proton 7.0/dist/lib64:/home/user/.local/share/Steam/steamapps/common/Proton 7.0/dist/lib" "WINEPREFIX=/home/user/.steam/steam/steamapps/compatdata/0/pfx" "STEAM_COMPAT_DATA_PATH=/home/user/.steam/steam/steamapps/compatdata/0" "STEAM_COMPAT_CLIENT_INSTALL_PATH=/home/user/.steam" winetricks --guiResult: