Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aaronc81/stubappindicator

Stub out libappindicator on crashy things
https://github.com/aaronc81/stubappindicator

gtk gtk3

Last synced: 15 days ago
JSON representation

Stub out libappindicator on crashy things

Awesome Lists containing this project

README

        

# stubappindicator
This is a libappindicator stub designed to be loaded instead of the real
libappindicator. This means that...

1. Apps which crash because of libappindicator, like Slack and Discord, shouldn't anymore...
2. ...but they also won't have a tray icon

## Usage
First, build it (Makefiles are overrated):

```
./build.sh
```

Then run your crashing application with the generated `libappindicator.so`
in `LD_PRELOAD`:

```
LD_PRELOAD=$(pwd)/libappindicator.so discord
```