Re: [Sugar-devel] I think I need push access in GitHub for some Sugar Activities

2024-02-16 Thread James Simmons
It turned out to be fairly simple to fix the Read Activity. It was complaining that it had no MICRO_VERSION attribute in the EvinceDocument object, so I just removed it from the _validate_min_version() method in evinceadapter.py: def update_toc(self, activity): if self._validate_min_version(3,

Re: [Sugar-devel] I think I need push access in GitHub for some Sugar Activities

2024-02-16 Thread James Cameron
Thanks. What about the activity provided by Fedora 39? On Fri, Feb 16, 2024 at 05:28:35PM -0600, James Simmons wrote: > I just confirmed that the master branch of the Read Activity has this problem > with Evince when running on Fedora 39: > > Traceback (most recent call last): >   File

Re: [Sugar-devel] I think I need push access in GitHub for some Sugar Activities

2024-02-16 Thread James Simmons
I just confirmed that the master branch of the Read Activity has this problem with Evince when running on Fedora 39: Traceback (most recent call last): File "/usr/bin/sugar-activity3", line 5, in activityinstance.main() File