Home

Awesome

budgie-indicator-applet

AppIndicator applet for budgie-desktop.

Help required to resolve the TODO and ENHANCEMENTS lists

To compile:

sudo apt install git libtool dpkg-dev intltool libtool libgtk-3-dev libido3-0.1-dev libindicator3-dev libpeas-dev budgie-core-dev


git clone https://github.com/ubuntubudgie/budgie-indicator-applet
cd budgie-indicator-applet
./autogen.sh --prefix=/usr --libdir=/usr/lib
make
sudo make install

To run: install the recommended packages

sudo apt install gir1.2-appindicator3-0.1

budgie-panel --replace &

Use Raven to add the applet to the panel.

TODO

Enhancements

Tips for Development

Use the following to run GTK Inspector - use to investigate CSS and other properties

 GTK_DEBUG=interactive budgie-panel --replace
 

Use the following to print out g_debug messages

 G_MESSAGES_DEBUG=Indicator-Applet-DEBUG budgie-panel --replace