| Summary: | gnome-sudoku will not start | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Randy Wilson <randy> |
| Component: | RPM Packages | Assignee: | Jani Välimaa <jani.valimaa> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | gnome-games | CVE: | |
| Status comment: | |||
Assigning to maintainer. Assignee:
bugsquad =>
jani.valimaa Should be fixed in latest release. You can test the fix before new release lands to mirrors by installing python-gi-cairo. It is fixed with the update of the gnome-games suite. Status:
NEW =>
RESOLVED |
Description of problem: Gnome-sudoku will not start from the menu. When run from the commandline, it dies with: Traceback (most recent call last): File "/usr/bin/gnome-sudoku", line 23, in <module> start_game() File "/usr/lib/python2.7/site-packages/gnome_sudoku/gnome_sudoku.py", line 22, in start_game main.start_game() File "/usr/lib/python2.7/site-packages/gnome_sudoku/main.py", line 978, in start_game u = UI() File "/usr/lib/python2.7/site-packages/gnome_sudoku/main.py", line 122, in __init__ self.setup_gui() File "/usr/lib/python2.7/site-packages/gnome_sudoku/main.py", line 180, in setup_gui self.setup_tracker_interface() File "/usr/lib/python2.7/site-packages/gnome_sudoku/main.py", line 582, in setup_tracker_interface self.tracker_ui = TrackerBox(self) File "/usr/lib/python2.7/site-packages/gnome_sudoku/main.py", line 707, in __init__ self.setup_tree() File "/usr/lib/python2.7/site-packages/gnome_sudoku/main.py", line 733, in setup_tree (0, 0, 0) File "/usr/lib/python2.7/site-packages/gnome_sudoku/main.py", line 808, in get_tracker_pixbuf return Gdk.pixbuf_get_from_surface(surface, 0, 0, 64, 64) File "/usr/lib64/python2.7/site-packages/gi/types.py", line 43, in function return info.invoke(*args, **kwargs) KeyError: 'could not find foreign type Surface' sh: bug-buddy: command not found Version-Release number of selected component (if applicable): How reproducible: Every time Steps to Reproduce: 1. Select menu->games->puzzle->sudoku 2. or 3. run gnome-sudoku from the command line.