summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-09-07 21:20:02 +0200
committerKali Kaneko <kali@leap.se>2013-09-07 21:20:02 +0200
commitb90f6525b13657b6ed845c56d1b8f6a101ce8e33 (patch)
tree05434a8c40b6dc85f6a347b817a15f634b0229fe /docs
parentca6a4b9235ecda5465244f2ef71cb0bfc3dde765 (diff)
fix repo name in yet another place
Diffstat (limited to 'docs')
-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..5ae3871a 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/leap_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 &