** No longer affects: unity (Ubuntu)
** Also affects: gobject-introspection (Ubuntu Precise)
Importance: Undecided
Status: New
** Also affects: libunity (Ubuntu Precise)
Importance: Undecided
Status: New
** Changed in: gobject-introspection (Ubuntu Precise)
Status: New => Invalid
** No longer affects: gobject-introspection (Ubuntu Precise)
** Changed in: unity
Status: Incomplete => Fix Released
** Changed in: libunity (Ubuntu)
Status: Fix Committed => Invalid
** Changed in: libunity (Ubuntu Precise)
Status: New => Triaged
** Also affects: vala (Ubuntu)
Importance: Undecided
Status: New
** No longer affects: vala (Ubuntu Precise)
** Changed in: vala (Ubuntu)
Status: New => Triaged
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libunity in Ubuntu.
Matching subscriptions: dp-libunity
https://bugs.launchpad.net/bugs/893688
Title:
Unity.ActivationResponse does not work properly for python scopes
Status in LibUnity:
Fix Committed
Status in Unity:
Fix Released
Status in “gobject-introspection” package in Ubuntu:
Confirmed
Status in “libunity” package in Ubuntu:
Invalid
Status in “vala” package in Ubuntu:
Triaged
Status in “libunity” source package in Precise:
Triaged
Bug description:
[Test Case]
1) Run `python -c "from gi.repository import Unity; print
Unity.ActivationResponse.new(Unity.HandledType.SHOW_DASH, '')"`
2) The command shouldn't cause a segmentation fault
[Regression Potential]
Besides gir not working, nothing else comes to mind.
====Original Report====
When attempting to use a custom activation of a lens result in a scope
written in python, Unity.ActivationResponse does not work as
advertised at
https://wiki.ubuntu.com/Unity/Lenses#Handling_Activation, which
suggests that the line
Unity.ActivationResponse.new(Unity.HandledType.SHOW_DASH) should pass
a response to keep the dash open. Instead, an error in generated
suggesting that a second argument needs to be passed to the function.
On adding a second argument, the error further suggests that it needs
to be a string. On using a string, the following error is generated:
TypeError: can't convert return value to desired type
../pathtolens/lens.py:100: Warning: g_object_get_qdata: assertion
G_IS_OBJECT (object)' failed GObject.MainLoop().run()
../pathtolens/lens.py:100: Warning: g_object_set_qdata_full:
assertionG_IS_OBJECT (object)' failed GObject.MainLoop().run()
../pathtolens/lens.py:100: Warning: g_object_unref: assertion `G_IS_OBJECT
(object)' failed GObject.MainLoop().run()
Similar errors are generated when using other "Unity.Handletype"s
(although using NOT_HANDLED only produces the TypeError part, not any
of the warnings.)
This issue is also described at http://askubuntu.com/questions/78826
/cant-get-activate-uri-signal-working-when-making-a-lens
To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/893688/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp