v1.19.0 #1484
Replies: 4 comments 2 replies
-
Auto reload of the running instance is not happening when saving an edited configuration file. My command line starts with "conky -dqbc ", and hasn't changed recently. |
Beta Was this translation helpful? Give feedback.
-
To clarify, auto restart does not work. It works in 11.18.3, but not 1.19.0. Since I used both versions with the same configuration file, I believe the failure to restart, by editing and saving the configuration file or issuing the recommended -SIGUSR1 command, is in the source code. I have searched online with no results, and now I ask for assistance. Am I the only one experiencing this bug? |
Beta Was this translation helpful? Give feedback.
-
I used the exact same compilation flags, and the same configuration file on both
versions, and on two separate computers. The auto restart only works on 1.18.3.
Are there any confg settings or command line options that have an effect on the
reload?
Using the -SIGUSR1 command kills the running process but doesn't start a new
one. Does that ring any bells for you?
Is the reload code visible in the source? I'm not a pro, but I'm open to any
suggestions.
John
…On Mon, 2023-04-10 at 14:59 -0700, Brenden Matthews wrote:
It's odd that it would work with 1.18.3 but not 1.19.0, the reloading code
hasn't changed much in years. Is it possible something else changed with your
config?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
1.19.1 also does not auto reload, using the same methods of testing on 18.3, 19.0, and 19.1. In comparing sources I noticed that 19.0 and 19.1 didn't show a conky.desktop file in the folder after uncompression of the zip file. I don't suppose that's significant? |
Beta Was this translation helpful? Give feedback.
-
What's Changed
🏕 Features
🐞 Bug fixes
👒 Dependencies
Full Changelog: v1.18.3...v1.19.0
This discussion was created from the release v1.19.0.
Beta Was this translation helpful? Give feedback.
All reactions