summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-09-24 17:07:36 -0400
committerKali Kaneko <kali@leap.se>2013-09-24 17:07:36 -0400
commit15adf95beb11cd87d5acdde65c4e3e0b1c9f4446 (patch)
treeb3e0837ebe24b63a5773a2bc11d94ce261799fb2 /docs/dev
parent93372c3640cf2dea0677ad22ffebb0b793e2d512 (diff)
parent1f0f8efc4cb985c082b3b8fe7b3dc45aed047a47 (diff)
Merge tag '0.3.3' into debian-0.3.3
Tag leap.bitmask version 0.3.3
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/environment.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/dev/environment.rst b/docs/dev/environment.rst
index 7ce536f9..e942b1cb 100644
--- a/docs/dev/environment.rst
+++ b/docs/dev/environment.rst
@@ -13,9 +13,11 @@ Cloning the repo
::
- git clone git://leap.se/bitmask
+ git clone git://leap.se/bitmask_client
git checkout develop
+.. XXX change this when repo changes.
+
Base Dependencies
------------------
Bitmask depends on these libraries:
@@ -121,6 +123,10 @@ If you *only* are running bitmask from inside a virtualenv, you will need to cop
Missing Authentication agent
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-If you are running a desktop other than gnome or unity, you might get an error saying that you are not running the authentication agent. You can launch it like this::
+If you are using linux and running a desktop other than unity or gnome, you might get an error saying that you are not running the authentication agent. For systems with gnome libraries installed you can launch it like this::
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
+
+or if you are a kde user::
+
+ /usr/lib/kde4/libexec/polkit-kde-authentication-agent-1 &