sugarlabs / write-activity

A simple word processor for the Sugar learning environment
GNU General Public License v2.0
2 stars 25 forks source link

Migrate from Tubes to DBusTube - Tubes are deprecated #5

Open samdroid-apps opened 9 years ago

samdroid-apps commented 9 years ago

Tested between 2 instances on my fc24 machine, and between fc24 on my laptop and fc20 on my xo4. Worked both times.

samdroid-apps commented 8 years ago

FYI, I previously tested this on a 0.106.whatever XO and it worked fine. Hopefully this could be merged.

samdroid-apps commented 8 years ago

Would be great to get this in 0.110. What's the maintainership story with activities? Who reviews code now that they are all in the sugar-labs org?

devAbnull commented 8 years ago

@samdroid-apps I tried using this patch but the activity fails to start. Shell shows this error:

Traceback (most recent call last): File "/home/broot/sugar-build/build/out/install/bin/sugar-activity", line 169, in main() File "/home/broot/sugar-build/build/out/install/bin/sugar-activity", line 164, in main instance = create_activity_instance(activity_constructor, activity_handle) File "/home/broot/sugar-build/build/out/install/bin/sugar-activity", line 42, in create_activity_instance activity = constructor(handle) File "/home/broot/sugar-build/build/out/install/share/sugar/activities/Write.activity/AbiWordActivity.py", line 138, in init self._image_id = image.connect('clicked', self._image_cb) AttributeError: 'AbiWordActivity' object has no attribute '_image_cb'

samdroid-apps commented 8 years ago

That's odd. Does it relate to https://github.com/sugarlabs/write-activity/pull/3/files ?

samdroid-apps commented 8 years ago

No, it doesn't related to that. The def _image_cb is 100% there: https://github.com/sugarlabs/write-activity/blob/master/AbiWordActivity.py#L477

devAbnull commented 8 years ago

The activity is running fine. But still cannot share it among other users :(

samdroid-apps commented 8 years ago

Did you apply the patch for both users? Any logs? What connection manager, salut (no jabber server) or gabble (a jabber server)?