Closed TangoIndia closed 10 months ago
@TangoIndia thank you for the log, yeah it's because you don't have "wget" installed for your Chimera OS. So it's unable to download anything. Arch Linux has that installed as a default apparently. .. also! It says steam no process found at the end... meaning it won't restart steam for you. I guess your steam is installed in a different path compared to the steam decks. If you can or are able to, try to find where you're default path for steam is on your OS. Then I would be able to fix that error for you.
Cheers bro! ill install wget and check back.
As for the restart steam, it failed as steam wasnt opend that time of running, if have it opend it does restart steam
@TangoIndia oh nice.. ok let me know if installing wget works for you!
Hey,
as requested here are my logs from when i try to use the installer fromo ChimeraOS (as posted on reddit)
Load the shortcuts.vdf file
with open('\''/home/gamer/.steam/root/userdata/1389990875/config/shortcuts.vdf'\'', '\''rb'\'') as f: shortcuts = vdf.binary_load(f)
Check if the '\''shortcuts'\'' key exists in the dictionary
if '\''shortcuts'\'' not in shortcuts:
Create an empty '\''shortcuts'\'' entry
Check the format of the '\''shortcuts'\'' entry
if isinstance(shortcuts['\''shortcuts'\''], dict):
The '\''shortcuts'\'' entry is a dictionary
Define the path of the Launchers
epicshortcutdirectory = '\'''\'' gogshortcutdirectory = '\'''\'' originshortcutdirectory = '\'''\'' uplayshortcutdirectory = '\'''\'' battlenetshortcutdirectory = '\'''\'' eaappshortcutdirectory = '\'''\'' amazonshortcutdirectory = '\'''\'' itchioshortcutdirectory = '\'''\'' legacyshortcutdirectory = '\'''\'' humbleshortcutdirectory = '\'''\'' indieshortcutdirectory = '\'''\'' rockstarshortcutdirectory = '\'''\''
if epicshortcutdirectory != '\'''\'':
Create a new entry for the Steam shortcut
if gogshortcutdirectory != '\'''\'':
Create a new entry for the Steam shortcut
if uplayshortcutdirectory != '\'''\'':
Create a new entry for the Steam shortcut
if originshortcutdirectory != '\'''\'':
Create a new entry for the Steam shortcut
if battlenetshortcutdirectory != '\'''\'':
Create a new entry for the Steam shortcut
if eaappshortcutdirectory != '\'''\'':
Create a new entry for the Steam shortcut
if amazonshortcutdirectory != '\'''\'':
Create a new entry for the Steam shortcut
if itchioshortcutdirectory != '\'''\'':
Create a new entry for the Steam shortcut
if legacyshortcutdirectory != '\'''\'':
Create a new entry for the Steam shortcut
if humbleshortcutdirectory != '\'''\'':
Create a new entry for the Steam shortcut
if indieshortcutdirectory != '\'''\'':
Create a new entry for the Steam shortcut
if rockstarshortcutdirectory != '\'''\'':
Create a new entry for the Steam shortcut
Save the updated shortcuts dictionary to the shortcuts.vdf file
with open('\''/home/gamer/.steam/root/userdata/1389990875/config/shortcuts.vdf'\'', '\''wb'\'') as f: vdf.binary_dump(shortcuts, f)'