Package Details: conky-cairo 1:1.19.8-1

Git Clone URL: https://aur.archlinux.org/conky-cairo.git (read-only, click to copy)
Package Base: conky-cairo
Description: Lightweight system monitor for X, Wayland, console, or file/HTTP output (with Cairo/Cairo-Lua support)
Upstream URL: https://github.com/brndnmtthws/conky
Keywords: conky network weather
Licenses: GPL3, BSD
Conflicts: conky
Provides: conky
Replaces: conky, torsmo
Submitter: paramvir
Maintainer: paramvir
Last Packager: paramvir
Votes: 10
Popularity: 0.133455
First Submitted: 2016-12-28 03:22 (UTC)
Last Updated: 2024-02-27 01:00 (UTC)

Latest Comments

1 2 3 4 Next › Last »

prispewnic commented on 2024-03-01 17:18 (UTC) (edited on 2024-03-01 17:26 (UTC) by prispewnic)

I have the following packages installed :

local/cairo 1.18.0-1
local/tolua++ 1.0.93-4
local/alsa-lib 1.2.11-1
local/libxml2 2.12.5-1 
local/curl 8.6.0-3
local/wireless_tools 30.pre9-3
local/libxft 2.3.8-1
local/librsvg 2:2.57.1-1
local/glib2 2.78.4-1
local/libxdamage 1.1.6-1
local/imlib2 1.12.2-2
local/lua 5.4.6-3
local/lua51 5.1.5-11
local/lua52 5.2.4-6
local/lua53 5.3.6-2
local/libxnvctrl 550.54.14-1
local/libxinerama 1.1.5-1

When I try to build the package, I get the following error:

[ 13%] Linking CXX shared library libcairo.so
/sbin/ld: ../3rdparty/toluapp/libtoluapp.a: error adding characters: file format not recognized
collect2: error: ld execution terminated with return code 1
make[2]: *** [lua/CMakeFiles/conky-cairo.dir/build.make:111: lua/libcairo.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:208: lua/CMakeFiles/conky-cairo.dir/all] Error 2
make: *** [Makefile:156: all] Error 2

When trying to build earlier versions of the package, the error repeats. Although earlier, everything was built without any problems.

aquator commented on 2024-02-27 09:08 (UTC) (edited on 2024-02-27 09:08 (UTC) by aquator)

Adding xorg-xinput to build deps would make it actually work.

CMake Error at cmake/ConkyPlatformChecks.cmake:425 (message):
  Unable to find Xinput library
Call Stack (most recent call first):
  CMakeLists.txt:35 (include)

d_fajardo commented on 2024-02-27 09:05 (UTC)

The 1.19.8 build still doesn't render the lua scripts properly. Anyone knows the reason why?

paramvir commented on 2024-02-26 06:47 (UTC)

Here is a current test build of conkywx - it works for me...

https://mega.nz/file/NKpU3CIB#ZORMx3VBviuMxG4JfTqLsawNN-SVPCMGoJKVoFYY_Lg

Galicarnax commented on 2024-02-26 05:55 (UTC)

After update to v. 1.19.7 having core dumps in a few minutes after conky starts (but Lua script works). Same for the conky from the official Arch repo, though. Downgraded to 1.19.6, no core dumps.

timhs commented on 2024-02-23 12:01 (UTC) (edited on 2024-02-23 12:33 (UTC) by timhs)

After Update Lua scripts not working anymore

I moved my .lua files in a new directory and now it works.
Could be Lua had a problem with dot directories?

aquator commented on 2024-02-22 08:07 (UTC) (edited on 2024-02-22 08:13 (UTC) by aquator)

You are missing a dependency (xorg-xinput).

CMake Error at cmake/ConkyPlatformChecks.cmake:425 (message):
  Unable to find Xinput library
Call Stack (most recent call first):
  CMakeLists.txt:35 (include)

d_fajardo commented on 2024-02-20 23:28 (UTC)

After the recent update to 1.17.7, my Lua scripts are not rendering properly. Is anyone else having the same issue? Is there a fix?

drakkar1969 commented on 2023-10-31 19:20 (UTC)

The out_to_wayland configuration option is not supported. I believe this would require building with BUILD_WAYLAND=ON (it is off by default)