Qreator won't run on 13.04 - exception on drag_source_set_target_list()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Qreator |
Fix Released
|
Critical
|
David Planella |
Bug Description
Trying to run Qreator on 13.04 gives:
$ quickly run
(qreator:6451): Gtk-WARNING **: Can't pass in construct-only parameters to cancel_button
(qreator:6451): Gtk-WARNING **: Can't pass in construct-only parameters to ok_button
(qreator:6451): Gtk-WARNING **: Can't pass in construct-only parameters to help_button
No handlers could be found for logger "qreator_lib"
Traceback (most recent call last):
File "bin/qreator", line 47, in <module>
qreator.main()
File "/tmp/qreator/
window = QreatorWindow.
File "/tmp/qreator/
new_
File "/tmp/qreator/
self.
File "/usr/lib/
target_list = Gtk.TargetList.
File "/usr/lib/
for entry in targets:
TypeError: 'NoneType' object is not iterable
It seems the problem comes from the drag_source_
Related branches
- Schwarzburg: Approve
-
Diff: 11 lines (+0/-1)1 file modifiedqreator/QreatorWindow.py (+0/-1)
Changed in qreator: | |
status: | New → Triaged |
importance: | Undecided → Critical |
Changed in qreator: | |
milestone: | none → 13.04 |
assignee: | nobody → David Planella (dpm) |
Changed in qreator: | |
status: | Triaged → Fix Committed |
Changed in qreator: | |
status: | Fix Committed → Fix Released |