protonscr

Bug template assumed location of desktop folder

steamopen
ValveSoftware/steam-for-linux#9663 · opened 2023-06-18 by LinAGKar · updated 2023-06-18 · 0 comments · github
LLinAGKar 2023-06-18 github

The current bug template assumes the user's desktop folder is at ~/Desktop, but that's not necessarily the case, for example it probably won't be there unless the system is set to English. Instead of tar -zcvf ~/Desktop/steam-logs.tar.gz ~/.steam/steam/logs, it should be tar -zcvf "$(xdg-user-dir DESKTOP)/steam-logs.tar.gz" ~/.steam/steam/logs. Or maybe it should just be tar -zcvf steam-logs.tar.gz ~/.steam/steam/logs, so it's put in the CWD.

Nothing extracted yet.