View Single Post
FRuMMaGe's Avatar
Posts: 330 | Thanked: 483 times | Joined on Dec 2010 @ Norwich, UK
#107
Originally Posted by Saturn View Post
Hi FRuMMaGe,

Nice work. Some comments, you might find them useful.

* On your shell scripts you start with: #!/bin/bash
try to change those into #!/bin/sh otherwise bash is one more dependency for your app.

* One way to remove the rootsh dependency from your code is to add the shell script to the sudoers list.

* for the qt dependencies it should be enough to get the following:
Code:
apt-get install python2.5 python2.5-qt4-gui python2.5-qt4-core python2.5-qt4-maemo5
Good continuation.

PS: if you need help with packaging send me a PM
Some packaging help would be awesome thanks. I'm just making some adjustments to it for now, taking into consideration your comments and the comments of others.

I am going to a party tomorrow but I will release a far more stable and fully featured version on saturday so I will pm you then and see what we can do about getting this in the repos.
__________________
OMNOM: Pacman-like game now in extras-devel

fAircrack (Aircrack GUI): Point-and-click pwnage for your N900
Now with John the Ripper integration