bloom My pc freezed during yesterday's update and now steam stopped working (just stuck on ''Connecting to Steam account").So i can't even login. Tryed to re-install it,but with no success. Thanks.
davidjharder bloom Steam works on my machine. Some things to try: Make sure you have a fully updated system. Run sudo eopkg update You can check if any packages are broken with sudo eopkg check | grep Broken If no packages are broken this will run for a while but return nothing. If you have broken packages you can use this to re-install just the broken packages: sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall