Public bug reported: Binary package hint: gnome-games
To reproduce: 1. Start a new game of Sudoku 2. Fill in one or more squares 3. Quit Sudoku 4. Re-open Sudoku and see that the game is in a virgin state! The original source had a couple lines in gnome_sudoku.py: else: #always save the game self.gconf['current_game']=self.sudoku_tracker.save_game(self) These should be on line 534 in the existing file, after these: if not self.won: if not self.gsd.grid: self.gconf['current_game']='' Clearly the "current_game" gconf key is not being set. What's more, even if you fake in some data (which happens to consist of a string of numbers representing the grid values), Sudoku just ignores the key and starts the current grid from scratch. Changing other settings is retained correctly in gconf. This bug was not present in Feisty. ** Affects: gnome-games (Ubuntu) Importance: Undecided Status: New -- sudoku does not auto-save game progress https://bugs.launchpad.net/bugs/154761 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs