Hello @Storm-Engineer, disabling the Steam runtime is not supported. This issue will need to be evaluated and resolved by the package maintainer(s) that helped you disable the runtime.
Hey, while this is NOT SUPPORTED, it looks like the recent stable Steam update now requires 32-bit libnm - I packaged it over on the Arch bug tracker, Ctrl-F lib32-libnm. Looks like it's enough to get steam-native to work again.
@DragoonAethis installing libnm0:i386 on Pop_OS did nothing for me.
cd .steam/steam/ubuntu12_32
file * | grep ELF | cut -d: -f1 | LD_LIBRARY_PATH=. xargs ldd | grep 'not found' | sort | uniq
That's also from the bug tracker above - this should list any missing libraries. Are you sure everything needed is installed?
@DragoonAethis installing the PKGBUILD for lib32-libnm that you linked in the Arch bug tracker thread does solve the problem on my Arch install, so I agree that this does seem to be the fix for Arch.
Your system information
Please describe your issue in as much detail as possible:
Last week I was using naive-runtime when it prompted me an update is available. I declined as I was troubleshooting a game. Half an hour later, it just self-updated anyway, against my wish... and after that, it can't connect to my account anymore. It just hangs on the "Connecting to Steam account: [username]" window indefinitely.
This affects only native-runtime, the regular steam-runtime works properly.
Steps for reproducing this issue:
Terminal output:
https://gist.github.com/Storm-Engineer/464c21760828c78bd903748d46ddd4f5
This bug sounds exactly like this one from several years ago:
https://github.com/ValveSoftware/steam-for-linux/issues/5014
There is a thread on the Arch forums as well as an Arch bug ticket about this current issue, check them for more information:
https://bbs.archlinux.org/viewtopic.php?pid=1976804
https://bugs.archlinux.org/task/71092