-
-
Notifications
You must be signed in to change notification settings - Fork 646
Closed
Labels
bugrelated to incorrect existing implementation of some functionalityrelated to incorrect existing implementation of some functionalitydisplay: x11related to X11 backendrelated to X11 backendrenderingrelated to code that handles rendering, excluding the used graphics APIrelated to code that handles rendering, excluding the used graphics API
Description
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
conky.config = {
alignment = 'tl',
gap_y = '0',
gap_x = '0',
border_outer_margin = 0,
background = false,
border_width = 0,
cpu_avg_samples = 2,
default_color = white,
default_outline_color = white,
default_shade_color = white,
draw_borders = false,
draw_graph_borders = false,
draw_outline = false,
draw_shades = false,
extra_newline = false,
use_xft = true,
font = 'DejaVu Sans Mono:size=12',
net_avg_samples = 2,
no_buffers = false,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
own_window = false,
own_window_type = desktop,
-- own_window_hints = undecorated,below,skip_taskbar,skip_pager,sticky,
stippled_borders = 0,
update_interval = 2.5,
uppercase = false,
use_spacer = none,
show_graph_scale = false,
show_graph_range = false,
double_buffer = true,
}Stack trace
No response
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
bugrelated to incorrect existing implementation of some functionalityrelated to incorrect existing implementation of some functionalitydisplay: x11related to X11 backendrelated to X11 backendrenderingrelated to code that handles rendering, excluding the used graphics APIrelated to code that handles rendering, excluding the used graphics API