Code: Select all
conky: llua_do_call: function conky_main execution failed: /home/elassus/.conky/conky_grey.lua:532: attempt to call a nil value (global 'cairo_xlib_surface_create')
Code: Select all
function conky_main()
if conky_window == nil then
return
end
local cs = cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual, conky_window.width, conky_window.height)
local display = cairo_create(cs)
local updates = conky_parse('${updates}')
update_num = tonumber(updates)
if update_num > 5 then
go_clock_rings(display)
go_gauge_rings(display)
end
cairo_surface_destroy(cs)
cairo_destroy(display)
end
These are the USE flags for emering conky:
Code: Select all
# emerge -pv conky::gentoo
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 3.23 s (backtrack: 0/20).
[ebuild R ] app-admin/conky-1.21.1::gentoo USE="X bundled-toluapp colour-name-map curl hddtemp iconv imlib lua-cairo lua-cairo-xlib lua-imlib lua-rsvg ncurses portmon rss truetype wayland -apcupsd -cmus -doc -extras -ical -intel-backlight -iostats -irc -math -moc -mpd -mysql -nvidia -pulseaudio -systemd -test -thinkpad -webserver -wifi -xinerama -xmms2" LUA_SINGLE_TARGET="lua5-4" 0 KiB
Total: 1 package (1 reinstall), Size of downloads: 0 KiB
EE

