Use dbus activation to launch factories. This breaks
p-to-p chat and ./sugar/activities. Will fix tomorrow.
This commit is contained in:
@@ -3,7 +3,4 @@ sugar_PYTHON = \
|
||||
__init__.py \
|
||||
ChatActivity.py
|
||||
|
||||
activitydir = $(pkgdatadir)/activities/chat
|
||||
activity_DATA = chat.activity
|
||||
|
||||
EXTRA_DIST = $(activity_DATA)
|
||||
EXTRA_DIST = chat.activity
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[Activity]
|
||||
name = Chat
|
||||
id = com.redhat.Sugar.ChatActivity
|
||||
python_module = ChatActivity.ChatActivity
|
||||
python_module = chat.ChatActivity.ChatActivity
|
||||
default_type = _chat_activity._tcp
|
||||
|
||||
Reference in New Issue
Block a user