blob: 26d8cf7f6f0c7c8117391864c38365b98bae7d21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Ayatana Settings
### Info
Ayatana Settings allows you to configure all your Ayatana system indicators.
### Build dependencies <sup>[1]</sup>
- python-polib <sup>[2]</sup>
- python-setuptools <sup>[2]</sup>
### Runtime dependencies <sup>[1]</sup>
- gtk3
- gobject-introspection
- python-psutil <sup>[2]</sup>
### Installation <sup>[2]</sup>
git clone https://github.com/AyatanaIndicators/ayatana-settings.git
cd ayatana-settings
python setup.py build
sudo python setup.py install --root=/ --optimize=1
[1] The package names may slightly vary among various Linux flavours
[2] Make sure "python" refers to Python 3 (e.g. python in Arch, python3 in Debian)
|