View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#110
Originally Posted by FRuMMaGe View Post
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.
My moto is: no releases after a party
Have fun..

Some more comments:

In the Main.py change the first line to:
Code:
#!/usr/bin/env python2.5
then you can get rid off the launch.sh script
and replace the faircrack.desktop file with:
Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.0.0
Name=fAirCrack
Comment=An Aircrack GUI
Terminal=true
Type=application
Exec=/home/user/MyDocs/FAS/Main.py 
Icon=faircrack
X-Icon-path=/usr/share/icons
X-Window-Icon=faircrack 
X-HildonDesk-ShowInToolbar=true
Type=Application
X-Osso-Type=application/x-executable
 

The Following User Says Thank You to Saturn For This Useful Post: