Skip to content

cafe-desktop/baul-extensions

Repository files navigation

Set of extensions for Baul, the CAFE file manager.

Debug
-----

In order to see baul debug messages, you need to set the BAUL_DEBUG env variable.
e.g.: $ BAUL_DEBUG=y baul

Notes
-----

To test baul-extensions with a custom baul build you need to specify the
baul-extension dir. e.g.:

$ ./configure --with-bauldir=/usr/local/lib/baul/extensions-2.0/ \
    --prefix=/usr/local