shimmerproject / Bluebird

Desktop Suite for Xfce
Other
63 stars 14 forks source link

Bluebird

Desktop Suite for Xfce

URL: http://shimmerproject.org/our-projects/bluebird/

Copyright 2009–2012 Pasi Lallinaho, Simon Steinbeiß

Bluebird is dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later.

Contributors:

Bluebird was the default theme in Xubuntu 10.10.

The Bluebird desktop suite includes:

The Gtk+3 theme uses the builtin engine and consequently has no dependencies.

Build dependencies

Debian or Ubuntu:

sudo apt install autoconf libgdk-pixbuf2.0-dev librsvg2-dev sassc

Fedora:

dnf install gdk-pixbuf2-devel librsvg2-devel sassc

Install without admin privileges

./autogen.sh --prefix=$HOME/.local
make
make install

Install for all users

./autogen.sh
make
sudo make install