Bug 1398484

Summary: [abrt] cinnamon: SettingsWidgets.py:984:on_button_pressed:AttributeError: 'NewClass' object has no attribute 'set_val'
Product: [Fedora] Fedora Reporter: Alexandre Kieling <abrianik>
Component: cinnamonAssignee: leigh scott <leigh123linux>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: fedora, leigh123linux, miketwebster
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/c10469477316cbb48b0062b8fc645f584b9682d0
Whiteboard: abrt_hash:6684c1ee6f5ea86dbc19515ec970a3fe602612a4;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-04 13:30:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace none

Description Alexandre Kieling 2016-11-25 00:56:25 UTC
Description of problem:
Steps:
- Right-clicked on Menu > Configure...
- Opened file chooser to select custom icon
- Navigated to an icon in /usr/share/icons and clicked on Open button

Version-Release number of selected component:
cinnamon-3.2.1-1.fc25

Additional info:
reporter:       libreport-2.8.0
cmdline:        python3 /usr/share/cinnamon/cinnamon-settings/xlet-settings.py applet menu 0
environ:        
executable:     /usr/share/cinnamon/cinnamon-settings/xlet-settings.py
kernel:         4.8.8-300.fc25.x86_64
pkg_fingerprint: 4089 D8F2 FDB1 9C98
pkg_vendor:     Fedora Project
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
SettingsWidgets.py:984:on_button_pressed:AttributeError: 'NewClass' object has no attribute 'set_val'

Traceback (most recent call last):
  File "/usr/share/cinnamon/cinnamon-settings/bin/SettingsWidgets.py", line 984, in on_button_pressed
    self.set_val(filename)
AttributeError: 'NewClass' object has no attribute 'set_val'

Local variables in innermost frame:
dialog: <Gtk.FileChooserDialog object at 0x7f988eff2798 (GtkFileChooserDialog at 0x55bd514ce340)>
self: <JsonSettingsWidgets.NewClass object at 0x7f988efe4e10 (JsonSettingsWidgets+NewClass-v11 at 0x55bd5119bf50)>
response: -5
preview: <Gtk.Image object at 0x7f988eff2990 (GtkImage at 0x55bd515f9420)>
filter_text: <Gtk.FileFilter object at 0x7f988eff2948 (GtkFileFilter at 0x55bd515fd980)>
widget: <Gtk.Button object at 0x7f988efe6c18 (GtkButton at 0x55bd51203500)>
filename: '/usr/share/icons/Numix-Circle/scalable/apps/fedora-utils.svg'

Comment 1 Alexandre Kieling 2016-11-25 00:56:30 UTC
Created attachment 1224099 [details]
File: backtrace