protonscr

`New Steam library folder must be empty`

steamclosed reviewedSteam client
ValveSoftware/steam-for-linux#923 · opened 2013-01-26 by john-peterson · updated 2013-01-31 · 1 comments · github
Jjohn-peterson 2013-01-26 github

Problem

When adding /mnt/hgfs/shared/e/steam (also connected to Windows Steam) to Downloads + cloud → Steam library folders → Add library folder the dialog return New Steam library folder must be empty.

The purpose is to use the same gcf folder for both clients.

Discussion

  • What's the purpose of this restriction?
  • How do I work around this by adding the setting directly to the setting file? (Where is the setting stored?)

Workaround

  • Use a folder link instead
s=~/.local/share/Steam/SteamApps; rm -rf $s; ln -s /mnt/hgfs/shared/e/steam $s
  • Move the contents from the intended folder before changing this setting and move them back after changing the setting.
Sslouken 2013-01-31 github

It's not always safe to share directories between platforms, so for safety it's not generally allowed. Of course if you know what you're doing you can do anything you want. :)

Nothing extracted yet.