You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Cameron 88adb38a42 Fix RuntimeError: could not create signal for _closing
On Ubuntu 20.04 with GTK 3.24.13, importing sugar3.activity.activity
fails with RuntimeError: could not create signal for _closing, preceeded
by an assertion is_valid_signal_name failed.

Cause is upstream 89f955d ("gsignal: Canonicalise signal names at
installation time ") which requires application signal names to not
start with a hyphen or underscore.

Remove the prefix from our signal name.  The signal remains reserved and
private to the Activity class.
4 years ago
..
Makefile.am Port from Python 2 to six 5 years ago
__init__.py Documentation - small typos 7 years ago
activity.py Fix RuntimeError: could not create signal for _closing 4 years ago
activityfactory.py Clean activity logs successful completion 5 years ago
activityhandle.py Port from Python 2 to six 5 years ago
activityinstance.py Fix unnecessary whitespace in warning 5 years ago
activityservice.py Port from Python 2 to six 5 years ago
bundlebuilder.py Fix install TypeError 5 years ago
i18n.py Remove unused imports 11 years ago
webactivity.py Fix Python GI API warnings for web activities 7 years ago
webkit1.py Port from Python 2 to six 5 years ago
widgets.py Fix RuntimeError: could not create signal for _closing 4 years ago