Posted by: tqk_ac
« on: February 17, 2019, 03:15:02 PM »Quote
But as i have gone through the other options in the GUI it seems you also have hardcoded paths for the other available selections. This is my terminal output if i select any of the options available to me in the gui.
Code: [Select]
root@Chromecast:/opt/aircrackgui/aircrack-ng-gui# python3 aircrack-ng-gui.py
aircrack-ng-gui.py:17: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
self.add(Gtk.Label(data))
This is a label related error, it shouldn't have affected functionality, it's fixed and shouldn't show up in the most recent push to the repo.
Quote
The interface does indeed load upon start but clicking (airmon-ng) and then trying to click on any of the buttons to (start NetworkManager.service) or (stop NetworkManager.service) yields this in terminal:
Code: [Select]
/bin/sh: 1: gksudo: not found
I'm not sure why this is happening, but I couldn't reproduce it. I guess it has to do with the gksudo command that I put for early stage debugging. Replaced it with sudo, try to see if it will work.
Thanks a lot for the input, will update the instructions as well.
EDIT: I have added an installation method, haven't tried it on other machines yet, planning to do by the next weekend, so it could be buggy, feedback on it would help!