diff --git a/README.md b/README.md
index 94b3d59da81f5901de1c50e76bba03c62d9a8548..c12c4e2281f52fd452d8a9ef663a5857656a4c38 100644
--- a/README.md
+++ b/README.md
@@ -120,3 +120,13 @@ A [development tutorial](doc/fr/development_tutorial-01.md) (in French) is also
 ## License
 
 This software is distributed under [GNU GPLv3](https://raw.github.com/duniter/cesium/master/LICENSE).
+
+## Troubleshooting
+
+#### I'm having errors on Ubuntu/Debian (desktop version)
+
+Install these dependencies:
+
+```
+sudo apt-get install -y libgconf-2-4
+```
\ No newline at end of file