I have same drwxr-xr-x on my Gentoo...

This is strange, because I tested game on fresh installed Ubuntu in
VirtualBox, and don't find any security issue with ~/.config folder.
Moreover, I usually use live-CD for test compilation from upstream SVN
and game test to be sure that Ubuntu users could use upstream code for
game compilation and launch.

Ok, could you please manually create ~/.config/astromenace (drwxr-xr-x
permission should be fine). I am interesting, if game could create and
rewrite ~/.config/astromenace/amconfig.xml file at all.


----------------------------------
I put related code here, just in case. Maybe, I do something wrong, and 
upstream code need correction.

1) ~/.config/astromenace creation code:

mkdir(ConfigDirName, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);
where ConfigDirName set to "~/.config/astromenace"

2) ~/.config/astromenace/amconfig.xml creation code:

SDL_RWops *File = SDL_RWFromFile(ConfigFileName, "wb");
where ConfigFileName set to "~/.config/astromenace/amconfig.xml"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181847

Title:
  saved games lost on restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/astromenace/+bug/1181847/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to