/

Troubleshooting

A few common problems and their solutions are listed below.
If you run into a problem that is not listed here you can also contact us at feedback (at) gitblade.com or in our Twitter/Facebook pages.

The problem is that GitBlade's dependencies gconf and libxss are not installed.
In different Linux distributions they have different suffixes, so you may need to check how exactly are they called in your OS.

Here are some examples:

Ubuntu / Mint:
sudo apt install libgconf2-4
Arch Linux:
sudo pacman -S gconf

The problem is that GitBlade's dependencies gconf and libxss are not installed.
In different Linux distributions they have different suffixes, so you may need to check how exactly are they called in your OS.

Here are some examples:

Ubuntu / Mint:
sudo apt install libxss1
Arch Linux:
sudo pacman -S libxss