This is a backport PR for branch 45-x-y
#54102: fix: restore snap-compatible dbusmenu object path
Merged
Backport of #54027
See that PR for details.
Notes: Fixed the tray context menu not working for snap-confined apps because AppArmor blocked the /org/chromium/DbusMenu path.
Backport Information
Backported from
#54027: fix: restore snap-compatible dbusmenu object pathOriginal PR Author
RobotRogueOriginal PR Status
Merged
Original PR Merged At
Sep 18, 2026, 11:47:28 AM
Original PR Link
View on GitHubSemver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron