Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hychen/gnome-nanny
https://github.com/hychen/gnome-nanny
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hychen/gnome-nanny
- Owner: hychen
- License: gpl-2.0
- Created: 2011-03-14T08:00:47.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-15T00:38:59.000Z (almost 14 years ago)
- Last Synced: 2024-11-08T08:49:18.371Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.64 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
GNOME-NANNY
===========Gnome-Nanny is a parental control system designed for the Gnome Desktop
Compile in developer mode
-------------------------./autogen.sh --prefix=/usr --sysconfdir=/etc --with-init-scripts=debian
-> [If there isn't autogen.sh try ./configure instead]make
make install or sudo make installYou can change debian,redhat, suse, mandriva or another one distro supported.
If you don't use the init-scripts flag, the init scripts will not be installed.Gnome-Nanny currently requires:
- python2.4 >= 2.6
- glib-2.0 >= 2.16.0
- gobject-2.0 >= 2.12.0
- gio-2.0 >= 2.16.0
- gtk+-2.0 >= 2.17.4
- gdk-2.0 >= 2.14.0
- gnome-desktop-2.0 >= 2.26.0
- gconf-2.0 >= 2.16.0
- dbus-1
- dbus-glib-1
- glade
- twisted
- python-imaging
- python-hachoir-regex >= 1.0
- gtop
- pango
- cairoThe official website is:
http://projects.gnome.org/nannyCompile in developer mode for win32
-----------------------------------./autogen.sh --prefix=/win32_shared_folder --sysconfdir=/win32_shared_folder/etc --enable-win32
make
make installWhere /win32_shared_folder is a folder shared with you win32 system.
Then, you have to create a bundle with build_py2exe.py script.
After that you can use NSIS to package all stuff