https://bugs.kde.org/show_bug.cgi?id=461726
--- Comment #5 from thebluequa...@mailo.com --- (In reply to Lucas Biaggi from comment #4) > I really don't know because I don't use Neon, but you could start the > firewall module from CLI with "kcmshell5 kcm_firewall" to see what is > happening. I still believe something is not right, as we just read info from > ufw to fill that dropdown. Thank you. I ran the Plasma Firewall from the terminal with the command you gave, and I pasted the output below. There is also a debug message in there. here is the terminal output: kcmshell5 kcm_firewall ufw.client: Ufw is loaded? true qml: services available: [] QQmlExpression: Expression file:///usr/share/kpackage/kcms/kcm_firewall/contents/ui/About.qml:22:13 depends on non-NOTIFYable properties: FirewallClient::name QQmlExpression: Expression file:///usr/share/kpackage/kcms/kcm_firewall/contents/ui/SimpleRuleEdit.qml:39:9 depends on non-NOTIFYable properties: FirewallClient::name QQmlExpression: Expression file:///usr/share/kpackage/kcms/kcm_firewall/contents/ui/SimpleRuleEdit.qml:34:9 depends on non-NOTIFYable properties: FirewallClient::name QQmlExpression: Expression file:///usr/share/kpackage/kcms/kcm_firewall/contents/ui/SimpleRuleEdit.qml:22:9 depends on non-NOTIFYable properties: FirewallClient::name ufw.client: Status query starting ufw.client: Starting the Status Query file:///usr/share/kpackage/kcms/kcm_firewall/contents/ui/main.qml:139:13: QML ColumnLayout: Cannot anchor to an item that isn't a parent or sibling. Debug message from helper: Command /usr/lib/x86_64-linux-gnu/libexec/kde_ufw_plugin_helper.py ("--status", "--defaults", "--list", "--modules") "<?xml version=\"1.0\" encoding=\"UTF-8\"?><ufw><status enabled=\"true\" /><defaults incoming=\"deny\" outgoing=\"allow\" loglevel=\"low\" ipv6=\"yes\" /><rules><rule position=\"0\" action=\"allow\" direction=\"in\" dapp=\"\" sapp=\"\" dport=\"1714:1764\" sport=\"any\" protocol=\"udp\" dst=\"0.0.0.0/0\" src=\"192.168.1.0/24\" interface_in=\"\" interface_out=\"\" v6=\"False\" logtype=\"\" /><rule position=\"0\" action=\"allow\" direction=\"in\" dapp=\"\" sapp=\"\" dport=\"1714:1764\" sport=\"any\" protocol=\"tcp\" dst=\"0.0.0.0/0\" src=\"192.168.1.0/24\" interface_in=\"\" interface_out=\"\" v6=\"False\" logtype=\"\" /><rule position=\"0\" action=\"allow\" direction=\"in\" dapp=\"Samba\" sapp=\"\" dport=\"137,138\" sport=\"any\" protocol=\"udp\" dst=\"0.0.0.0/0\" src=\"192.168.0.0/16\" interface_in=\"\" interface_out=\"\" v6=\"False\" logtype=\"\" /></rules><modules enabled=\"\" /></ufw>\n" ufw.client: Status Query finished, setting the profile ufw.client: Profile Received, Setting the profile on the model Profile on the model received. enabled? true ufw.client: Setting the known applications to () qml: services available: [] Hope this is useful. Please let me know if there are any other commands I could run or other things to try, to generate more information and post the results. -- You are receiving this mail because: You are watching all bug changes.