summaryrefslogtreecommitdiff
path: root/vendor
AgeCommit message (Collapse)Author
2018-10-25[feat] store temporary icons in /var/tmpRuben Pollan
- Resolves: #26
2018-10-25[bug] let's not delete the icons until they are not used anymoreRuben Pollan
2018-10-10[feat] systray linux: unlink temp files as soon as they are in useRuben Pollan
Stop generating one file in /tmp for each icon change. Let's move the clean up to the set icon instead of waiting for the quit clean up. Unlink will remove the file from /tmp, but app_indicator will hold a descriptor until it finishes with it. This is a cherry-pick from a pull-request upstream: https://github.com/getlantern/systray/pull/63 - Resolves: #60
2018-09-26[pkg] vendor getlantern/systraykali
this is a workaround for riseup_vpn#28