feat: share Proton runtimes and improve macOS integrations - #122
Draft
Milky2018 wants to merge 8 commits into
Draft
feat: share Proton runtimes and improve macOS integrations#122Milky2018 wants to merge 8 commits into
Milky2018 wants to merge 8 commits into
Conversation
Milky2018
force-pushed
the
milky/global-runtime-cache
branch
from
August 14, 2026 08:16
76ab6ba to
92af2bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
55_desktop_showcase, a presentation-ready example combining dialogs, clipboard access, notifications, and tray menus.appwith the bundle identifier required by UserNotificationsMotivation
The previous runtime setup duplicated the complete CEF runtime for every Proton project. A few scaffolded applications could therefore consume several gigabytes even when they selected the same Proton and CEF versions. The shared cache makes the assembled runtime immutable and reusable while preserving an explicit per-project selection.
The macOS notification backend also reported successful delivery without showing a banner when the application was foregrounded. macOS delegates foreground presentation policy to
willPresentNotification, so Proton now opts into banner, notification-list, and sound presentation.The new showcase provides one application for demonstrating the native desktop integration surface instead of switching between several focused examples.
Validation
moon fmtmoon infomoon check 55_desktop_showcase --target native --diagnostic-limit 80moon build 55_desktop_showcase --target native --diagnostic-limit 8055_desktop_showcasedist/Proton Desktop Showcase.app