You are not logged in.

#26 2015-06-30 22:12:10

mwillems
Member
Registered: 2014-08-09
Posts: 89

Re: [SOLVED] Problem with conky after update

I can't get graphs working at all in the old or the new config format, but curiously the rest of my "old" config file still works.  And exec commands appear to be executing irregularly leading to parts of the display dropping out in 1.10 that were perfectly stable in 1.9.  Not fun.

Last edited by mwillems (2015-06-30 22:12:21)

Offline

#27 2015-06-30 22:14:29

infiniteh
Member
Registered: 2010-08-12
Posts: 13

Re: [SOLVED] Problem with conky after update

BlueYoshi and ninian, have you upgraded to the latest conky package (1.10.0-2)? I was getting the same "X Error of failed request" on 1.10.0-1.

I'm not sure what to suggest otherwise.

Offline

#28 2015-06-30 22:27:29

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: [SOLVED] Problem with conky after update

infiniteh wrote:

BlueYoshi and ninian, have you upgraded to the latest conky package (1.10.0-2)? I was getting the same "X Error of failed request" on 1.10.0-1.

Okay, fair point. With 1.10.0-2 I'm not getting the 'X Error' now, but Conky still fails to run properly, or gives a segmentation error depending on the config file I try.
sad
Edit: 1.10.0 seems so unstable/regressive that a rollback to 1.9.0 in the extra repository would be sensible.

Last edited by ninian (2015-06-30 22:32:37)

Offline

#29 2015-07-01 02:24:38

NagatoPain
Banned
From: Hangzhou
Registered: 2012-09-10
Posts: 5
Website

Re: [SOLVED] Problem with conky after update

upgrade to new format (lua) config file solve my same problem.

Offline

#30 2015-07-01 04:12:37

adcdam
Member
From: Argentina
Registered: 2012-04-15
Posts: 44

Re: [SOLVED] Problem with conky after update

Thanks, conky is working again as it should using the new lua syntax




 conky.config = {
    own_window = true,
    own_window_transparent = true,
    own_window_type =  'desktop',
    background = true,
    use_xft = true,
    xftalpha = 0.5,
    update_interval = 1.0,
    total_run_times = 0,
    double_buffer = true,
    draw_shades = true,
    draw_outline = true,
    draw_borders = false,
    draw_graph_borders = true,
    minimum_size  = 200,
    minimum_height = 690,
    maximum_width = 200,
    border_width = 0,
    default_color = 'white',
    default_shade_color = 'black',
    default_outline_color ='black',
    font = 'DejaVu Sans Mono:size=9',
    alignment =  'top_right',
    gap_x = 5,
    gap_y = 0,
    no_buffers = true,
    cpu_avg_samples = 2,
    override_utf8_locale = true,
    use_spacer =  'right'


}
conky.text = [[
${scroll 12 $nodename - $sysname $kernel on $machine | }
$hr
${color white}Informacion del Sistema:
${color white}Uptime:$color $uptime
${color white}Frequencia (en MHz):$color $freq
${color white}Frequencia (en GHz):$color $freq_g
${color white}CPU Usado:$color $cpu% ${cpubar 4}
${color white}Procesos:$color $processes  ${color white}Corriendo:$color $running_processes
$hr
${font Droid Sans:style=Bold:size=6}FECHA Y HORA
${font Droid Sans:size=10}${alignc}${time %H:%M}${font}
${alignc}${time %d %B %Y}
${voffset 6}${font Droid Sans:style=Bold:size=6}CPU${font}${offset -20}${voffset 10}${cpubar cpu0 4,18}
${voffset -23}${goto 40}Core 1: ${font Droid Sans:style=Bold:size=8}${cpu cpu1}%${font} ${alignr}${cpubar cpu1 7,70 EEEEEE}
${voffset 1}${goto 40}Core 2: ${font Droid Sans:style=Bold:size=8}${cpu cpu2}%${font} ${alignr}${cpubar cpu2 7,70 EEEEEE}
${voffset 1}${goto 40}Core 3: ${font Droid Sans:style=Bold:size=8}${cpu cpu3}%${font} ${alignr}${cpubar cpu3 7,70 EEEEEE}
${voffset 1}${goto 40}Core 4: ${font Droid Sans:style=Bold:size=8}${cpu cpu4}%${font} ${alignr}${cpubar cpu4 7,70 EEEEEE}
${voffset 1}${goto 40}Core 5: ${font Droid Sans:style=Bold:size=8}${cpu cpu4}%${font} ${alignr}${cpubar cpu5 7,70 EEEEEE}
${voffset 1}${goto 40}Core 6: ${font Droid Sans:style=Bold:size=8}${cpu cpu4}%${font} ${alignr}${cpubar cpu6 7,70 EEEEEE}
${voffset 1}${goto 40}Core 7: ${font Droid Sans:style=Bold:size=8}${cpu cpu4}%${font} ${alignr}${cpubar cpu7 7,70 EEEEEE}
${voffset 1}${goto 40}Core 8: ${font Droid Sans:style=Bold:size=8}${cpu cpu4}%${font} ${alignr}${cpubar cpu8 7,70 EEEEEE}
# |--MEM
${voffset 6}${font Droid Sans:style=Bold:size=8}RAM${font}${goto 40}RAM: ${font Droid Sans:style=Bold:size=8}$memperc%${font}
${voffset 6}${offset 1}${voffset -8}${membar 4,18}${voffset 4}${goto 40}${voffset -2}Libre: ${font Droid Sans:style=Bold:size=8}${memeasyfree}${font} ${goto 110}   Usada: ${font Droid Sans:style=Bold:size=8}${mem}${font}
#|--SWAP
${voffset 5}${font Droid Sans:style=Bold:size=8}SWP${font}${goto 40}Swap: ${font Droid Sans:style=Bold:size=8}${swapperc}%${font}
${voffset 4}${offset 1}${voffset -7}${swapbar 4,18}${voffset 4}${goto 40}Libre: ${font Droid Sans:style=Bold:size=8}$swapmax${font} ${goto 110}   Usada: ${font Droid Sans:style=Bold:size=8}$swap${font}

# |--PROC
${color white}Procesos:
${color white}Name              PID   CPU%   MEM%
${color white}${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color lightgrey}${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color lightgrey}${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${color lightgrey}${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
${color lightgrey}${top_mem name 5} ${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5}
${color lightgrey}${top_mem name 6} ${top_mem pid 6} ${top_mem cpu 6} ${top_mem mem 6}
${color lightgrey}${top_mem name 7} ${top_mem pid 7} ${top_mem cpu 7} ${top_mem mem 7}
${color lightgrey}${top_mem name 8} ${top_mem pid 8} ${top_mem cpu 8} ${top_mem mem 8}
${color lightgrey}${top_mem name 9} ${top_mem pid 9} ${top_mem cpu 9} ${top_mem mem 9}
${color lightgrey}${top_mem name 10} ${top_mem pid 10} ${top_mem cpu 10} ${top_mem mem 10}
# - HD - #
##########
${voffset 4}${font Droid Sans:style=Bold:size=6}HD $hr
# |--HD default
${voffset 4}${goto 20}Root: ${font Droid Sans:style=Bold:size=6}${fs_used_perc /}%${font}${goto 100}${alignr}${fs_bar 6,68 /}
${voffset 7}Libre: ${font Droid Sans:style=Bold:size=6}${fs_free /}${font} ${alignr 1}Usado: ${font Droid Sans:style=Bold:size=8}${fs_used /}${font}
${voffset 4}${goto 20}Home: ${font Droid Sans:style=Bold:size=6}${fs_used_perc /home}%${font}${goto 100}${alignr}${fs_bar 6,68 /home}
 ${offset 7}Libre: ${font Droid Sans:style=Bold:size=6}${fs_free /home}${font} ${alignr 1}Usado: ${font Droid Sans:style=Bold:size=8}${fs_used /home}${font}
# |--HDTEMP1
${voffset 4}${goto 20}Temperatura: ${font Droid Sans:style=Bold:size=6}${execi 120 sudo hddtemp /dev/sda -n --unit=C}?C${font}${alignr}/dev/sda
$hr
${color white}Red:
Connections: ${color grey}${tcp_portmon 1 65535 count}
Active Interface ${alignr}$gw_iface
Gateway IP ${alignr}$gw_ip
DNS ${alignr}$nameserver
TOR Status ${alignr}${if_running tor} Active${else}Disabled${endif}
Upload speed:${alignr}${upspeed enp2s0}kb/s
Download speed:${alignr}${downspeedf enp2s0}kb/s



}
]] 

Offline

#31 2015-07-01 08:46:44

rEnr3n
Member
Registered: 2012-07-25
Posts: 39

Re: [SOLVED] Problem with conky after update

This command doesn't seem to work regardless of the value of background in the config.

$ conky -d

It spits out this error:

conky: Invalid value of type 'table' for setting 'background'. Expected value of type 'boolean'.
conky: desktop window (a00263) is subwindow of root window (bd)
conky: window type - desktop
conky: drawing to created window (0x2c00002)
conky: drawing to double buffer

Offline

#32 2015-07-02 05:44:06

coruun
Member
Registered: 2014-10-23
Posts: 26

Re: [SOLVED] Problem with conky after update

rEnr3n wrote:

It spits out this error:

conky: Invalid value of type 'table' for setting 'background'. Expected value of type 'boolean'.
conky: desktop window (a00263) is subwindow of root window (bd)
conky: window type - desktop
conky: drawing to created window (0x2c00002)
conky: drawing to double buffer

Could you post your config file?

Offline

#33 2015-07-02 06:36:15

rEnr3n
Member
Registered: 2012-07-25
Posts: 39

Re: [SOLVED] Problem with conky after update

coruun wrote:

Could you post your config file?

conky.config = {
    alignment = 'top_right',
    background = true,
    cpu_avg_samples = 2,
    --default_color = 'white',
    draw_borders = false,
    draw_graph_borders = false,
    draw_outline = false,
    draw_shades = false,
    use_xft = true,
    font = 'DejaVu Sans Mono:size=10',
    gap_x = 6,
    gap_y = 6,
    minimum_height = 350,
    minimum_width = 5,
    maximum_width = 350,
    net_avg_samples = 2,
    no_buffers = true,
    out_to_console = false,
    out_to_stderr = false,
    extra_newline = false,
    own_window = true,
    own_window_class = 'Conky',
    own_window_type = 'desktop',
    own_window_transparent = true,
    own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
    --stippled_borders = 0,
    update_interval = 0.6,
    uppercase = false,
    use_spacer = 'none',
    show_graph_scale = false,
    show_graph_range = false,

    -- rEnr3n
    double_buffer = true,
    short_units = true,
    override_utf8_locale = true,
    own_window_argb_visual = true
    --lua_load ~/.lua/scripts/rings_blue.lua
    --lua_draw_hook_pre ring_stats
}

conky.text = [[
${color grey}CPU:$color
${goto 110}${cpugraph cpu0 40}
${goto 40}${cpu cpu0}%
${goto 60}${top name 1} ${top cpu 1} %
${goto 60}${top name 2} ${top cpu 2} %
${goto 60}${top name 3} ${top cpu 3} %
${goto 60}${top name 4} ${top cpu 4} %
${goto 60}${top name 5} ${top cpu 5} %
${goto 60}${top name 6} ${top cpu 6} %

${color grey}RAM / Swap:
${voffset 8}${goto 30}$mem${goto 255}$swap
${goto 40}${voffset 22}${memperc}% ${goto 265}${swapperc}%
${goto 60}${top_mem name 1} ${top_mem mem 1} %
${goto 60}${top_mem name 2} ${top_mem mem 2} %
${goto 60}${top_mem name 3} ${top_mem mem 3} %
${goto 60}${top_mem name 4} ${top_mem mem 4} %
${goto 60}${top_mem name 5} ${top_mem mem 5} %
${goto 60}${top_mem name 6} ${top_mem mem 6} %

${color grey}Network:
${upspeedgraph enp4s0 40,150} ${downspeedgraph enp4s0 40,150}
${color grey}Up:$color ${upspeed enp4s0} ${color grey}${goto 165}Down:$color ${downspeed enp4s0}

${color grey}Temperature:
CPU 1: ${hwmon 1 temp 1}°C
CPU 2: ${hwmon 1 temp 2}°C
CPU 3: ${hwmon 1 temp 3}°C
CPU 4: ${hwmon 1 temp 4}°C
]]

Removing the -d parameter fixes it.

Offline

#34 2015-07-02 08:08:01

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: [SOLVED] Problem with conky after update

Tried rEnr3n's config above and Conky's still useless - doesn't run at all.
Problem is not solved for me and probably many others ...

Offline

#35 2015-07-02 10:35:47

Syl
Member
Registered: 2009-06-24
Posts: 42

Re: [SOLVED] Problem with conky after update

the new lua syntax fixed my conky


広島のお好み焼きおたくです

Offline

#36 2015-07-02 15:12:16

infoslaw
Member
From: Poland, Warsaw
Registered: 2013-05-06
Posts: 154

Re: [SOLVED] Problem with conky after update

my conky after convert to lua flickering and disappear when to switch to other desktop activity, also can't find font & change size, any idea?

conky.config = {
own_window = yes,
own_window_transparent = yes,
own_window_argb_visual = yes,
own_window_type = desktop,
own_window_class = 'conky-semi',
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',

no_buffers = true,
use_spacer = right,
use_xft = yes,
background = false,
cpu_avg_samples = 2,
net_avg_samples = 2,

update_interval = 3.0,

draw_shades = no,

draw_outline = no,
draw_borders = no,

uppercase = false,

stippled_borders = 3,

border_width = 10,

own_window_colour = 'brown',

default_color = 'grey',

alignment = 'top_right',
minimum_height = 500,
minimum_height = 500,

gap_x = 10,
gap_y = 10,

cpu_avg_samples = 2,

text_buffer_size = 1024,

font = 'Ubuntu:size=7'
}
conky.text = [[
$color
$nodename@$sysname $kernel on $machine
${color}Uptime: $uptime ${color #0077ff}

${color orange}BATTERY $color
${execi 60 acpi -b | awk '{print$5}'} ${alignr} (${execi 60 acpi -b | awk '{print $4}' | cut -b -3})
${battery_bar BAT0}

${color orange}CPU $color
${freq}MHz${alignr}Load: ${loadavg}
${alignr}${loadgraph 20,250 e5e5e5 F1AA0E}
CPU Total:${color} ${cpu cpu0}% ${color}${alignr}Temp:${color} ${acpitemp}
${alignr}${cpugraph 0 20,250 e5e5e5 F1AA0E}
CPU0: ${color}${cpu cpu0}% ${alignr} CPU1: ${color}${cpu cpu1}%
${cpugraph 0 10,120 e5e5e5 F1AA0E}${alignr}${cpugraph 1 10,120 e5e5e5 F1AA0E}

CPU2: ${color}${cpu cpu2}% ${alignr} CPU3: ${color}${cpu cpu3}%
${cpugraph 2 10,120 e5e5e5 F1AA0E}${alignr}${cpugraph 3 10,120 e5e5e5 F1AA0E}

NAME                         ${alignr}PID       ${alignr}CPU%         ${alignr}MEM%
${top name 1}      ${alignr} ${top pid 1}       ${top cpu 1}          ${top mem 1}
${top name 2}      ${alignr} ${top pid 2}       ${top cpu 2}          ${top mem 2}
${top name 3}      ${alignr} ${top pid 3}       ${top cpu 3}          ${top mem 3}
${top name 4}      ${alignr} ${top pid 4}       ${top cpu 4}          ${top mem 4}

${color orange}MEMORY / DISK $color
Total: ${color}${memmax} ${alignr} Free: ${color}${memfree}
RAM: $memperc% ${alignr}Swap: $swapperc% 
${memgraph 20,120 e5e5e5 F1AA0E} ${alignr} ${swapbar 20,120 }
root: ${fs_used_perc /}% ${fs_bar 6 /}$color
home: ${fs_used_perc /home/slav}% ${fs_bar 6 /home/slav}$color

${color orange}LAN (${addr enp0s25}) $color
Down: $color${downspeed enp0s25} k/s ${alignr}Up: ${upspeed enp0s25} k/s
${downspeedgraph enp0s25 20,120 000000 ff0000} ${alignr}${upspeedgraph enp0s25 
20,120 e5e5e5 F1AA0E}$color
Total: ${totaldown enp0s25} ${alignr}Total: ${totalup enp0s25}

${color orange}WLAN (${addr wlp3s0}) $color
${wireless_essid wlp3s0} ${wireless_link_bar 6 wlp3s0}
Down: $color${downspeed wlp3s0} k/s ${alignr}Up: ${upspeed wlp3s0} k/s
${downspeedgraph wlp3s0 20,120 e5e5e5 F1AA0E} ${alignr}${upspeedgraph wlp3s0
20,120 e5e5e5 F1AA0E}$color
Total: ${totaldown wlp3s0} ${alignr}Total: ${totalup wlp3s0}
Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768
61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}

}]]

Last edited by infoslaw (2015-07-02 15:14:14)

Offline

#37 2015-07-02 15:20:29

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,302

Re: [SOLVED] Problem with conky after update

ninian wrote:

Tried rEnr3n's config above and Conky's still useless - doesn't run at all

Did you remove the old ~/.conkyrc file and use just the new ~/.config/conky/conky.conf with lua syntax?
Maybe something in the config file you tried doesn't work for you; so you could simplify it, to see what works and if something breaks the output.

Offline

#38 2015-07-02 15:29:36

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,302

Re: [SOLVED] Problem with conky after update

infoslaw wrote:

my conky after convert to lua flickering and disappear when to switch to other desktop activity, also can't find font & change size, any idea?

conky.config = {
...
own_window_type = desktop,                 <-----------you miss quotes there
...
use_spacer = right,                        <-----------and there
...
}
conky.text = [[
...
}]]                      <----------------are you sure of the } there?

your config file has syntax errors.
Are you sure 'yes' and 'no' are still recognized?

Last edited by berbae (2015-07-02 15:42:55)

Offline

#39 2015-07-02 15:36:32

baggar11
Member
Registered: 2014-03-12
Posts: 19

Re: [SOLVED] Problem with conky after update

Hey guys, I just recently ran into the conky config changes as well. I have 2 lines that don't seem to be taking.

xftfont = "OFL Sorts Mill Goudy:size=8",
minimum_size = "180",

When I run conky I get the following:

conky: desktop window (a00016) is subwindow of root window (2c9)
conky: window type - normal
conky: drawing to created window (0x1400002)
conky: drawing to double buffer
conky: Unknown setting 'minimum_size'
conky: Unknown setting 'xftfont'

Have some of the old config settings not made there way into v1.10 yet?

Offline

#40 2015-07-02 15:52:01

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,302

Re: [SOLVED] Problem with conky after update

baggar11 wrote:
xftfont = "OFL Sorts Mill Goudy:size=8",
minimum_size = "180",

...
Have some of the old config settings not made there way into v1.10 yet?

minimum_size is replaced with:

minimum_height
and
minimum_width

without quotes for numbers.

font = "OFL Sorts Mill Goudy:size=8"

should work instead of xftfont.

Last edited by berbae (2015-07-02 15:53:17)

Offline

#41 2015-07-02 15:58:23

baggar11
Member
Registered: 2014-03-12
Posts: 19

Re: [SOLVED] Problem with conky after update

Thanks berbae, that worked.

Offline

#42 2015-07-02 17:43:09

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: [SOLVED] Problem with conky after update

From the FAQ on GitHub:

Conky 2.x is entirely original code. Only Conky 1.x is based on the Torsmo code.

And from commit 7733a6d, version 2.0 was changed to 1.10 for some reason.
So it's a major change, well beyond the config being changed to a Lua format.

Edit:
@CrazyTux and @BlueYoshi: Have either of you managed to get Conky 1.10 working at all - with any config?!
And has anyone managed to get the new Conky to play nicely with PCManFM managing the desktop?

Last edited by ninian (2015-07-02 21:09:00)

Offline

#43 2015-07-02 18:27:03

Raqua
Member
Registered: 2007-11-24
Posts: 146

Re: [SOLVED] Problem with conky after update

Looking at the github, which seems to be the code home now, documentation for new version seems to be missing (old one as well).
My conky was working fine after upgrade (it says on start that it tries to convert old config to new one) except for function "freq_g" which gave wrong values. I reverted, until I have some documentation to work with and the bugs are ironed.

Offline

#44 2015-07-02 21:07:43

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: [SOLVED] Problem with conky after update

berbae wrote:
ninian wrote:

Tried rEnr3n's config above and Conky's still useless - doesn't run at all

Did you remove the old ~/.conkyrc file and use just the new ~/.config/conky/conky.conf with lua syntax?
Maybe something in the config file you tried doesn't work for you; so you could simplify it, to see what works and if something breaks the output.

@berbae: Yes indeed, have tried various configs (including from this thread), simplified them and placed them in either ~/.conkyrc or ~/.config/conky/conky.conf. Always fails to run, yet no obvious config errors. Usually get something like:

conky: desktop window (d4) is root window
conky: drawing to desktop window
Segmentation fault

Show-stopper for me.

Edit: Have also tried it with and without PCManFM managing the desktop background and icons.

Further edit: Have just downloaded the PKGBUILD and the patches to build my own package, and running makepkg yields the following failure (64-bit) :

==> Starting build()...
-- The C compiler identification is GNU 5.1.0
-- The CXX compiler identification is GNU 5.1.0
.......... etc
-- Looking for pipe2
-- Looking for pipe2 - not found
-- Looking for O_CLOEXEC
-- Looking for O_CLOEXEC - found
-- Looking for statfs64
-- Looking for statfs64 - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
CMake Error at cmake/ConkyPlatformChecks.cmake:108 (message):
  /proc/net/if_inet6 unavailable
Call Stack (most recent call first):
  CMakeLists.txt:37 (include)


-- Configuring incomplete, errors occurred!
See also "/tmp/src/conky-1.10.0/CMakeFiles/CMakeOutput.log".
See also "/tmp/src/conky-1.10.0/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
    Aborting...

Now, I do have ipv6 switched off at the kernel level (ipv6.disable=1); could this be the problem ...?

Last edited by ninian (2015-07-02 21:25:10)

Offline

#45 2015-07-02 21:34:10

BlueYoshi
Member
Registered: 2015-03-14
Posts: 62

Re: [SOLVED] Problem with conky after update

ninian wrote:

From the FAQ on GitHub:

Conky 2.x is entirely original code. Only Conky 1.x is based on the Torsmo code.

And from commit 7733a6d, version 2.0 was changed to 1.10 for some reason.
So it's a major change, well beyond the config being changed to a Lua format.

Edit:
@CrazyTux and @BlueYoshi: Have either of you managed to get Conky 1.10 working at all - with any config?!
And has anyone managed to get the new Conky to play nicely with PCManFM managing the desktop?

Nope. Even when all of the config was correct, it would just segmentation fault and crash.

'sudo pacman -Syu --ignore conky' has become a daily ritual, but I'll probably just build the old version from source or something.

Offline

#46 2015-07-03 03:38:01

infiniteh
Member
Registered: 2010-08-12
Posts: 13

Re: [SOLVED] Problem with conky after update

ninian wrote:

Now, I do have ipv6 switched off at the kernel level (ipv6.disable=1); could this be the problem ...?

That might be what is causing conky to segfault. Try adding the following line to the cmake options in your PKGBUILD to disable ipv6:

-D BUILD_IPV6=OFF \

If this works, then I think it would be worthwhile to file a bug report.

Also, I'm not a mod, but since this thread is marked as solved, it'll be best to continue the discussion in a new thread and link back to this one.

Offline

#47 2015-07-03 03:59:17

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: [SOLVED] Problem with conky after update

Please, keep going in this thread.  I hope this will settle down quickly.  When the dust settles, I would prefer to have one canonical thread.  My colleagues may disagree.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#48 2015-07-03 08:30:46

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: [SOLVED] Problem with conky after update

infiniteh wrote:
ninian wrote:

Now, I do have ipv6 switched off at the kernel level (ipv6.disable=1); could this be the problem ...?

That might be what is causing conky to segfault. Try adding the following line to the cmake options in your PKGBUILD to disable ipv6:

-D BUILD_IPV6=OFF \

If this works, then I think it would be worthwhile to file a bug report.

Also, I'm not a mod, but since this thread is marked as solved, it'll be best to continue the discussion in a new thread and link back to this one.

@infiniteh: Yes indeed, thank you - makepkg works with your IPV6 mod and Conky actually runs now without crashing!
So hopefully it's just the new configuration which has to be tamed (have tried a couple and they at least run even if they look scrappy).
I will indeed file a bug report as you suggest.
Happier wink

Edit: Bug filed at GitHub and my original .conkyrc configuration has been converted successfully, so thanks for help.

Afterthought: 'man conky' seems to provide the full configuration/variables documentation now.

Last edited by ninian (2015-07-03 09:34:36)

Offline

#49 2015-07-03 09:26:24

infoslaw
Member
From: Poland, Warsaw
Registered: 2013-05-06
Posts: 154

Re: [SOLVED] Problem with conky after update

@berbae thanks I corrected items but unfortunately conky still flickering on screen, seems like something wrong with transparency also I'm unable to change font size, tried different font which I use before in conky config and no luck

f.e.  font = 'Ubuntu:size=7'

also don't work for me

minimum_height = 500,
minimum_width = 200,

any idea guys? your help really appreciate

Last edited by infoslaw (2015-07-03 09:35:02)

Offline

#50 2015-07-03 11:05:49

deadlight
Member
Registered: 2012-10-29
Posts: 9

Re: [SOLVED] Problem with conky after update

when i use the old conkyrc
i got a error

conky: std::bad_alloc

when i transport the old version conkyrc to new version,i work well for a while.

Offline

Board footer

Powered by FluxBB