Thunderbird flatpak broken after Freedesktop update
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: josemanuelgomezsilva, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0
Steps to reproduce:
- Install last version of thunderbird available on flathub.
- Install last Freedesktop Platform version available on flathub.
- Try to open thunerbird with flatpak run org.mozilla.Thunderbird.
Tested in two different fedora 40 installs and in a Ubuntu 22.04 install with the same results.
Actual results:
Thunderbird does not start and terminal outputs the following:
XPCOMGlueLoad error for file /app/lib/thunderbird/libxul.so:
libdbus-glib-1.so.2: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
Expected results:
Thunderbird should have started.
Comment 2•9 months ago
|
||
The missing file is available in current flatpak (Version: 140.2.0esr):
$ flatpak run --command=sh org.mozilla.Thunderbird
[📦 org.mozilla.Thunderbird ~]$ file /app/lib/libdbus-glib-1.so.2
/app/lib/libdbus-glib-1.so.2: symbolic link to libdbus-glib-1.so.2.3.5
Moreover libdbus-glib dependency was removed since FF and TB v120: https://bugzilla.mozilla.org/show_bug.cgi?id=1532281
So this issue isn't applicable for current TB flatpak for two reasons: the file is available and it's not used anymore. I'm closing it then.
Comment 3•9 months ago
|
||
-> WFM (we use fixed only when known code changes resolved the issue)
Description
•