Giter Site home page Giter Site logo

[Bug]: conky-cairo freezes on sway about conky HOT 2 OPEN

kleshas avatar kleshas commented on June 3, 2024
[Bug]: conky-cairo freezes on sway

from conky.

Comments (2)

lnxlv avatar lnxlv commented on June 3, 2024

What happened?

Similar problem as reported by previous member, but with Openbox WM. System often freezes. I cannot find or reproduce exact circumstances under which these freezes occur.
During the freeze mouse cursor can be moved, but clicks has no effects. Keyboard works, at least Ctrl-Alt-F2 works, can switch to console.
In the console process monitor (htop) shows high CPU load ~100% for openbox and conky. After killing conky process, openbox still consumes around 100% CPU and does not responding to mouse clicks. After killing openbox and restarting Xorg session everything works good until next freeze.
The same problem is observed ะพn another machine with almost the same openbox and conky configuration.
Rolling back the conky to 1.18.3 solves the problem, no freezes occurs with 1.18.3 version.

Version

1.19.6, 1.19.7 (Arch linux conky-1.19.6-1, 1.19.7-1, 1.19.7-2 versions tested)

Which OS/distro are you seeing the problem on?

Arch Linux

Conky config

conky.config = { 
 alignment='bottom_right',
 background=true,
 border_width=1,
 cpu_avg_samples=2,
 default_color='grey',
 default_outline_color='white',
 default_shade_color='white',
 double_buffer=true,
 draw_borders=false,
 draw_graph_borders=true,
 draw_outline=false,
 draw_shades=false,
 gap_x=30,
 gap_y=40,
 maximum_width=1000,
 net_avg_samples=2,
 no_buffers=false,
 out_to_console=false,
 own_window=true,
 own_window_transparent = true,
 own_window_argb_visual = true,
 own_window_hints='undecorated,below,sticky,skip_taskbar,skip_pager',
 own_window_class='Conky',
 own_window_type='desktop',
 own_window_transparent=true,
 stippled_borders=0,
 update_interval=3,
 uppercase=false,
 show_graph_scale=false,
 show_graph_range=false,
 text_buffer_size=4096,
 use_xft=true,
 font='Dejavu Sans:size=8',
 xftalpha=1.0,
}
conky.text=[[
${color grey}${font DejaVu Sans Mono :size=9}${execpi 60 DJS=`date +%_d`; cal | sed '1d' | sed s/"$DJS"'\b'/'${color orange}'"$DJS"'${color grey}'/ | sed s/^/'${offset 600}'/}$font

${exec journalctl -n 9}

${offset 500}${font Dejavu Sans Mono :size=8} ${color grey}Disk space free/used
${offset 500}${color grey} /      : $color${fs_free /}/${color grey}${fs_used /}
${offset 500}${color grey} /media  : $color${fs_free /media}/${color grey}${fs_used /media}
${font}
${offset 500}${font DejaVu Sans Mono :size=8} ${color grey}Networking
${offset 500}${font DejaVu Sans Mono :size=8}${color grey} Wired ${font}Up:$color${upspeed eno1}${color grey} Down:$color${downspeed eno1}
#${offset 500}${font DejaVu Sans Mono :size=8}${color grey} Wi-Fi ${font}Up:$color${upspeed wlan0}${color grey} Down:$color${downspeed wlan0}
]]

Stack trace

n/a

Relevant log output

nothing to report

from conky.

kleshas avatar kleshas commented on June 3, 2024

1.19.8_pre (arch linux version) seems to have fixed this; so far, no problems on a new install

edit: or not. Instead of freezing the system, conky(-cairo) freezes now. Back to 1.18.3

from conky.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.