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 <[email protected]> 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.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to