View Single Post
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#4
Do you have any Linux knowledge? I would like to ask you the following:

1. Install Leafpad (if you don't have this program in your system yet)
2. Open terminal
3. Type
Code:
root
to become superuser
4. Type
Code:
leafpad /usr/bin/msaber
to edit it and replace the first line
Originally Posted by original
#!/usr/bin/env python
with
Originally Posted by replacement
#!/usr/bin/env python2.5
5. Save the file (tap the top bar and select "Save").
6. Close Leafpad
7. Close terminal
8. Try to run msaber from shortcut in the menu

What's the result?