From Fedora Project Wiki

No edit summary
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.
* 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}}
* 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}}).

Revision as of 14:14, 11 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

  • Clicking on the applet results in the error message "AttributeError: 'Menu' object has no attribute 'popup_for_device'" - a bug is filed for pygobject3: RHBZ #802107
  • 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 (RHBZ #804060) and python-slip (RHBZ #804061).