Open ACR-Jeff opened 5 months ago
I am not much of a coder, Yet I know a few things, This looks like an issue here that maybe causing this? XCreatePixmap(display, window.window, window.geometry.width() + 1, window.geometry.height() + 1,
https://github.com/brndnmtthws/conky/compare/v1.21.1...main#diff-dc0e1a99e9a1c2c6d78ae6fc36bd394529ca076fc1ead87e81d23ed493edb540
Related to #1930, #1925
Related to #1930, #1925
Thank you for replying, I am not sure what this means, I read the following issues, Yet unsure if I have to modify my conky to fix this issue?
Not sure what to make of this yet. I'm pretty sure the same PRs referenced in #1930 are the cause, and I'd like to see whether fix for that will fix this, because it will affect this as well. I'm not sure why the images are affected though because I don't think I touched those.
I'll see whether changes I plan for fixing #1930 will fix this and I guess we'll go from there.
Ok, I reverted back to the previous version for the time being.
Can you try revert/dpi-changes
branch and let me know whether this is fixed?
git clone -b revert/dpi-changes git@github.com:brndnmtthws/conky.git test_conky
cmake -S test_conky -B test_conky/build
cmake --build test_conky/build
# run with
./test_conky/build/src/conky <options>
Can you try
revert/dpi-changes
branch and let me know whether this is fixed?git clone -b revert/dpi-changes git@github.com:brndnmtthws/conky.git test_conky cmake -S test_conky -B test_conky/build cmake --build test_conky/build # run with ./test_conky/build/src/conky <options>
I will have to get back to this in a bit, I do have a timeshift backup with version 1.21.1 that I can restore and test, I am at work at the moment.
What happened?
I am on Void Linux, I updated to version 1.21.1, What I have here is a popup calendar, Images were perfect prior to the update, Images are now larger then their original size or specified given size. If I have an image as 1 pixel in diameter it is very noticeable the size difference, If I have an image as a custom Horizontal bar at 1 pixel height, It is always larger. Code sample:
${image ~/.config/conky/conky-i3/images/H-Line-green.png -p 29,55 -s 225x1}
This should result in the image being only 255x1 pixel in height, Yet it results in a larger image, Which causes the conky to be all out of line, I am only noticing the 1 pixel because it's so obvious.Version
1.21.1
Which OS/distro are you seeing the problem on?
Linux (other)
Conky config
Stack trace
No response
Relevant log output
No response