Differences between revisions 9 and 10
Revision 9 as of 2016-03-03 18:00:39
Size: 1957
Editor: TPG
Comment:
Revision 10 as of 2016-03-03 18:00:57
Size: 1961
Editor: TPG
Comment:
Deletions are marked like this. Additions are marked like this.
Line 39: Line 39:
1. Install/run steam
1. `cd .steam`
1. `rm -r steamapps`
1. `ln -s /opt/steamapps`
 1. Install/run steam
 1. `cd .steam`
 1. `rm -r steamapps`
 1. `ln -s /opt/steamapps`

As of May 2011, all of the UCC's Windows machines run Steam. Steam presents an annoying set of problems, as it has not been engineered for a multi-user environment.

IMPORTANT: Winadmins and wheel members; don't run Steam.exe as Administrator. It will screw the permissions again.

Windows

To fix steam, you need to set Advanced Permissions (these instructions are for Windows 7):

  1. Right click Steam directory
  2. Choose Properties
  3. Click Advanced button
  4. Choose "Change Permissions..."
  5. Delete any group listed except "Everyone", "gumby (UCCDOMAIN\gumby)", "wheel (UCCDOMAIN\wheel)", "winadmin (UCCDOMAIN\winadmin)" and "SYSTEM". If the list is missing any one of these groups, please add them.
  6. Set groups "Everyone" and "gumby (UCCDOMAIN\gumby)" with all permissions to Allow EXCEPT "Full control", "Take ownership" and "Change permissions", which should not be ticked either way.
  7. Set other groups to allow "Full Control"
  8. Select option "Replace all child object permissions with inheritable permissions from this object"
  9. Choose "Apply"
  10. Close dialog and choose "Owner" tab
  11. Ensure that owner is "SYSTEM"; if it is not, change it. Ensure you tick "Replace owner on subcontainers and objects".

OSX

How to fix the "Steam requires a case in-sensitive filesystem" problem

  1. Quit steam
  2. Open Terminal
  3. cd Library/Application\ Support

  4. rm -r Steam

  5. ln -s /Users/Shared/Steam

  6. Start steam again

How to fix the "Steam Beta is not running" problem on the Mac when playing TF2

  1. Completely quit steam
  2. Open Terminal
  3. Type bash (optional, gives you tab completion)

  4. Type /Applications/Steam.app/Contents/MacOS/osx32/ipcserver

  5. Leave terminal open
  6. Re-open steam

Linux

(This assumes that /opt/steamapps has been set up on the machine)

  1. Install/run steam
  2. cd .steam

  3. rm -r steamapps

  4. ln -s /opt/steamapps