I installed (at least I think it successfully installed) ProxyChains GUI on Kubuntu 10.04. I can't find an icon to launch it anywhere. How do I launch it once it is installed?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can find an executable file in a folder with source codes after compilation. For example:
$ tar xzvf ProxyChainsGUI_1.4.tar.gz
$ cd ProxyChainsGUI_1.4
# qmake-qt4 PREFIX=/root/to/install proxychainsgui.pro (by default PREFIX is /usr/local)
# make
$ ./src/ProxyChainsGUI
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed (at least I think it successfully installed) ProxyChains GUI on Kubuntu 10.04. I can't find an icon to launch it anywhere. How do I launch it once it is installed?
Hi!
You can find an executable file in a folder with source codes after compilation. For example:
$ tar xzvf ProxyChainsGUI_1.4.tar.gz
$ cd ProxyChainsGUI_1.4
# qmake-qt4 PREFIX=/root/to/install proxychainsgui.pro (by default PREFIX is /usr/local)
# make
$ ./src/ProxyChainsGUI