[feat] systray linux: unlink temp files as soon as they are in use
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.
- Resolves: #60 (closed)
Merge request reports
Activity
added 1 commit
- 34ed78a1 - [feat] systray linux: unlink temp files as soon as they are in use
mentioned in issue #78 (closed)
Please register or sign in to reply