Skip to content

Instantly share code, notes, and snippets.

@luisuribe
Created April 9, 2011 16:37
Show Gist options
  • Select an option

  • Save luisuribe/911535 to your computer and use it in GitHub Desktop.

Select an option

Save luisuribe/911535 to your computer and use it in GitHub Desktop.
Install wiithon in Debian Lenny
# apt-get install bzr intltool imagemagick rar menu python-sexy python-sqlalchemy python-gtk2 python-glade2 gnome-icon-theme
# apt-get -t lenny-backports install libgtk2.0-0
# bzr branch http://bazaar.launchpad.net/~wii.sceners.linux/wiithon/1.0 wiithon
Modificar en el archivo gui.py - linea 80
self.uimgr.insert_action_group(actiongroup)
por
self.uimgr.insert_action_group(actiongroup, -1)
# make install_auto_and_fix
# gpasswd -a acme disk
# chmod 777 -R /root/.wiithon/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment