#Steam is broken for me. It says it is running in system tray, but cannot pull up Steam
28 messages · Page 1 of 1 (latest)
steam is showing it is running the back ground. i have no idea wtf is wrong
i have no steam flatpak installed yet still cannot purge system of Steam to reinstall it
i did sudo apt purge --autoremove steam and its telling me there is still Steam in my home
i completly removed Steam and reinstalled and it is STILL running in background but not displaying
right now, Steam only works if i type Steam into terminal
optional: if you want to full kill steam
sudo apt install kate
touch killsteam.sh ; kate killsteam.sh
#!/bin/sh
kill -9 steam
killall steam
kill -9 steamwebhelper
killall steamwebhelper
kill -9 fossilize_replay
killall fossilize_replay```save `ctrl` `s`
`chmod +x killsteam.sh`
`./killsteam.sh`
then after open a new terminal
> `ctrl` `alt` `t`
then
> `steam`
in terminal
The system package is just a shim that installs the binary to home
Uninstalling it isn't expected to delete steam from your home
uninstalling software works a bit different with linux
Also Uninstalling software on Linux doesn't stop the binary running in memory
if you used
apt removeorapt uninstallwill still keep files around
apt purge whateveruninstalls + folders/configs
Don't use the flatpak
Do start by forcibly killing it in your system monitor and just starting it again
with flatpak listing installed packages is just
flatpak list
If you find steam broken and need to refresh it shut it down and run steam --reset
also common directory paths
<#1050504228029874206 message>
for refreshing steam usually it was
steam --reset
This is virtually the only thing on Linux you will ever fix by reinstalling stuff
also thats just common
steam installs into
~/.steam/steam
and (depends on package)
~/.local/share/Steam
flatpak is
~/.var/app
@still yacht thanks didn't know that option
I have run into a case where the client borked itself for no reason discernable
sometimes just
killall steamwebhelper
and it'll loop itself to bring the client backup
steamwebhelper in a nutshell is chromium tabs
but is this a firstime steam install and hasnt got with steam runtimes? during the install?
though since its running on those pid's if you want to kill it
pkill -9 11580
pkill -9 16421
pkill -9 11364