Bug 1270095

Summary: [abrt] yumex-dnf: status.py:130:handle_dbus_signals:AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked'
Product: [Fedora] Fedora Reporter: Dan Book <grinnz>
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: 23CC: dabrowski.hubert, maxvilla80, philippe.darocha, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/6e8e3a8f659baca45db4974ce4796fbb24939084
Whiteboard: abrt_hash:45ef9864873904ecb6c5630c48054aac793ea07f;
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-18 11:31:30 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 Dan Book 2015-10-09 01:10:02 UTC
Description of problem:
Started yumex-dnf, clicked status icon

Version-Release number of selected component:
yumex-dnf-4.1.3-2.fc23

Additional info:
reporter:       libreport-2.6.2
cmdline:        /usr/bin/python3 -tt /usr/bin/yumex-dnf
executable:     /usr/bin/yumex-dnf
kernel:         4.2.2-300.fc23.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
status.py:130: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 130, 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:
args: (2615,)
self: <yumex.status.StatusIcon object at 0x7f1d8471c4a8>
proxy: <DBusProxy object at 0x7f1d8471d288 (GDBusProxy at 0x55c8a17c5890)>
signal: 'IconClickSignal'
run_pid: 2615
sender: ':1.68'

Potential duplicate: bug 1229957

Comment 1 Dan Book 2015-10-09 01:10:05 UTC
Created attachment 1081149 [details]
File: backtrace

Comment 2 Dan Book 2015-10-09 01:10:06 UTC
Created attachment 1081150 [details]
File: environ

Comment 3 Tim Lauridsen 2015-11-18 11:31:30 UTC

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