How to disable firewall-applet

I don’t mind having firewalld, but how can I disable/hide that firewall-applet? It’s ugly…

found it in /etc/xdg/autostart if I delete it, will I have to delete it again after a package update?

Just comment out the exec line and then:

sudo chattr +i /etc/xdg/autostart/name-of-desktop.desktop

It makes it “immutable”, nothing can affect it. Change +i to -i to reverse. You will get an error message on update, but it will still update.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.