GithubHelp home page GithubHelp logo

pablos-here / nbiff Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 0.0 381 KB

An intentionally simple, extensible systray email notifier. Geared for Linux. Designed to work with any email client, currently supporting Thunderbird.

License: MIT License

Shell 78.16% Python 21.84%

nbiff's People

Contributors

pablos-here avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

nbiff's Issues

KDE support?

I have been trying to use nbiff with Plasma 6 Wayland and it seems to launch and count show the correct number of messages on KDE Plasma but when I close thunderbird nbiff closes as well.

Here is the error message I see in the terminal:
image

How to make this work properly? Thank you!

nbiff can't be killed gracefully

I was trying to mash up a shell script that runs nbiff when Thunderbird starts, and let nbiff exit when Thunderbird exits:

~/.nbiff/systray/Run_nbiff nbiff_qt5.py & pid1=$! && thunderbird; kill $pid1

This should ideally kill nbiff when thunderbird exits (as it works for most programs); however, the systray still hangs around.

So I have to kill the process group:

~/.nbiff/systray/Run_nbiff nbiff_qt5.py & pid1=$! && thunderbird; pkill -P $pid1

But I don't know if I'm missing some cleanup routine by doing so.

Would you please provide an easy way to kill nbiff gracefully, or to run/exit nbiff alongside Thunderbird instead of starting with the DE?

Troubleshooting Preview Changes link doesn't work

In Troubleshooting.md the "Preview Changes" link doesn't work at the start of the "Where to begin" section. (So I couldn't start, lol)

Installed in Linux Mint 20.2 Cinnamon with TB 78.14.0 and it doesn't work for me, hence looking at Troubleshooting.

Have been desperate for something like this for years.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.