GNOME Bugzilla – Bug 686078
gnome-sudoku crashes when trying to clear notes (solution provided)
Last modified: 2013-09-05 22:10:03 UTC
Hi, I'm a newcomer here and I noticed a bug in gnome-sudoku that the app crashes when notes are cleared (Ctrl+J), with the following info in terminal: GLib-GIO-ERROR **: Settings schema 'org.gnome.gnome-sudoku' does not contain a key named 'always_show_hints' I downloaded the source and find the problem located at http://git.gnome.org/browse/gnome-games/tree/gnome-sudoku/src/lib/main.py#n525 525 def do_clear_notes(self, side): ...... 534 if side == 'Bottom' and self.settings.get_boolean('always_show_hints'): ...... 538 if self.settings.get_boolean ('always_show_hints'): ...... the two string 'always_show_hints' should be 'always-show-hints' here and after I corrected the bug and recompiled the app it responded to Ctrl+J correctly. Would you please correct this bug? Because I'm new to the linux world, I just don't know how to do this.
Created attachment 236205 [details] [review] Removed two instances of always_show_hints
(In reply to comment #0) > Would you please correct this bug? Because I'm new to the linux world, I just > don't know how to do this. Thanks both of you for fixing this problem!
Review of attachment 236205 [details] [review]: Thank you for your patch! Could you please remove the comments you added in this patch; we don't generally add comments with bugfixes unless it's something that would be helpful to future programmers. Once that's done, this is good to commit.
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 707362 ***