Comparing v63...v64 · ubuntu/gnome-shell-extension-appindicator (original) (raw)

Commits on Mar 21, 2026

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history
  4. Configuration menu
    Browse the repository at this point in the history
  5. Configuration menu
    Browse the repository at this point in the history
  6. Configuration menu
    Browse the repository at this point in the history
  7. Configuration menu
    Browse the repository at this point in the history
  8. Configuration menu
    Browse the repository at this point in the history
  9. statusNotifierWatcher: Move the bus analyzer for seeking SNI's off-pr…
    …ocess
    Performing a lot of async parallel requests to inspect the bus for
    indicators is not ideal but sadly we have still to do it to ensure old
    broken indicators are not left hidden.
    However, it's better to do all this without involving the gnome-shell
    process, and rather do it in a subprocess that can go at its own peace
    without breaking the compositor.
    So move the seekStatusNotifierItems() code into an external scripts that
    writes the results to stdout.
    We read them asynchronously and once we got something we add it to the
    panel, using the same logic as before.
    Closes: #295, #310
    LP: #2080221

@3v1n0
3v1n0 committed
Mar 21, 2026
Configuration menu
Browse the repository at this point in the history 10. Configuration menu
Browse the repository at this point in the history 11. Configuration menu
Browse the repository at this point in the history