[Bug 553210] Review Request: nanny - Parental Control

bugzilla at redhat.com bugzilla at redhat.com
Wed Feb 24 15:01:41 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=553210

--- Comment #3 from Matthias Clasen <mclasen at redhat.com> 2010-02-24 10:01:35 EST ---
There is a new release out. I got the UI to work by 

changing 

               widget_name = content.get_name ()

in /usr/lib/python-2.6/site-packages/nanny/client/common/Utils.py

to

               widget_name = gtk.Buildable.get_name (content)

After that, the various UIs come up, and the daemon can be started with

sudo /usr/bin/twistd --uid root --gid root -r glib2 -n -y
/usr/share/nanny/daemon/nanny.tap

However, I haven't seen it do anything. Ie forbidding myself web access didn't
have any consequences, as far as using my web brower...

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list