Closed TarjaTS closed 6 months ago
Got the same error with conky 1.18.1 (all perfect with conky 1.17.0).
with conky 1.17.0: conky: desktop window (291) is root window conky: drawing to desktop window conky: drawing to double buffer
with conky 1.18.1: conky: desktop window (291) is root window conky: drawing to desktop window conky: X Error: type 0 Display 55757470b910 XID 657 serial 272 error_code 10 request_code 2 minor_code 0 other Display: 55757470b910 zsh: IOT instruction (core dumped) conky
I am running Arch, Xfce on Openbox, proprietary Nvidia 470 driver from AUR. I run conky on the root window (obvious from messages above).
excerpt of gdb trace below, after it installed the debuginfo packages
conky: desktop window (291) is root window conky: drawing to desktop window conky: X Error: type 0 Display 5555557ab910 XID 657 serial 737 error_code 10 request_code 2 minor_code 0 other Display: 5555557ab910
Program received signal SIGABRT, Aborted.
__pthread_kill_implementation (threadid=
at /usr/src/debug/libx11/libX11-1.8.4/src/xcb_io.c:403
first_error=0x7fffffffde8c) at /usr/src/debug/libx11/libX11-1.8.4/src/QuExt.c:53
at /usr/src/debug/libx11/libX11-1.8.4/src/InitExt.c:47
hooks=hooks@entry=0x7ffff7dc50a0 <dbe_extension_hooks>, nevents=nevents@entry=0, data=data@entry=0x0) at /build/libxext/src/libXext-1.3.5/src/extutil.c:107
at /build/libxext/src/libXext-1.3.5/src/Xdbe.c:124
(gdb)
just realised that there is another similar (or duplicate) issue: https://github.com/brndnmtthws/conky/issues/1410
I had the same problem and I fixed by adding own_window_type = 'desktop'
in the configuration file .conkyrc
, like this:
conky.config = {
...
own_window_type = 'desktop',
...
}
I am not sure why this solved the issue; I just took the default configuration, which worked, and started comparing it to my faulty config. The line that broke conky was own_window_type = 'desktop'
missing.
Hope this helps.
I had the same issue (version 1.19.2). Indeed, own_window_type = 'desktop'
solved it for me as well.
@gsommavilla: thanks!
I upgraded my system from debian stable to trixie and conky stopped working. I added own_window_type = 'desktop'
to .config/conky/conky.conf and it works again. Conky version is 1.19.6.
diff --git a/conky.conf b/conky.conf
index 31e25bf..3d41a07 100644
--- a/conky.conf
+++ b/conky.conf
@@ -1,4 +1,5 @@
conky.config = {
+ own_window_type = 'desktop',
alignment = 'top_right',
gap_x = 60,
gap_y = 60,
This error is related to colormap, reason is "BadValue".
Does the latest version work?
No, Sry...
Does not work for me either, version 1.19.7 on Arch. Downgraded to version 1.17.0 and it works again.
However 1.19.7 seems to behave differently from 1.18.1 as I described in my post above, it does not seem to crash. Not sure what is wrong.
No, Sry...
What version are you running? Is it 1.20.1?
However 1.19.7 seems to behave differently from 1.18.1
How so? Have you tried 1.20.1? I tested this version extensively and I believe most bugs introduced by new functionality are gone.
However 1.19.7 seems to behave differently from 1.18.1
How so? Have you tried 1.20.1? I tested this version extensively and I believe most bugs introduced by new functionality are gone.
1.19.7 is the version currently in the official Arch repo. I built myself using the AUR package conky-git (with the modification by another AUR user) and with that package version 1.20.1 gets built, and it seems to be working for me. Of course conky has a huge array of features and I use only a small subset of those, those that I use seem fine.
So thanks to whoever fixed this.
So thanks to whoever fixed this.
That'd be mostly me, but it's also me who broke everything in the first place, so I guess I'm even. :relaxed:
Now 1.20 is installed and it works. Many Thx...
Closing as resolved then. Let me know if this issue recurs.
What happened?
When I try to start conky I only get this message:
conky: desktop window (651) is root window conky: drawing to desktop window conky: X Error: type 0 Display 5565e2654c20 XID 1617 serial 157 error_code 10 request_code 2 minor_code 0 other Display: 5565e2654c20
This happens since two or three weeks.
Version
1.18
Which OS/distro are you seeing the problem on?
ArchLinux
Conky config
Stack trace
No response
Relevant log output
No response