Age | Commit message (Collapse) | Author |
|
Let's use a more structured folder system:
https://github.com/golang-standards/project-layout
- Resolves: #99
|
|
When there is a pid file from a previous crash, in some situations the
pid has being reused by the operative system for other processes.
Let's check that the exectuable name maches the name of the systray
binary.
- Resolves: #50
|
|
- Resolves: #43
|
|
Create a systray.pid file to check if another systray is in execution
and only one systray is allowed to be running.
- Resolves: #17
|