Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cardlist.py')
-rw-r--r--cardlist.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cardlist.py b/cardlist.py
index daa9de1..0922d7f 100644
--- a/cardlist.py
+++ b/cardlist.py
@@ -98,8 +98,9 @@ class CardList(gtk.EventBox):
def save_game(self, widget, game_name, equal_pairs, grouped):
- tmp_root = join(environ['SUGAR_ACTIVITY_ROOT'], 'tmp')
+ tmp_root = join(environ['SUGAR_ACTIVITY_ROOT'], 'instance')
temp_folder = tempfile.mkdtemp(dir=tmp_root)
+ os.chmod(temp_folder,0777)
temp_img_folder = join(temp_folder, 'images')
temp_snd_folder = join(temp_folder, 'sounds')