sneetsher / mysystemindicator_minimum

Minimum template for Ubuntu/Unity SYSTEM indicator c-based extracted from Unity source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysystemindicator_minimum

Required Libs:

libgio-2.0

    sudo apt-get install libglib-2.0-dev

Compile

    ./compile.sh

Install

    sudo ./install.sh

Test

- Logout, it should show up in greeter screen
- Login,  here too in regular unity user session
- Lock, here too in lightdm lock screen

Uninstall

    sudo ./uninstall.sh

About

Minimum template for Ubuntu/Unity SYSTEM indicator c-based extracted from Unity source code


Languages

Language:C 80.2%Language:Shell 19.8%