Search Criteria
Package Details: conky-cairo 1:1.22.0-1
Package Actions
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: | 13 |
Popularity: | 0.052710 |
First Submitted: | 2016-12-28 03:22 (UTC) |
Last Updated: | 2025-01-14 08:44 (UTC) |
Dependencies (16)
- alsa-lib
- cairo (cairo-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- imlib2
- librsvg (librsvg-gitAUR)
- libxdamage
- libxft (libxft-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxnvctrl (libxnvctrl-430xxAUR, libxnvctrl-340xxAUR, libxnvctrl-390xxAUR, libxnvctrl-525xxAUR, libxnvctrl-510xxAUR, libxnvctrl-470xxAUR, libxnvctrl-535xxAUR)
- lua
- wireless_tools
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gperf (gperf-gitAUR) (make)
Required by (12)
- barpyrus-git (requires conky) (optional)
- conky-bargile (requires conky)
- conky-colors-git (requires conky)
- conky-manager (requires conky)
- conky-manager2-git (requires conky)
- corky
- sxmo-utils-git (requires conky)
- uenv (requires conky) (optional)
- uenv-git (requires conky) (optional)
- xfce4-theme-switcher (requires conky)
- xts-arcolinux-theme (requires conky)
- xts-dark-theme (requires conky)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
deconf commented on 2024-06-14 06:04 (UTC)
Tips: Due to upstream updates, the original
require 'cairo'
in the lua script needs to addSee the previous issue
deconf commented on 2024-06-14 05:33 (UTC) (edited on 2024-06-14 05:33 (UTC) by deconf)
https://github.com/brndnmtthws/conky/issues/1867
require
BUILD_LUA_CAIRO_XLIB=ON
alhazacod commented on 2024-06-14 00:35 (UTC)
v1.21.3 is kinda working with
require 'cairo_xlib'
and theBUILD_LUA_CAIRO_XLIB=ON
build option for me. I only have a problem where some rings i made with a lua script doesnt show the correct color.paramvir commented on 2024-06-10 23:51 (UTC)
The latest build [1.21.3] is not working for me - the display is there but the size and position are out So I am leaving it as is.
elamperti commented on 2024-06-06 19:43 (UTC)
This package (v1.21.2), doesn't work with my lua scripts that were previously working fine.
iestynapmwg commented on 2024-06-05 00:32 (UTC)
Even with
require 'cairo'
andrequire 'cairo_xlib'
AND theBUILD_LUA_CAIRO_XLIB=ON
build option, i can't get lua graphics to display.There's also a problem with the PKGBUILD file in this 1.21.2-1 version, in that the
depends=(
block for non-nvidia seems to have been removed. That's easy enough to fix manually, though.I downloaded the 1.20.2 source from upstream and that works flawlessly for me. The 1.19.7 and 1.19.8 versions kept pegging my CPU at 100% any time the window manager gave conky an expose event.
SO if anyone else is having problems, i recommend the 1.20.2 version.
ktt73 commented on 2024-06-03 10:09 (UTC)
After entering
require 'cairo_xlib'
in the *.lua file, there are no more errors and graphics are displayed again. However, the entire Conky is cut off and the lower part is no longer displayed.Kermit72 commented on 2024-06-02 15:58 (UTC) (edited on 2024-06-02 16:00 (UTC) by Kermit72)
With BUILD_LUA_CAIRO_XLIB=ON in the build it does some fancy things. The graphics only appear when the LUA scrips are reloaded by changing between require 'cairo_xlib' and require 'cairo' on running conky. Will step back to the most stable release (1.19.8) for the moment.
drakkar1969 commented on 2024-06-02 15:18 (UTC)
The error
attempt to call a nil value (global 'cairo_xlib_surface_create')
can be solved by addingrequire 'cairo_xlib'
in the LUA script.This solves the error message, but still nothing on display. I think conky needs to be built with
BUILD_LUA_CAIRO_XLIB=ON
Kermit72 commented on 2024-06-02 14:47 (UTC)
Since this version 1.21.2-1 my LUA/cairo graphics will not be displayed. Here's the error message: ~/.conky/personal_desk/meters.lua:585: attempt to call a nil value (global 'cairo_xlib_surface_create') Last version 1.20.2 did work fine.
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »