I don't know anything about it either, but out of common sense have you tried reinstalling?
Comment has been collapsed.
that usually doesn't remove configs...
you can try in terminal with purge:
apt -> apt-get remove --purge steam
or with dpkg -> dpkg --purge steam
it will remove steam itself and clean all steam configuration files.
after that you may run apt-get clean
Comment has been collapsed.
I'll take a look tomorrow on my Linux machine. Reply to this to remind me, please.
Comment has been collapsed.
Wow thanks for the warning, now I know that I should not ask fro commands in 4chan...
Anyway, here is what it says when I type locale:
LANG=es_VE.iso88591
LANGUAGE=es_VE.iso88591:es
LC_CTYPE="es_VE.iso88591"
LC_NUMERIC=es_VE.iso88591
LC_TIME=es_VE.iso88591
LC_COLLATE="es_VE.iso88591"
LC_MONETARY=es_VE.iso88591
LC_MESSAGES="es_VE.iso88591"
LC_PAPER=es_VE.iso88591
LC_NAME=es_VE.iso88591
LC_ADDRESS=es_VE.iso88591
LC_TELEPHONE=es_VE.iso88591
LC_MEASUREMENT=es_VE.iso88591
LC_IDENTIFICATION=es_VE.iso88591
LC_ALL=
Comment has been collapsed.
Man I would kiss you now (well, I DONT want to kiss you, but you get the idea). This worked. I will have to keep that commmand on a note or something. Thanks a lot!
Btw is kinda stupid that Valve is trying to make their way into the Linux market and they havent fixed this kind of issues. While looking in the internet about people with the same problem I saw A LOT of people complaining that Steam wouldnt start for different reasons (seems like in Linux Steam has more bugs than in other OSs)
Anyway, thanks a lot, you made my day
Comment has been collapsed.
56 Comments - Last post 19 minutes ago by Foxhack
314 Comments - Last post 4 hours ago by ViToos
29 Comments - Last post 4 hours ago by ViToos
372 Comments - Last post 7 hours ago by OwieczkaDollyv21
25 Comments - Last post 8 hours ago by steveywonder75
506 Comments - Last post 13 hours ago by CRAZY463708
34 Comments - Last post 14 hours ago by m0r1arty
127 Comments - Last post 6 minutes ago by amusedmonkey
74 Comments - Last post 19 minutes ago by ChimChakMan
248 Comments - Last post 32 minutes ago by JonathanDoe
37 Comments - Last post 58 minutes ago by JonathanDoe
56 Comments - Last post 1 hour ago by Ellendyl
12 Comments - Last post 1 hour ago by CTPAX001RUS
3,059 Comments - Last post 1 hour ago by Fluffster
I'm new to Linux so I don't know if I did something wrong but as soon as I installed Linux in my laptop and updated all the defaults programs, I installed Steam.
Everything was well for a few weeks but a week ago Steam stopped working. When I click the icon nothing happens.
When I type "steam" in the Terminal I get this:
Traceback (most recent call last):
File "/usr/bin/steamdeps", line 419, in <module>
sys.exit(main())
File "/usr/bin/steamdeps", line 381, in main
line = line.decode( "utf-8" ).strip()
File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xfa in position 50: invalid start byte
Anybody knows how to solve this issue?
Comment has been collapsed.