Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS PWA apps don't show up as applications in Activity Monitor #498

Open
cgioia opened this issue May 11, 2024 · 0 comments
Open

macOS PWA apps don't show up as applications in Activity Monitor #498

cgioia opened this issue May 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cgioia
Copy link

cgioia commented May 11, 2024

Description

PWAs on macOS differ from other applications in how they show up in Activity Monitor.app. Other apps (and even Safari Web Apps) get listed as a full "Application" so that their energy usage can be monitored, and so their hierarchy of processes is kept sorted correctly. Firefox PWAs do not get this "Application" listing.

This prevents the application from showing up in the Energy tab when sorted by Applications, and it also causes issues for apps like iStat Menus, which end up showing loader as the process rather than the application with the correct name/icon.

Steps to Reproduce

  1. Create and run a Firefox PWA
  2. Open Activity Monitor.app from Utilities
  3. Go to the Energy tab, then View -> Applications in the last 12 hours
  4. Observe that the Firefox PWA does not get listed

Additional Information

I think this is related to the fact that other apps have an application bundle at the top of the process hierarchy. Firefox PWAs have the loader process as the top level (i.e., directly beneath launchd).

Environment

  • Operating system: macOS 14.4.1
  • System architecture: Apple Silicon
  • Installation method: Homebrew
  • PWAsForFirefox extension version: 2.12.0
  • PWAsForFirefox native version: 2.12.0
  • PWAsForFirefox runtime version: 125.0.3
  • Firefox version: 125.0.3
@cgioia cgioia added the bug Something isn't working label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant