<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Dec 20, 2013 at 4:10 PM, Rex Dieter <span dir="ltr"><<a href="mailto:rdieter@math.unl.edu" target="_blank">rdieter@math.unl.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">
</div>Why should games be treated differently that other applications?  Ie, why<br>
not just put stuff under $XDG_DATA_HOME ?<br></blockquote><div><br></div><div>While I have seen a few games using $XDG_DATA_HOME for savegames it feels like the wrong place for them. As far as I understand XDG_DATA_HOME (the standard really isn't all that clear on what it's actually meant to be used for), it's basically just the user's version of /usr/share/, meaning it might contain themes, add-ons, mods, icons and other third party program data. Savegames on the other side are your personal data, so you really don't want to get it mixed together with third-party stuff.<br>
<br>So at the moment I would store them together with the config data, as that's the kind of data you want to backup. It's also matches best what games do under Windows where you have a singe directory for the games itself and then a ~/MyGames/ directory for config, savegames and screenshots. The problem with this is that savegames aren't exactly like config, config tends to be small, while gamesaves can go into the Gigabytes depending on the game, with screenshots or video recording the situation might even get more bloaty. But as games save all those files automatically without a file dialog they need a default location of where to store them.<br>
<br></div><div>I am not sure that a XDG_GAME_HOME is needed, as the damage done by spreading things out further could be more harmful then just stuffing everything into XDG_CONFIG_HOME, but there is plenty of precedence for games specific location, namely /var/games/, /usr/share/games, /usr/games and so on.<br>
</div><div><br></div></div>-- <br>Blog:     <a href="http://grumbel.blogspot.com/" target="_blank">http://grumbel.blogspot.com/</a><br>JabberID: <a href="mailto:xmpp%3Agrumbel@jabber.org" target="_blank">xmpp:grumbel@jabber.org</a><br>
ICQ:      59461927
</div></div>