"Copy Web Link" doesn't work (TypeError: set_text() takes exactly 3 argument(s) (2 given))
Bug #830291 reported by
Matthew Paul Thomas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
software-center (Ubuntu) |
Fix Released
|
Medium
|
Matthew McGowan |
Bug Description
software-
1. From the home screen, click "VLC".
2. Choose "Edit" > "Copy Web Link".
What happens:
* The link is not copied.
* A traceback:
------------
Traceback (most recent call last):
File "/home/
clipboard.
File "/usr/lib/
return info.invoke(*args)
TypeError: set_text() takes exactly 3 argument(s) (2 given)
------------
It may save time to fix bug 820999 at the same time as this bug.
Changed in software-center (Ubuntu): | |
importance: | Undecided → Medium |
To post a comment you must log in.
So the trivial fix for the traceback is to add a length of -1 as the third argument, but this causes some issues deeper down:
(software- center- gtk3:14662) : Gdk-CRITICAL **: gdk_display_ get_default_ screen: assertion `GDK_IS_DISPLAY (display)' failed
(software- center- gtk3:14662) : Gtk-CRITICAL **: gtk_invisible_ new_for_ screen: assertion `GDK_IS_SCREEN (screen)' failed
(software- center- gtk3:14662) : Gtk-CRITICAL **: gtk_widget_ add_events: assertion `GTK_IS_WIDGET (widget)' failed
(software- center- gtk3:14662) : Gdk-CRITICAL **: gdk_display_ get_default_ screen: assertion `GDK_IS_DISPLAY (display)' failed
(software- center- gtk3:14662) : Gtk-CRITICAL **: gtk_invisible_ new_for_ screen: assertion `GDK_IS_SCREEN (screen)' failed
(software- center- gtk3:14662) : Gtk-CRITICAL **: gtk_widget_ add_events: assertion `GTK_IS_WIDGET (widget)' failed
(software- center- gtk3:14662) : Gtk-CRITICAL **: gtk_widget_ get_window: assertion `GTK_IS_WIDGET (widget)' failed
(software- center- gtk3:14662) : Gtk-CRITICAL **: gtk_selection_ owner_set_ for_display: assertion `GDK_IS_DISPLAY (display)' failed