SUMMARY Please make a firewall rule for the KDE connect application. STEPS TO REPRODUCE 1. Open system settings 2. go to Wi-Fi & Internet 3. Enter the Firewall tab 4. Click on Add Rule... 5. Click on the drop down next to Application: OBSERVED RESULT There is no KDE connect application firewall rule. EXPECTED RESULT There is a KDE connect firewall rule. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux KDE Plasma Version: 6.2.5 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.1
What firewall backend are you using? Ufw or firewalld?
FWIW I see an entry for "kdeconnect" with the firewalld backend.
I believe this is because firewalld's source code contains an entry for KDE Connect [1] while ufw's source code does not. [2] plasma-firewall does not have its own set of rules and the available rule presets are provided by the backend used. [1] https://github.com/firewalld/firewalld/blob/main/config/services/kdeconnect.xml [2] https://git.launchpad.net/ufw/tree/profiles
(In reply to Nate Graham from comment #1) > What firewall backend are you using? Ufw or firewalld? I'm using UFW as the firewall backend.