Installa Steam
Accedi
|
Lingua
简体中文 (cinese semplificato)
繁體中文 (cinese tradizionale)
日本語 (giapponese)
한국어 (coreano)
ไทย (tailandese)
Български (bulgaro)
Čeština (ceco)
Dansk (danese)
Deutsch (tedesco)
English (inglese)
Español - España (spagnolo - Spagna)
Español - Latinoamérica (spagnolo dell'America Latina)
Ελληνικά (greco)
Français (francese)
Indonesiano
Magyar (ungherese)
Nederlands (olandese)
Norsk (norvegese)
Polski (polacco)
Português (portoghese - Portogallo)
Português - Brasil (portoghese brasiliano)
Română (rumeno)
Русский (russo)
Suomi (finlandese)
Svenska (svedese)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraino)
Segnala un problema nella traduzione
You might get more help over there^
so, if u install something in Kali, u need to modify some files
for this can run in a root mode.
i finished install Kali, so in a couple of day maybe i will install steam.
and can tell u if this work or not
and sorry for my english xD!!!
.. i see this post:
Never mind, I realized that the wrapper is a BASH script, so I went in and edited it. I found this in /usr/bin/steam
---------------------------------------------------------------------------------------
# Don't allow running as root
if [ "$(id -u)" == "0" ]; then
show_message --error $"Cannot run as root user"
exit 1
fi
---------------------------------------------------------------------------------------
(if you don't know how to fix it, don't run as root tongue)
find steam and edit the file and in the middle area find this
# Don’t allow running as root
if [ "$(id -u)" == "0" ]; then
show_message –error $”Cannot run as root user”
exit 1
fi
and replace the 0 with a 1 like this