blob: 5c4478b2f6033d00937b37b5e14838049173b754 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
## Ayatana Settings
####Info
Ayatana Settings allows you to configure all your Ayatana system indicators.
####Build dependencies ^[1]^
- python-polib
- python-setuptools
####Runtime dependencies ^[1]^
- gtk3
- gobject-introspection
- python-psutil
[1] The package names may slightly vary among various Linux flavours
####Installation
git clone https://github.com/AyatanaIndicators/ayatana-settings.git
cd ayatana-settings
python setup.py build
sudo python setup.py install --root=/ --optimize=1
|