An open API service indexing awesome lists of open source software.

https://github.com/l3ib/nitrogen

Background browser and setter for X windows.
https://github.com/l3ib/nitrogen

Last synced: 26 days ago
JSON representation

Background browser and setter for X windows.

Awesome Lists containing this project

README

        

NITROGEN

WEBPAGE: http://projects.l3ib.org/nitrogen/

REQUIREMENTS:
GTKMM 2.10
GTK 2.10

BUILDING:

autoreconf -fi
./configure
make
make install (as root or a user with proper permissions)

The binary is called, amazingly enough, "nitrogen".

NOTE: If the "CXXFLAGS" env var is not set at ./configure time, autotools
will gladly insert "-g -O2" in them. "-g" will inflate the size of
the nitrogen binary to nearly 2mb, so consider using:
CXXFLAGS="-O2" ./configure

PACKAGERS: Make sure you set CXXFLAGS to an appropriate value for
the target system. For instance, CXXFLAGS=" -std=c++11" if using
gcc 5.x.

NOTE: If you want to install translations locally, you'll need to invoke
`make dist` to build the .gmo files before `make install`. No, I
don't know why.

USAGE:
See the man page. It *might* be up to date.

CONTACT:
If you want to tell us about the many bugs that we have, drop by #l3ib on
irc.freenode.net, and talk to mz4 or jvd.

LICENSE:
Nitrogen is licensed under the GPL. See COPYING.
Icons are licensed under a Creative Commons Attribution-Share Alike license.

See http://creativecommons.org/licenses/by-sa/3.0