On 5/25/23 6:33 AM, Sebastien Bacher wrote: > Did you have a chance to try it? > Yes, and unfortunately it wasn't successful. According to the debug log for the addon, it's not able find libecal-1.2 or libecal-2.0.
It's seems to be the same issue that the Thunderbird flatpak version has with the EDS addon as described here: https://github.com/balbusm/xul-ext-eds-calendar/issues/50 Even with installing the beta version in developer mode, it's still not able to find libecal-2.0 on the host. I thought it was odd that running ldconfig -p |grep libecal in a shell within the thunderbird snap will list libecal-2.0.so.1 in /lib/x86_64-linux-gnu/, but ls /lib/x86_64-linux-gnu/libecal* shows no such file. I did install the test-snapd-eds snap as a way to test the calendar service interface outside of thunderbird, but ran into the same issue where the snap tried to load an older libecal-1.2.so.19 (I think that was the version) library, but couldn't find it. I think the issue most likely lies with the addon, but without a way to test whether the calendar service interface first works correctly with a snap, I wouldn't be able to provide the addon developer any useful information on how it should work as that's getting well above my level of expertise. So reverted back to the stable release as I don't dig the interface changes to the beta version and will wait to see if the developer can get the addon to work with the flatpak without breaking its confinement policy. ** Bug watch added: github.com/balbusm/xul-ext-eds-calendar/issues #50 https://github.com/balbusm/xul-ext-eds-calendar/issues/50 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/2018435 Title: Add calendar-service interface to thunderbird snap yaml Status in thunderbird package in Ubuntu: Fix Committed Bug description: Currently Thunderbird does not include the calendar-service interface provided by the core snap in its yaml file. The calendar-service enables snap apps to communicate with the evolution-data-server. Though Thunderbird does not yet natively communicate with EDS, there exists an EDS Calendar Integration add-on for Thunderbird that allows synchronization of Thunderbird calendars with EDS. One immediate benefit is that users will be able to see calendar events listed in the time/date gnome widget. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/2018435/+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

