Every time I click on the steam application it will update but then the update box disappears and then nothing happens. How can I fix this? I'm using Ubuntu Mate and have a 32-bit system.
This is the output:
hershey@hershey-VGN-FZ180E:~$ steam
Running Steam on ubuntu 16.04 32-bit
STEAM_RUNTIME is enabled automatically
[2016-08-15 01:19:50] Startup - updater built Jul 8 2016 21:43:51
SteamUpdateUI: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)
Also there is nothing I could find to help me using 16.04
steam
from terminal and edit your question with the output. – Raphael Aug 15 '16 at 02:46DISPLAY=:0 steam
do you get the same error? – Zanna Aug 15 '16 at 06:08DISPLAY=:0.0 steam
and checkecho $DISPLAY
... try matching the value so whatever you get fromecho $DISPLAY
use inDISPLAY=.... steam
– Zanna Aug 15 '16 at 06:56sudo apt-get install steam
or did you download it from the site? – Thanos Apostolou Aug 16 '16 at 10:30sudo apt-get install steam
– Hershey Gamer Aug 16 '16 at 21:02sudo apt-get autoremove --purge steam
and then delete the folders~/.steam
and~/.local/share/Steam
. Finally download and install the deb package from here: http://store.steampowered.com/about/ (it gives you a newer version of steam-launcher and it adds a ppa to your system for updates). See if that solves the problem. – Thanos Apostolou Aug 25 '16 at 21:59inxi -SMCGx
on your question so that I can see your system info. – Thanos Apostolou Aug 26 '16 at 23:03inxi -SMCGx
and deleting the file doesn't help anything – Hershey Gamer Aug 26 '16 at 23:55inxi
first if it doesn't exist bysudo apt install inxi
, sorry forgot to mention that. – Thanos Apostolou Aug 27 '16 at 08:31