Noeon / fern-wifi-cracker

Automatically exported from code.google.com/p/fern-wifi-cracker
0 stars 0 forks source link

Fern Icon doesn't start #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.When i run the program from the icon it appears in the bottom screen just for 
few seconds, then it disappears
2. I have no problem with the program if i run it from the konsole
3.

What is the expected output? What do you see instead?
start Fern from the icon, but it doesn't start

What version of the product are you using? On what operating system?
Fern-wifi-cracker_1.6_all_deb on Kubuntu 12.04 LTS

Please provide any additional information below.
I would like to know if i can fix that problem, but I repeat no problem with it 
trough konsole, it works fine, just the icon doesn't launch the program.

Original issue reported on code.google.com by antoniom...@gmail.com on 21 Apr 2013 at 11:41

GoogleCodeExporter commented 9 years ago
For any of the *buntus, you're going to have to edit the desktop file. From a 
terminal window, I typed 'sudo gedit 
/usr/applications/Fern_Wifi_Cracker.desktop'. After the window pops up, locate 
the 'Exec=' line and edit it to look like this: 'Exec=gksudo python 
/opt/Fern-Wifi-Cracker/execute.py'. Save and Run. Enjoy!

Original comment by Mr.HotJ...@gmail.com on 27 Jul 2013 at 12:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Great ! That worked for me. There is a small correction in the path of the file.

sudo gedit /usr/share/applications/Fern_Wifi_Cracker.desktop

Follow the rest of the steps that the user above suggested.
locate the 'Exec=' line and change it to 
Exec=gksudo python /opt/Fern-Wifi-Cracker/execute.py

Thanks !

Original comment by vibinpan...@gmail.com on 8 Aug 2013 at 11:04