Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running conky in background (daemonized) causes config not to load #32

Open
npyl opened this issue Jul 20, 2018 · 4 comments
Open

Running conky in background (daemonized) causes config not to load #32

npyl opened this issue Jul 20, 2018 · 4 comments
Assignees
Labels

Comments

@npyl
Copy link
Member

npyl commented Jul 20, 2018

Changing to background = false seems to almost always fix the problem.

@npyl npyl added the bug label Jul 20, 2018
@npyl npyl self-assigned this Jul 20, 2018
@TheFatDemon
Copy link

How are you daemonizing conky? I've just used launchd to control starting and stopping Conky.

@npyl
Copy link
Member Author

npyl commented Aug 7, 2018

With the command conky -d or by writting backround = true in a config.

@TheFatDemon
Copy link

https://pastebin.com/k9n9NiE6

I threw this in ~/Library/LaunchAgents/co.ted.mario.conky.plist

Activated with launchctl load ~/Library/LaunchAgents/co.ted.mario.conky.plist

It'll launch Conky as if you just ran conky in the Terminal.

Turn it off with launchctl unload ~/Library/LaunchAgents/co.ted.mario.conky.plist

Doing all that will make it run when you log in.

@npyl
Copy link
Member Author

npyl commented Aug 8, 2018

Thank you for the info. That works for me too, but the problem is that using the backround = true in a conky config along with some other options - (I suspect) - causes conky to not show up correctly.

Also, the term daemonized doesn't really mean launched by launchd as a daemon but forked in background.

EDIT: For more painless conky management checkout Manage Conky.

It supports cmthemes, widget control, installing and uninstalling conky and last but not least supports painless launching at startup 😝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants