Skip to content

shimmerproject/Bluebird

Repository files navigation

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:

  • Satyajit Sahoo
  • Markus Klinga
  • Lawand

Bluebird was the default theme in Xubuntu 10.10.

The Bluebird desktop suite includes:

  • GTK+ themes
  • xfwm theme
  • metacity theme (by Oleg Olegovich)

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