https://bugs.kde.org/show_bug.cgi?id=469851
--- Comment #6 from Kacper Paczos <[email protected]> --- Reproduced on current master and fixed in https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/621. Measured on a KDE neon unstable VM (Plasma 6.7.80) with two portal sessions from two different app ids, each with a consumer attached to its PipeWire node, reading the items off org.kde.StatusNotifierWatcher rather than counting pixels: master: one session -> 1 item ("Sharing contents to Konsole") two sessions -> 2 items ("...to Konsole", "...to Dolphin") ending one -> 1 item ("...to Dolphin") with MR: one session -> 1 item, unchanged two sessions -> 1 item ("Sharing contents to Konsole, Dolphin") ending one -> 1 item ("...to Dolphin") The merge request takes the first of the two shapes I asked about in the previous comment: the item is owned by the portal, sessions register with it, and each app gets its own entry in the menu. Nothing changes for a single session. If the maintainers would rather have this as a Plasma widget watching the sessions, the MR can be dropped in favour of that. -- You are receiving this mail because: You are watching all bug changes.
