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

https://github.com/probonopd/appwrapper

Execute a binary on Linux and show a desktop notification in case of errors
https://github.com/probonopd/appwrapper

application-launcher errors go golang linux

Last synced: 8 months ago
JSON representation

Execute a binary on Linux and show a desktop notification in case of errors

Awesome Lists containing this project

README

          

# appwrapper

Execute a binary on Linux and show a desktop notification in case of errors

![](https://user-images.githubusercontent.com/2480569/68097212-9985f080-fead-11e9-9c9c-534b5de06aa7.png)

## Usage

Just prepend `appwrapper` when invoking an application:

```
appwrapper ./Atom-1.5.3-x86_64.AppImage
```

This is mainly inteded for wrapping applications that are launched by graphical user interfaces.

## Credits

Inspired by Haiku OS

![](https://user-images.githubusercontent.com/2480569/61177311-aa8ab900-a5c1-11e9-8130-804d01ec37a2.png)