-
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
Describe the bug
https://github.com/ckb-next/ckb-next
ckb-next 0.6.0
Dinit version 0.19.1.
When starting ckb-next --background with dinit service, ckb-next is not added to tray, I noticed extra line in logs:
KStatusNotifierWatcher not reachable
ckb-next haven't got an updates in over a year ago but this issue only started happening since around a month or less (don't remember exactly). I think dinit is at fault here.
ckb-next-daemon (required for ckb-next, need to be run as root):
type = process
command = /usr/bin/ckb-next-daemon
restart = true
log-type = bufferckb-next.service (this causing issue):
type = process
command = /usr/bin/ckb-next --background
restart = trueExpected behavior
Add tray item same way it does when run manually in terminal
Metadata
Metadata
Assignees
Labels
No labels