Bug 1255323

Summary: [abrt] yumex-dnf: status.py:128:handle_dbus_signals:AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked'
Product: [Fedora] Fedora Reporter: Sylvain Arth <sylvain>
Component: yumex-dnfAssignee: Tim Lauridsen <tim.lauridsen>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: allinux4, dhammike64, tim.lauridsen, woiling, yorikcombined
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/cbb463a00bf17c3024782d72b134e720f4c1bafa
Whiteboard: abrt_hash:13769c23ee12a3c2cf95bbe3a856507848177f7f
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-06 08:35:24 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: environ none

Description Sylvain Arth 2015-08-20 09:41:37 UTC
Version-Release number of selected component:
yumex-dnf-4.1.2-1.fc21

Additional info:
reporter:       libreport-2.3.0
cmdline:        /usr/bin/python3 -tt /usr/bin/yumex-dnf --updateall
executable:     /usr/bin/yumex-dnf
kernel:         4.1.4-100.fc21.i686
runlevel:       N 5
type:           Python3
uid:            500

Truncated backtrace:
status.py:128:handle_dbus_signals:AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked'

Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/yumex/status.py", line 71, in __call__
    return getattr(self.proxy, self.method)(*args)
  File "/usr/lib/python3.4/site-packages/yumex/status.py", line 120, in _on_g_signal
    self.handle_dbus_signals(proxy, sender, signal, args)
  File "/usr/lib/python3.4/site-packages/yumex/status.py", line 128, in handle_dbus_signals
    self.app.win.on_status_icon_clicked()
AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked'

Local variables in innermost frame:
signal: 'IconClickSignal'
args: ()
proxy: <DBusProxy object at 0xb595acac (GDBusProxy at 0x8724ec0)>
self: <yumex.status.StatusIcon object at 0xb57de14c>
sender: ':1.141'

Potential duplicate: bug 1224554

Comment 1 Sylvain Arth 2015-08-20 09:41:40 UTC
Created attachment 1065201 [details]
File: backtrace

Comment 2 Sylvain Arth 2015-08-20 09:41:41 UTC
Created attachment 1065202 [details]
File: environ

Comment 3 Tim Lauridsen 2015-10-06 08:35:24 UTC

*** This bug has been marked as a duplicate of bug 1224524 ***