From 3f4978bf1cf8eac0fbe3faa2f07ad08872dbbb6b Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 4 Aug 2014 12:15:32 -0300 Subject: Update developer instructions. - Remove obsolete resolv-update instructions - Update polkit file name - Use generic `make` instead of just the resources one Closes #5887 --- docs/client/dev-environment.md | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/docs/client/dev-environment.md b/docs/client/dev-environment.md index eb78b3b..7ef8245 100644 --- a/docs/client/dev-environment.md +++ b/docs/client/dev-environment.md @@ -123,25 +123,14 @@ After this step, your Bitmask launcher will be located at `~/Virtualenvs/bitmask/bin/bitmask`, and it will be in the path as long as you have sourced your virtualenv. -Make resources --------------- +Compile Qt resources +-------------------- -We also need to compile the resource files:: +We also need to compile the resource files: - (bitmask)$ make resources - -You need to repeat this step each time you change a `.ui` file. - -Copy script files ------------------ - -The openvpn invocation expects some files to be in place. If you have not -installed `bitmask` from a debian package, you must copy these files manually -by now: - - $ sudo mkdir -p /etc/leap - $ sudo cp pkg/linux/resolv-update /etc/leap + (bitmask)$ make +Note: you need to repeat this step each time you change a `.ui` file. Running openvpn without root privileges --------------------------------------- @@ -156,7 +145,7 @@ least once it should have copied this file for you. If you *only* are running bitmask from inside a virtualenv, you will need to copy this file by hand: - $ sudo cp pkg/linux/polkit/net.openvpn.gui.leap.policy /usr/share/polkit-1/actions/ + $ sudo cp pkg/linux/polkit/se.leap.bitmask.policy /usr/share/polkit-1/actions/ Running! @@ -186,3 +175,5 @@ Commands so you can copy/paste: $ ./bootstrap_develop.sh init # use help parameter for more information This script allows you to get started, update and run the bitmask app with all its repositories. + +Note: you need to copy the polkit file manually. -- cgit v1.2.3