From Fedora Project Wiki

 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=Description=
=Description=


This is the test case to check if firewall-applet is working.
This is the test case to check if ''firewall-applet'' is working.
 
=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: {{bz|802107}}
* The tooltip of the applet only reports interfaces and not NM connections. This is due to a bug in NetworkManager: {{bz|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 ({{bz|804060}}) and python-slip ({{bz|804061}}).


=How to test=
=How to test=


=== 1. Start firewall-applet ===
  firewall-applet &


  firewall-applet &
The applet should show the list of active zones with interfaces if the mouse is placed of ther applet.


The applet should show the list of active zones with interfaces if the mouse is placed of ther applet. The connections are not shown at the moment because of the bug 2 above.
If you are using gnome, you have to move your mouse to the lower right corner to see the applet.


Also the menu by clicking with the right mouse button is not available due to the bug 1 listed above
=Known bugs and limitations=


If you are using gnome, you have to move your mouse to the lower right corner to see the applet.
* The applet does not reflect zone changes for connections, if they are set to public.

Latest revision as of 10:35, 12 December 2012

Description

This is the test case to check if firewall-applet is working.

How to test

 firewall-applet &

The applet should show the list of active zones with interfaces if the mouse is placed of ther applet.

If you are using gnome, you have to move your mouse to the lower right corner to see the applet.

Known bugs and limitations

  • The applet does not reflect zone changes for connections, if they are set to public.