StickFace
An awesome desktop sticky widget which follows you everywhere. Written in C and built with GTK for GNOME and Unity desktop environments. Well tested under Ubuntu.
This is obsolete Version . Catch The Stable Release
Requirements
- Linux
- GCC
- Gtk-Bundle
Install dependencies
Ubuntu
sudo apt-get install gcc libgtk-3-devCompiling from source
mkdir -p bin/; gcc src.c $(pkg-config --cflags --libs gtk+-3.0) -o bin/stickyFeatures
- StickFace's special feature is to follow you around your workspace until you give it the command "Go To Desktop"
- Click on "Follow Me" again toggles StickFace to follow you around the screen
- Click on "Add New" creates a New Stick Screen for a second note
Usage
- data_file_1.stick (is the database file and is responsible for holding the database for StickFace)
- Run the executable:
bin/sticky
Contributing
I'll try to merge every pull request that I receive.
Bugs and Errors
There are a few bugs in StickFace. It is not stable for daily use yet. Help me fix them!
- Every time StickFace loads data from the data file, four extra StickFace interfaces comes into the run-time stack
- Database update module not ready
- Glitches not fixed
- Some times it becomes annoying (UX problem)


