-
At line 166 of your patch you create have_argb_visual, but only if you USE_ARGB is defined.
But at line 255 you set this integer to 0 even if USE_ARGB isn't defined.
2009-11-10 12:52:52 UTC in Conky
-
Thanks for your patches, i applied the 2nd version of your patch to the 1.7.2 and the master branch.
2009-11-10 12:31:03 UTC in Conky
-
Thanks for the patch.
2009-11-10 12:30:54 UTC in Conky
-
you need the x11 development libraries, but ubuntu now has a newer version in it's repositories.
2009-11-10 11:28:42 UTC in Conky
-
I have to admit it is a a bit misleading but the [default=yes], means "yes, i want it" not "yes, disable it", so yes is --enable and no is --disable.
2009-11-09 23:31:38 UTC in Conky
-
What's the output of "conky -v" and what's your configuration ?.
2009-11-08 14:43:22 UTC in Conky
-
Fixed in commit 74145a7fef20947261db62b602a46800345241bb.
2009-11-08 14:19:30 UTC in Conky
-
I just placed a patch in git that uses a define for the maximum number of network devices, so try the version in git and set MAX_NET_INTERFACES in src/config.h to a higher number after running autogen.sh and ./configure.
2009-11-07 22:50:30 UTC in Conky
-
Thanks for noticing it, it seems that $processes was showing threads instead of $processes on linux.
I wrote a patch for it, the newest commit in git should no longer have this bug. (And conky now also has a $threads var.)
2009-11-07 17:21:34 UTC in Conky
-
Starting today, this is possible in the newest git version if you build conky with ncurses support and set "out_to_ncurses yes". You can use the colors red,green,yellow,blue,magenta,cyan,black and white. Black is the same as invisible. The default color is white. You have to specify colors by their name, not their hexcode. Using ncurses and x at the same time will give strange results for the...
2009-08-03 18:03:19 UTC in Conky