Same here. A quick way to revert to stable to at least have a working client again is by deleting the file
rm ~/.steam/steam/package/beta.
Yep, did revert. That said, it may work with a GDK_SCALE env var defined (have not tested though). I suspect a bug in the code path of "no-gsettings" and "no-GDK_SCALE env var".
Yep, did revert. That said, it may work with a GDK_SCALE env var defined (have not tested though). I suspect a bug in the code path of "no-gsettings" and "no-GDK_SCALE env var".
This did not solve it for me. I'm running Nix-OS and a pure X11 environment.
same bug
(process:22405): GLib-GIO-ERROR **: No GSettings schemas are installed on the system /home/user/snap/steam/common/.local/share/Steam/steam.sh: line 798: 22405 Trace/breakpoint trap (core dumped) "$STEAMROOT/$STEAMEXEPATH" "$@"
ubuntu 22.04, LxQt Desktop
baw... I was about to test if defining a non-empty GDK_SCALE environment variable would go thru... well, it seems not @continous.
Now, we need to wait for the fallback code path to be fixed.
The core video game components on elf/linux are:
xcb client libs/libxkbcommon[-x11]/libasound/gl should be all libdl-ed (vulkan is libdl-ized by design). Access rights must be check on /dev/input/eventXX for rumble support.
The ultimate goal: all distributed binaries should be pure ELF64 with only one DT_NEEDED, "libdl", and only the following system symbols undefined: dlopen/dlsym/dlclose. No static TLS namely TLS only via pthreads. Ofc with the smallest set of relocation types as possible.
what are possible fixes for this?
Reverting to the stable steam (from beta) helped me to run steam and launch things.
not possible to fix the beta?
I tried the latest beta to see if it was fixed or setting GDK_SCALE would work around the bug.
Nope. Both failed and crashed.
We have to wait for a fix.
Latest beta update Steam Client Beta - May 11th fixed the crash:
thanks, in latest snap beta is it fixed
fixed here too, thx.
How does close the issue? @kisak-valve
only @sylware (the issue author) can close the bug. or a project maintainer
you can close it with the button "Close issue" left to the "Comment" button in the write comment section
@BlackMage2 all right.
Hope I won't be scolded by @kisak-valve though :)
Nothing extracted yet.
Latest beta update:
(process:7764): GLib-GIO-ERROR **: No GSettings schemas are installed on the system
/mnt/128/home/user/.local/share/Steam/steam.sh: line 798: 7764 Trace/breakpoint trap "$STEAMROOT/$STEAMEXEPATH" "$@"
Probably due to a bug in the gsettings fallback code (my desktop is pure x11).