docs(notifications,wayland): GNOME workaround for #2411, restore ozone x11 default#2547
Conversation
…e x11 default Documents the GNOME notification-disappearance workaround confirmed on #2411 (notificationMethod electron plus timeoutType never), and corrects four references that claimed the shipped ozone-platform default is auto. package.json lines 102 and 146 still ship --ozone-platform=x11 on every Linux packaging format; PR #2506 is the queued migration to auto and has not landed yet. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates the documentation to reflect that --ozone-platform=x11 is the current default for Linux packaging formats and adds a troubleshooting section for disappearing GNOME notifications. The review feedback focuses on improving documentation quality by ensuring spelling consistency for "center" and removing redundant phrasing regarding the default display platform in the troubleshooting guide.
Switch "centre" to "center" to match the existing American-English convention in the docs, and drop a redundant "X11 remains the default" clause from the Wayland admonition. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
📦 PR Snap Build Artifacts✅ Snap builds successful! Download artifacts: 🐧 Linux Snap Packagesx86_64 (110.69 MB) arm64 (107.51 MB) armv7l (101.54 MB) 📝 Note: Other package formats (.deb, .rpm, .AppImage, .dmg, .exe) are built in the main workflow |
📦 PR Build Artifacts✅ Build successful! Download artifacts: 🐧 Linuxx86_64 (447.78 MB) - Contains: .deb, .rpm, .tar.gz, .AppImage arm64 (438.02 MB) - Contains: .deb, .rpm, .tar.gz, .AppImage armv7l (415.86 MB) - Contains: .deb, .rpm, .tar.gz, .AppImage 🍎 macOSx86_64 (129.21 MB) - Contains: .dmg 🪟 Windowsx86_64 (109.58 MB) - Contains: .exe installer 📝 Note: Snap packages (.snap) are built in a separate workflow 🕐 Last updated: 2026-05-15 18:29 UTC |
… restore ozone x11 default (IsmaelMartinez#2547) * docs(notifications,wayland): GNOME workaround for IsmaelMartinez#2411, restore ozone x11 default Documents the GNOME notification-disappearance workaround confirmed on IsmaelMartinez#2411 (notificationMethod electron plus timeoutType never), and corrects four references that claimed the shipped ozone-platform default is auto. package.json lines 102 and 146 still ship --ozone-platform=x11 on every Linux packaging format; PR IsmaelMartinez#2506 is the queued migration to auto and has not landed yet. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * docs: address Gemini feedback on PR IsmaelMartinez#2547 Switch "centre" to "center" to match the existing American-English convention in the docs, and drop a redundant "X11 remains the default" clause from the Wayland admonition. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>



Summary
Notifications disappear from the notification centre on GNOMEworkaround entry totroubleshooting.md, documentingnotificationMethod: "electron"plusnotifications.timeoutType: "never"per the diagnosis on [Bug]: Notifications disappear and sound is heard twice #2411.auto. The actual default is--ozone-platform=x11on every Linux packaging format (deb, rpm, AppImage, tar.gz, snap), perpackage.jsonlines 102 and 146. PR refactor: remove explicit ozone-platform default #2506 is the queued migration toauto; until it lands, docs must match reality.Test plan
cd docs-site && npm run startand verify the new Notifications subsection renders cleanly underNotifications.🤖 Generated with Claude Code