FS#34558 - Alacarte crash in Gnome 3.8

Attached to Project: Arch Linux
Opened by jesusjimenez (jesusjimenez) - Monday, 01 April 2013, 19:19 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 03 April 2013, 09:54 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Alacarte 3.6.1 won't start in Gnome 3.8 from gnome-unstable due to bad import in util.py

Traceback (most recent call last):
File "/usr/bin/alacarte", line 22, in <module>
from Alacarte.MainWindow import MainWindow
File "/usr/lib/python2.7/site-packages/Alacarte/MainWindow.py", line 31, in <module>
from Alacarte.MenuEditor import MenuEditor
File "/usr/lib/python2.7/site-packages/Alacarte/MenuEditor.py", line 23, in <module>
from Alacarte import util
File "/usr/lib/python2.7/site-packages/Alacarte/util.py", line 25, in <module>
from gi._glib import GError
ImportError: cannot import name GError


Problem is solved when importing GError like:

from gi.repository.GLib import GError


Additional info:
alacarte 3.6.1-2

Steps to reproduce:
This task depends upon

Closed by  Jan de Groot (JGC)
Wednesday, 03 April 2013, 09:54 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 3.7.90.

Loading...