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
The desktop account can gain root access, but ships with no password. Before you can use this account to gain root access, you need to assign it a password. From the desktop session, start a terminal window and type "passwd". Enter your new password twice. Now you can use the "sudo" command to perform privileged operations.
passwd
But make sure your your keyboard is set to the proper language if its non english. just to be safe avoid keys like:
Z Y # $ Ö Ä €
etc in your password, it can safe alot of headache if for some reason your locale reverts to something else during a later patch or something.
In user accounts I need to gain admin rights via the SteamOS Desktop account in order to set the auto login feature for the standard Steam account. I'm stumped
If the system is asking for the root password, they you are not running the command with sudo. If for some strange reason the desktop account has lost the sudo group, you can boot to recover mode from the grub menu and run:
Or manually edit the /etc/group file and append the desktop account to the sudo group.
the group file shows "sudo:x:27:desktop" already. I'm trying to set auto login through the user accounts applet in system settings. When I try to unlock the controls in the top right, it asks for the root password for accounts "Administrator" hi-lighted in bit red writing. I've tried the password steam and also the one I set using passwd.
When I try to do elevated commands with sudo in terminal I do get this "Sorry, user steam is not allowed to execute '/usr/bin/apt-get update' as root on steamos."
Does everyone else have this same behaviour as it seems my install is locked down and was like this from the get go
It's this script which is responsible for setting up automatic login to the SteamOS session.