From the related question here the first I did was purging Steam
The next step would then be to also remove related files in ~/.local/share/Steam
and in addition to the answers from above ~/.steam
.
One thing makes me believe there still will be more to do. The reason I purged Steam in the first place was that on other user's account we get a message to install Steam on every login:
This will definitely not come from files in my home directory, and can also not be from a system-wide Steam package, as this was purged as can be seen from the Synaptic window in the background of the shot above. Also in the other user's accounts there is no ~/.steam
or ~/.local/share/Steam
directory. Autostart applications in ~/.config/autostart/
or /etc/xdg/autostart
have no Steam related entries.
Where do I have to look for this "installer" to also remove it? Will there be any other Steam-related files cluttering my drives?
Here is running 12.04 LTS amd64 on a productive desktop. Steam was installed initially from the Software Center.
I also had the same problem, but I can't seem to reproduce it now, so I haven't tested what I'm about to mention. But yeah, I think I've found the culprit.
After doing a simple
locate steam
to find all files that have the wordsteam
in them, I found this file:The contents of this file are:
I'm not familiar with the files in
/var/lib/update-notifier
, but this page: Ubuntu Wiki - InteractiveUpgradeHooks explains a bit.So, what you can do to remove that window you're getting is to either:
/var/lib/update-notifier/user.d/steam-install-notify
file (or just delete it, but renaming/moving is a safer way, in case something goes wrong and you need the file back).DontShowAfterReboot: False
to beDontShowAfterReboot: True
. An educated guess would be that doing this change will not show the notification you're getting at every login.DisplayIf
test that will always be true.