From Fedora Project Wiki
Description
This is the test case to check if firewall-applet is working.
There is known bug and a limitiation with firewall-applet:
Known bugs and limitations
- Clicking on the applet results in the error message "AttributeError: 'Menu' object has no attribute 'popup_for_device'" - a bug is filed for pygobject3: https://bugzilla.redhat.com/show_bug.cgi?id=802107
- The tooltip of the applet only reports interfaces and not NM connections. This is due to a bug in NetworkManager: https://bugzilla.redhat.com/show_bug.cgi?id=802536
- There ia a warning about gobject, This can be ignored and is a result of mixing projects using old and new ways to use gobject. There is no impact on the application so far. A bug has been filed for pygobject3 (https://bugzilla.redhat.com/show_bug.cgi?id=804060) and python-slip (https://bugzilla.redhat.com/show_bug.cgi?id=804061).
How to test
1. Start firewall-applet
firewall-applet &
The applet should show the list of active zones with interfaces. The connections are not show at the moment because of the bug 2 above.
Also the menu by clicking with the right mouse button is not available due to the bug 1 listed above