Search Criteria
Package Details: strikesuitzero-hib 1389211698-3
Git Clone URL: | https://aur.archlinux.org/strikesuitzero-hib.git (read-only, click to copy) |
---|---|
Package Base: | strikesuitzero-hib |
Description: | A space flight combat game |
Upstream URL: | http://strikesuitzero.com/ |
Licenses: | |
Submitter: | Chais |
Maintainer: | Chais |
Last Packager: | Chais |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2014-02-19 19:28 |
Last Updated: | 2015-07-03 17:38 |
Dependencies (6)
- lib32-libfmod (x86_64)
- lib32-sdl2 (lib32-sdl2-ime-support, lib32-sdl2-git, lib32-sdl2-minimal-git, lib32-sdl2-minimal-x11-git) (x86_64)
- libfmod (i686)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-nox, sdl2-nox-git, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-git) (i686)
- lib32-libpulse (lib32-libpulse-nosystemd-git, lib32-libpulse-nosystemd-minimal-git) (optional, x86_64) – For sound on systems using pulse
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, pulseaudio-git, libpulse-hsphfpd, pulseaudio-dummy, libpulse-nosystemd, libpulse-nosystemd-git, libpulse-nosystemd-minimal-git) (optional, i686) – For sound on systems using pulse
Latest Comments
duthils commented on 2014-12-30 00:59
I get a segfault when running the game (about an XML reader getting a null pointer). I got around it by changing the working directory when running the executable from /opt/strikesuitzero/main/binary/ to /opt/strikesuitzero/main/.
Chais commented on 2014-02-27 21:11
Updated according to proposal. Savegames and settings will now be stored in $XDG_DATA_HOME/strikesuitzero if the variable exists or in $HOME/.local/share/strikesuitzero if it doesn't or is empty.
Existing savegames/settings will automatically be moved.
alex404 commented on 2014-02-27 08:47
This is what I mean: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
Basically, instead of storing the config files in ~/.strikesuit, you would store Main.sav in ~/.local/share/strikesuit or whatever someone has in there XDG_DATA_HOME variable.
It's a small issue. It just reduces dot file clutter in the home directory. Cheers.
Chais commented on 2014-02-26 15:41
To my knowledge the XDG directories take care of managing certain user directories, like Downloads, Pictures, etc. In that context I have no idea what your question is aiming at. Could you please clarify?
alex404 commented on 2014-02-26 12:55
Hey, thanks for working this out. Do you think you could incorporate the XDG directories into where you're saving the config files?