Bug 956694

Summary: [abrt] gnome-abrt-0.2.10-1.fc18: module.py:115:__getattr__:AttributeError: 'gi.repository.Gtk' object has no attribute 'DIALOG_DESTROY_WITH_PARENT'
Product: [Fedora] Fedora Reporter: alberto <alberto.fusari>
Component: gnome-abrtAssignee: Jakub Filak <jfilak>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: jberan, jfilak, monsterbaby0, NandishBhatt.143
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:3bf2929879b65a5dd6b8e9fcbea061c13bb4fcaa
Fixed In Version: gnome-abrt-0.2.12-2.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-16 02:55:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: core_backtrace
none
File: environ
none
File: smolt_data none

Description alberto 2013-04-25 12:54:09 UTC
Version-Release number of selected component:
gnome-abrt-0.2.10-1.fc18

Additional info:
cmdline:        python /usr/bin/gnome-abrt -p /var/tmp/abrt/ccpp-2013-04-23-21:37:55-2072
dso_list:       pygobject3-base-3.4.2-6.fc18.i686
executable:     /usr/bin/gnome-abrt
kernel:         3.8.8-202.fc18.i686
uid:            1000
ureports_counter: 1

Truncated backtrace:
module.py:115:__getattr__:AttributeError: 'gi.repository.Gtk' object has no attribute 'DIALOG_DESTROY_WITH_PARENT'

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/gnome_abrt/dialogs.py", line 51, in _on_button_send_cb
    _("In order to get more useful reports we "
  File "/usr/lib/python2.7/site-packages/gnome_abrt/dialogs.py", line 32, in _show_error_dialog
    dialog = Gtk.MessageDialog(parent, Gtk.DIALOG_DESTROY_WITH_PARENT,
  File "/usr/lib/python2.7/site-packages/gi/module.py", line 269, in __getattr__
    return getattr(self._introspection_module, name)
  File "/usr/lib/python2.7/site-packages/gi/module.py", line 115, in __getattr__
    self.__name__, name))
AttributeError: 'gi.repository.Gtk' object has no attribute 'DIALOG_DESTROY_WITH_PARENT'

Local variables in innermost frame:
info: None
self: <IntrospectionModule 'Gtk' from '/usr/lib/girepository-1.0/Gtk-3.0.typelib'>
name: 'DIALOG_DESTROY_WITH_PARENT'

Comment 1 alberto 2013-04-25 12:54:32 UTC
Created attachment 739875 [details]
File: backtrace

Comment 2 alberto 2013-04-25 12:54:38 UTC
Created attachment 739876 [details]
File: core_backtrace

Comment 3 alberto 2013-04-25 12:54:40 UTC
Created attachment 739877 [details]
File: environ

Comment 4 alberto 2013-04-25 12:54:42 UTC
Created attachment 739878 [details]
File: smolt_data

Comment 5 Jakub Filak 2013-04-25 13:59:29 UTC
Thank you for the report.

Fixed in upstream git:

commit 86d259c5bfedbf4b8de07b03d969d06afa6e6f4b
Author: Jakub Filak <jfilak>
Date:   Thu Apr 25 15:45:52 2013 +0200

    Fix wrong dialog flag names

Comment 6 Nandish Bhatt 2013-05-06 07:40:13 UTC
Description of problem:
boot loding three version detect

Version-Release number of selected component:
gnome-abrt-0.2.10-1.fc18

Additional info:
cmdline:        python /bin/gnome-abrt
dso_list:       pygobject3-base-3.4.2-6.fc18.x86_64
executable:     /bin/gnome-abrt
kernel:         3.8.11-200.fc18.x86_64
uid:            1000
ureports_counter: 1

Truncated backtrace:
module.py:115:__getattr__:AttributeError: 'gi.repository.Gtk' object has no attribute 'DIALOG_DESTROY_WITH_PARENT'

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/gnome_abrt/dialogs.py", line 51, in _on_button_send_cb
    _("In order to get more useful reports we "
  File "/usr/lib64/python2.7/site-packages/gnome_abrt/dialogs.py", line 32, in _show_error_dialog
    dialog = Gtk.MessageDialog(parent, Gtk.DIALOG_DESTROY_WITH_PARENT,
  File "/usr/lib64/python2.7/site-packages/gi/module.py", line 269, in __getattr__
    return getattr(self._introspection_module, name)
  File "/usr/lib64/python2.7/site-packages/gi/module.py", line 115, in __getattr__
    self.__name__, name))
AttributeError: 'gi.repository.Gtk' object has no attribute 'DIALOG_DESTROY_WITH_PARENT'

Local variables in innermost frame:
info: None
self: <IntrospectionModule 'Gtk' from '/usr/lib64/girepository-1.0/Gtk-3.0.typelib'>
name: 'DIALOG_DESTROY_WITH_PARENT'

Comment 7 Fedora Update System 2013-05-06 08:03:35 UTC
gnome-abrt-0.2.12-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/gnome-abrt-0.2.12-1.fc18

Comment 8 Fedora Update System 2013-05-07 18:24:59 UTC
Package gnome-abrt-0.2.12-2.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing gnome-abrt-0.2.12-2.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-7513/gnome-abrt-0.2.12-2.fc18
then log in and leave karma (feedback).

Comment 9 Fedora Update System 2013-05-16 02:55:32 UTC
gnome-abrt-0.2.12-2.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.