raginggoblin / indicator-systemtray-unity

Indicator Systemtray Unity is an indicator for the Unity panel which shows the system tray.

Home Page:https://launchpad.net/~fixnix/+archive/ubuntu/indicator-systemtray-unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System tray indicator for Unity

Usage

sudo apt-get install build-essential libgtk-3-dev libindicator3-dev git-core
git clone https://github.com/GGleb/indicator-systemtray-unity.git
cd indicator-systemtray-unity
make
sudo make install

re-login

Deb

sudo apt-get install fakeroot dpkg-dev

delete line ( glib-compile-schemas $(DESTDIR)/usr/share/glib-2.0/schemas/ ) in Makefile

dpkg-buildpackage -rfakeroot -b

PPA

sudo apt-add-repository ppa:fixnix/indicator-systemtray-unity
sudo apt-get update
sudo apt-get install indicator-systemtray-unity

To remove this package (with its configuration files!!!):

sudo apt-get --purge remove indicator-systemtray-unity

Settings

To change the mode position: press the middle mouse button on the indicator. The horizontal position can be changed: scrolling the mouse over the indicator.

Settings can be changed in gsettings:/net/launchpad/indicator/systemtray (use dconf-editor).

Credits

Contributors:

About

Indicator Systemtray Unity is an indicator for the Unity panel which shows the system tray.

https://launchpad.net/~fixnix/+archive/ubuntu/indicator-systemtray-unity


Languages

Language:C 98.3%Language:Makefile 1.3%Language:Shell 0.4%