From Fedora Project Wiki

mNo edit summary
Line 5: Line 5:
=Known bugs and limitations=
=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
* 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: https://bugzilla.redhat.com/show_bug.cgi?id=802536
* 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 (https://bugzilla.redhat.com/show_bug.cgi?id=804060) and python-slip (https://bugzilla.redhat.com/show_bug.cgi?id=804061).
* 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=

Revision as of 15:09, 16 March 2012

Description

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: RHBZ #802107
  • The tooltip of the applet only reports interfaces and not NM connections. This is due to a bug in NetworkManager: RHBZ #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 (RHBZ #804060) and python-slip (RHBZ #804061).

How to test

1. Start firewall-applet

 firewall-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.

Also the menu by clicking with the right mouse button is not available due to the bug 1 listed above