Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://github.com/ValveSoftware/steam-for-linux/issues/9094
I'm almost certain their notifications already lead to issues over the last two weeks, where parts of Steam became completely unresponsive and I had to send a sigterm.
Having to use htop to send a sigkill to one of the many zombies the webhelper or trayicon leave behind has been "normal" for me for some time. It's been rather cumbersome to just restart Steam since it won't if there is a zombie somewhere that signals steam its already running.
with the default maximum being 256 this leads to an unusable system rather quickly
I track it using this:
watch -n 1 "lsof -U +c 15 | cut -f1 -d' ' | sort | uniq -c | sort -rn | head -5"
I turned off beta and rolled it back for now, and everything's flawless.