| Summary: | [abrt] mintmenu: mintMenuConfig.py:393:getHeadingColor:TypeError: Gtk.ColorButton.get_color() takes exactly 1 argument (2 given) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mike Simms <micsim2007> | ||||||
| Component: | mintmenu | Assignee: | Wolfgang Ulbrich <fedora> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 22 | CC: | fedora | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/24de0fae2b7983ec78a9fd747d2a6c2df6d77bd0 | ||||||||
| Whiteboard: | abrt_hash:c1f25b4f0403a26f8f9cbb83111e98e4f22dba67; | ||||||||
| Fixed In Version: | mintmenu-5.6.5-3.fc22 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-02-17 04:18:40 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: |
|
||||||||
Created attachment 1119144 [details]
File: backtrace
Created attachment 1119145 [details]
File: environ
mintmenu-5.6.5-3.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-bc4c4ecb1f Hi Mike, this update should fix the issue. mintmenu-5.6.5-3.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-bc4c4ecb1f Thanks Wolfgang it appears it is fixed mintmenu-5.6.5-3.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: trying to change custom colours in preferences Version-Release number of selected component: mintmenu-5.6.5-2.fc22 Additional info: reporter: libreport-2.6.3 cmdline: /usr/bin/python2 /usr/share/linuxmint/mintMenu/mintMenuConfig.py executable: /usr/share/linuxmint/mintMenu/mintMenuConfig.py kernel: 4.1.7-200.fc22.i686 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: mintMenuConfig.py:393:getHeadingColor:TypeError: Gtk.ColorButton.get_color() takes exactly 1 argument (2 given) Traceback (most recent call last): File "/usr/share/linuxmint/mintMenu/mintMenuConfig.py", line 352, in <lambda> widget.connect( changeEvent, lambda *args: self.callGetter( settings, setting_type, key, getter ) ) File "/usr/share/linuxmint/mintMenu/mintMenuConfig.py", line 368, in callGetter settings.set( setting_type, key, getter()) File "/usr/share/linuxmint/mintMenu/mintMenuConfig.py", line 393, in getHeadingColor self.headingColor.get_color(color) TypeError: Gtk.ColorButton.get_color() takes exactly 1 argument (2 given) Local variables in innermost frame: color: Gdk.Color(red=0, green=0, blue=0) self: <__main__.mintMenuConfig object at 0xb563840c>