Bug 33453 - Не работает!
Summary: Не работает!
Status: CLOSED FIXED
Alias: None
Product: Branch p8
Classification: Distributions
Component: mintmenu (show other bugs)
Version: не указана
Hardware: all Linux
: P3 major
Assignee: Andrey Cherepanov
QA Contact: qa-p8@altlinux.org
URL:
Keywords: RS
Depends on:
Blocks:
 
Reported: 2017-05-05 15:36 MSK by Evgeniy Korneechev
Modified: 2017-05-06 08:13 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgeniy Korneechev 2017-05-05 15:36:40 MSK
После обновления до новой версии после перезагрузки меню пропало с панели и больше не добавляется.

# rpm -q mintmenu 
mintmenu-5.7.8-alt1
Comment 1 Andrey Cherepanov 2017-05-05 20:09:50 MSK
Traceback (most recent call last):
  File "/usr/share/linuxmint/mintMenu/mintMenu.py", line 7, in <module>
    from gi.repository import MatePanelApplet
  File "/usr/lib64/python2.7/site-packages/gi/importer.py", line 140, in load_module
    raise ImportError(e)
ImportError: Requiring namespace 'Gtk' version '2.0', but '3.0' is already loaded

2aris: Юрий, что посоветуешь?

Там идёт 
import gi
gi.require_version("Gtk", "3.0")
gi.require_version('MatePanelApplet', '4.0')
from gi.repository import Gtk, GdkPixbuf, Gdk, GObject
from gi.repository import MatePanelApplet
from gi.repository import Gio

Откатывать mintmenu до 5.7.2, когда не было перехода на GTK3. В Sisyphus MatePanelApplet собран с Gtk3, в p8 - с Gtk2.
Comment 2 Yuri N. Sedunov 2017-05-05 20:43:37 MSK
Ну-да, либо mate обновлять, либо mintmenu откатывать.
Comment 3 Repository Robot 2017-05-06 08:13:23 MSK
mintmenu-1:5.7.2-alt1.M80P.1 -> p8:

Sat May 06 2017 Andrey Cherepanov <cas@altlinux.org> 1:5.7.2-alt1.M80P.1
- Downgrade version to 5.7.2 to support old MatePanelApplet linked
  with Gtk 2.0 (ALT #33453)