Created
April 9, 2011 16:37
-
-
Save luisuribe/911535 to your computer and use it in GitHub Desktop.
Install wiithon in Debian Lenny
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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