sys_tray::linux logs translation issue about PLATFORM on startup - [ERROR sys_tray::linux] translation issues: [ResolverError(Reference(Function { id: "PLATFORM" }))
Categories
(Thunderbird :: OS Integration, defect)
Tracking
(Not tracked)
People
(Reporter: freaktechnik, Unassigned)
References
(Regression)
Details
(Keywords: regression)
STR:
- Launch Thunderbird from the command line
Expected result:
Only known log messages appear.
Actual result:
[ERROR sys_tray::linux] translation issues: [ResolverError(Reference(Function { id: "PLATFORM" }))]
is logged.
OS according to troubleshooting: Linux 6.9.8-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 5 16:20:11 UTC 2024
I have just whatever GNOME fedora ships with these days, but I think this error is from fluent anyway. In other words, not sure if this affects visibility of the tray icon, I've never had any software show tray icons on my system.
This is with a local build and ./mach run
Reporter | ||
Updated•2 months ago
|
Comment 1•1 month ago
|
||
Thunderbird (flatpak Mozilla Thunderbird 130.0b1) crashes on startup. Seems to indicate that this is the issue.
Updated•19 days ago
|
The issue is with Flatpak permissions. I'm running the Flatpak in Fedora 40, and I was able to resolve the issue by granting the Flapak access to the D-Bus session bus:
sudo flatpak override org.mozilla.Thunderbird --socket=session-bus
To fix this, the Flatpak maintainers will just need to explicitly require access to the session-bus
socket at the next update.
Reporter | ||
Comment 4•2 days ago
|
||
(In reply to Miles from comment #3)
The issue is with Flatpak permissions.
My original report was with a local build, so no flatpak layers there. It's possible that this error is hiding a different issue for me, however. I'm pretty sure my system doesn't do indicators for applications.
(In reply to Martin Giger [:freaktechnik] from comment #4)
My original report was with a local build, so no flatpak layers there.
Ah, I must have confused you with Aaron Schif and his comment about the Thunderbird Flatpak crashing upon startup...
And as a matter of fact, it appears I'm still seeing the errors in my logs as well; I'm just not experiencing a complete application crash on startup anymore. I assumed the aforementioned errors were causing the crash because those were the only errors I saw in the logs, but that doesn't appear to be the case after all.
Description
•