Skip to content

ckb-next doesn't get added to tray #430

Answered by mobin-2008
omnigenous asked this question in Q&A
Discussion options

You must be logged in to vote

Hi.

You probably have an issue about dependency ordering. I think the problem is that the ckb-next --background is loaded before the desktop environment is actually boot up.

Looks like the expected way of running ckb-next --background is to running it as part of desktop environment autostart (ref).

You have these options:

  1. Modify the service to add a short period of time before launching the program (sleep $time).
  2. Use desktop environment autostart and bypass dinit
  3. Create a service which looks for an specific variable (such as $DISPLAY) for triggering something like desktop.target (Probably not useful because the DE may not be ready for system tray items at that time).
  4. Run dinit as a DE au…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mobin-2008
Comment options

Answer selected by omnigenous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #429 on January 08, 2025 14:39.