Bug 28820 - Не открываются игры маджонг, тетравекс, судоку
Summary: Не открываются игры маджонг, тетравекс, судоку
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gnome-games (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-09 15:43 MSK by squire
Modified: 2013-04-09 17:18 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description squire 2013-04-09 15:43:00 MSK
В Simply 7b и Centaurus 7b (Рабочая станция) перестали открываться игры маджонг, тетравекс, судоку

$ gnome-tetravex

(gnome-tetravex:8354): Gtk-WARNING **: This process is currently running setuid or setgid.
This is not a supported use of GTK+. You must create a helper
program instead. For further details, see:

    http://www.gtk.org/setuid.html

Refusing to initialize GTK+.

$ gnome-mahjongg

(process:8356): Gtk-WARNING **: This process is currently running setuid or setgid.
This is not a supported use of GTK+. You must create a helper
program instead. For further details, see:

    http://www.gtk.org/setuid.html

Refusing to initialize GTK+.

$ gnome-sudoku
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 171, in setup_gui
    self.gsd = gsudoku.SudokuGameDisplay()
  File "/usr/lib/python2.7/site-packages/gnome_sudoku/gsudoku.py", line 97, in __init__
    SudokuNumberGrid.__init__(self, group_size = group_size)
  File "/usr/lib/python2.7/site-packages/gnome_sudoku/gsudoku.py", line 25, in __init__
    e = number_box.SudokuNumberBox(upper = self.group_size)
  File "/usr/lib/python2.7/site-packages/gnome_sudoku/number_box.py", line 133, in __init__
    self.set_property('events', Gdk.EventMask.ALL_EVENTS_MASK)
NotImplementedError: Setting properties of type 'GdkEventMask' is not implemented
Comment 1 Repository Robot 2013-04-09 17:18:40 MSK
gnome-games-tetravex-3.8.0-alt2 -> sisyphus:

* Tue Apr 09 2013 Yuri N. Sedunov <aris@altlinux> 3.8.0-alt2
- no more sgid on /usr/bin/gnome-tetrevex (ALT #28820)