https://bugzilla.redhat.com/show_bug.cgi?id=2456922
--- Comment #18 from Nikita Sizikov <[email protected]> --- Hi Andrei, thanks again for your testing — this helped clarify the situation. There was a misunderstanding related to how the plasmoid is intended to be used. The widget integrates into the system tray automatically via: X-Plasma-NotificationArea: "true" So normally: * the icon appears automatically when AirPods are connected * clicking it opens the popup UI If the system tray plasmoid (org.kde.plasma.systemtray) is not present, the icon will not appear automatically. In that case it may look like there is no GUI. What likely happened is that the plasmoid was added manually as a standalone widget. In this mode it is not managed by the system tray, and originally click handling was not implemented, since the tray itself provides that behavior. To avoid this confusion, I’ve now updated the plasmoid: * click handling works even when added manually * the popup opens in both tray and standalone modes Regarding other points: * CLI behavior when disconnected The CLI communicates with the daemon via a one-way Unix socket and currently does not receive a response. The plasmoid, on the other hand, uses D-Bus and has full state awareness. I agree this can be improved and plan to address it. * Autocomplete Not implemented yet, noted as an improvement. * Conversation Awareness Available in the GUI. It was missing in the CLI before — now implemented, and usage is included in the CLI help output. Updated package: * Spec: https://raw.githubusercontent.com/Explor3Universe/LinuxPods/v1.0.2/linuxpods.spec * SRPM: https://github.com/Explor3Universe/LinuxPods/releases/download/v1.0.2/linuxpods-1.0.2-1.fc43.src.rpm * Copr build: https://copr.fedorainfracloud.org/coprs/explor3universe/linuxpods/build/10332586/ * Release: https://github.com/Explor3Universe/LinuxPods/releases/tag/v1.0.2 Thanks again for your feedback. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2456922 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202456922%23c18 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
