steam-desktop-updater icon indicating copy to clipboard operation
steam-desktop-updater copied to clipboard

steam_desktop_updater.py: error: the following arguments are required: steam_root

Open MathevsBatista opened this issue 4 years ago • 5 comments

root@matheus-pc:/home/matheus/Downloads/steam-desktop-updater-master# python3 steam_desktop_updater.py usage: steam_desktop_updater.py [-h] [-d DATATIR] [-c STEAM_COMMAND] steam_root steam_desktop_updater.py: error: the following arguments are required: steam_root

MathevsBatista avatar Sep 15 '20 14:09 MathevsBatista

You're supposed to pass the path to the steam client directory, e.g. ~/.var/app/com.valvesoftware.Steam/data/Steam for flatpak'ed Steam.

Also note that I've just updated the script to use vdf and steam modules instead of steamfiles, which appears to be abandoned.

gasinvein avatar Sep 15 '20 15:09 gasinvein

Well, i'm having other problem: ModuleNotFoundError: No module named 'vdf'

MathevsBatista avatar Sep 15 '20 19:09 MathevsBatista

Yes, I wrote about this in previous message. vdf and steam python modules are required now.

gasinvein avatar Sep 15 '20 20:09 gasinvein

I installed both of them, how i pass the path to the steam client directory?

MathevsBatista avatar Sep 16 '20 15:09 MathevsBatista

As an argument for the script, e.g.

./steam_desktop_updater.py ~/.var/app/com.valvesoftware.Steam/data/Steam

gasinvein avatar Sep 16 '20 15:09 gasinvein