Skip to content

tatokis/libhandy-no-force-theme

Repository files navigation

libhandy-no-force-theme

A library that can be LD_PRELOADed to prevent an application built with libhandy from forcing a specific theme.

before after

Usage for individual applications

LD_PRELOAD=libhandy-no-force-theme.so.0 eog

System-wide installation

To install globally, make sure that cmake is called with the correct prefix set as follows:

cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
sudo make install

If the library is installed in /usr/local then every time sudo is called, it will throw a warning about not being able to load it as 51libhandy-no-force-theme will attempt to LD_PRELOAD it to every application.

About

Prevent an application built with libhandy from forcing a specific theme.

Topics

Resources

License

Stars

Watchers

Forks