GitXplorerGitXplorer
t

libhandy-no-force-theme

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
612adf284e7898ae1f4cc73dcc6f174baa056e63

Fix installation path for XSession.d script

ttatokis committed a month ago
Verified
c811851ae066ca70f11dc93ff719f0618cbe3697

Initial commit

ttatokis committed a year ago

README

The README file for this repository.

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.