ValveSoftware / steam-for-linux

Issue tracking for the Steam for Linux beta client
4.23k stars 174 forks source link

Request: CLI method to acquire system information output #5917

Open mdeguzis opened 5 years ago

mdeguzis commented 5 years ago

See: https://steamcommunity.com/sharedfiles/filedetails/?id=390278662 Perhaps steamcmd could provide this? I parsed the available steamcmd comamnds and did not see a related command: https://github.com/mdeguzis/steamcmd-wrapper. Some of the information can be duplicated with available standard tools, but it is difficult to exactly replicate them all to make a generator. Any thoughts on this?

This would ideally make gathering information for http://protondb.com much easier.

mdeguzis commented 2 years ago

Hi, any update?

mdeguzis commented 2 years ago

See: https://github.com/ChimeraOS/chimeraos/issues/294

FormBurden commented 1 year ago

Ah, there has to be a method other than installing ChrimeaOS, because I rather not do that. But it is super lame "us" linux folks can't seem to copy/paste this info at all. I'm on Arch Linux.

EDIT: It seems a simple Ctl+A Ctl+C does the trick, but nothing prompts that the text was highlighted, that's why when I did it the first time, I thought it was just broken, since a lot of Ctl+A and/or right-click copy/paste doesn't seem to work under Linux on Steam.

mdeguzis commented 1 year ago

@FormBurden I yanked the ChimeraOS script / made my own ProntonDB-compatible script a while back.

TassieDevyl commented 1 year ago

@FormBurden I yanked the ChimeraOS script / made my own ProntonDB-compatible script a while back.

* https://github.com/mdeguzis/SteamOS-Tools/blob/master/utilities/protondb-system-info-OLD.sh

* https://github.com/mdeguzis/SteamOS-Tools/blob/master/utilities/protondb-systeminfo-tool.sh (pulled from ChimeraOS)

I found the protondb-systeminfo-tool.sh useful for collecting information to add to my profile on ProtonDB, as attempting to copy the information from the Steam Client / Debian Sid, did not work.

Note: the script needs to be made executable first.

mdeguzis commented 1 year ago

Note: the script needs to be made executable first.

I'll try to remember to fix that up.