I just installed fedora asahi remix
and installed steam using dnf install steam
when I try to launch steam it dose not launch and when I launch it in terminal it error with
QSettings::value: Empty key passed
Exception in thread Thread-1 (launch_steam):
Traceback (most recent call last):
File "/usr/lib64/python3.13/threading.py", line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/usr/lib64/python3.13/threading.py", line 994, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/steam", line 116, in launch_steam
download(URL, path)
~~~~~~~~^^^^^^^^^^^
File "/usr/bin/steam", line 66, in download
tar = tarfile.open(fileobj=resp.raw, mode='r|gz')
File "/usr/lib64/python3.13/tarfile.py", line 1909, in open
stream = _Stream(name, filemode, comptype, fileobj, bufsize,
compresslevel)
File "/usr/lib64/python3.13/tarfile.py", line 376, in __init__
self._init_read_gz()
~~~~~~~~~~~~~~~~~~^^
File "/usr/lib64/python3.13/tarfile.py", line 483, in _init_read_gz
raise ReadError("not a gzip file")
tarfile.ReadError: not a gzip file