yafp / ttth

ttth (talk to the hand) is an electron based desktop app for online services like WhatsApp, Threema, Telegram, Twitter, Google and several others.
GNU General Public License v3.0
123 stars 25 forks source link

Add support for app BadgeCount #152

Closed yafp closed 4 years ago

yafp commented 4 years ago

electron offers the option to set the badge count of an application using

app.setBadgeCount()

This is supposed to work on

yafp commented 4 years ago

seems to work almost out of the box for macOS, but not on Linux using XFCE (as it is supposed to work only using UnityLauncher).

yafp commented 4 years ago

Regarding linux

https://github.com/signalapp/Signal-Desktop/issues/3387

I tried adding

"desktopName": "ttth.desktop",

to package.json. Lets hope that helps.