This isn't really made clear. It does mention that you can build it yourself using make, here are the commands:
git clone https://github.com/vmonaco/kloak.git
However, now it can only be run manually like this:
To run it automatically you will have to add the kloak command as a startup application, and make it run in terminal so that you can enter a command (instead of using run in terminal with sudo you can use pkexec instead however this makes it more difficult to end kloak from running).
If you are using gnome desktop, here are some detailed instructions. It will be diffirent for different desktop environments.
- Open the application called "Main Menu" (by pressing super key and searching for it).
- On the left hand side click on "Other".
- Then click on "New Item" on the right hand side.
- Call the application "Kloak". Give it whatever icon you want.
- Open a file manager, and find the "kloak" folder that you cloned from github. If you followed my instructions, it should be in your home directory.
- In the kloak folder there will be a file called "kloak" with no file extensions
- Right click and copy.
- Go back to the "Main Menu" application.
- In the "Command" box, type
sudo, press space, and then paste what you have copied.
- This should now have a functional command that opens kloak. For example, here is how it could look:
sudo /home/user/kloak/kloak
The user part of the filepath is different based on your username.
- Check the Launch in Terminal option. Otherwise you won't be able to enter your password and make this program work. Also, if it isn't launched in terminal, it is more difficult to stop kloak once it has started running.
- Press "OK" once you have correctly entered the command, name and checked the "launch in terminal" box.
- Make sure you have "Gnome Tweaks" installed. In some distributions it is pre-installed, in others it isn't. You should be able to find it in your software center.
- Open Gnome Tweaks
- Go to the Section called "Startup Applications"
- Click the plus icon
- Find the "kloak" application that you have just created, and add it to the list of startup applications.
- Kloak will now run when you startup your device. Make sure to enter your password into the terminal window that pops up, otherwise it won't run.
- You can also run kloak from the applications menu in gnome.
This isn't really made clear. It does mention that you can build it yourself using make, here are the commands:
However, now it can only be run manually like this:
To run it automatically you will have to add the kloak command as a startup application, and make it run in terminal so that you can enter a command (instead of using run in terminal with
sudoyou can usepkexecinstead however this makes it more difficult to end kloak from running).If you are using gnome desktop, here are some detailed instructions. It will be diffirent for different desktop environments.
sudo, press space, and then paste what you have copied.The
userpart of the filepath is different based on your username.