Installed Conky - Can not find sample config file.

So I got Conky installed from source, make and make install went through and I can run conky from the console. I can not find the sample config file in /etc/ or /root/etc or in my home directory.

Anyone else know where it could be?

Hi
Why install from source?

Did you set configure options? Else it’s probably in /usr/local for you
copy to your home directory.


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.27-0.2-default
up 5 days 17:41, 6 users, load average: 0.02, 0.12, 0.14
GPU GeForce 8600 GTS Silent - Driver Version: 260.19.26

Well as far as I know there is no opensuse package and I didn’t want to try and install / rig some other distro’s binary when it was just easier to type 3 commands to install it from source.

But it is in /usr/local/etc thank you. Any idea why it installed there instead of just in /etc?

Hi
Conky is there, I have packaged up the nvidia part as well in my version (home:malcolmlewis:Python/openSUSE_11.3);
software.opensuse.org: Search Results

My version includes all the lua options etc;


conky -V

Conky 1.8.1 compiled Fri Feb 11 17:28:58 UTC 2011 for Linux 2.6.32 (x86_64)

Compiled in features:

System config file: /etc/conky/conky.conf
Package library path: /usr/lib64/conky

 X11:
  * Xdamage extension
  * XDBE (double buffer extension)
  * Xft
  * ARGB visual

 Music detection:
  * MPD
  * MOC

 General:
  * math
  * hddtemp
  * portmon
  * wireless
  * nvidia
  * config-output
  * Imlib2
  * apcupsd
  * iostats
  * ncurses
  * Lua

  Lua bindings:
   * Cairo
   * Imlib2

I have also packaged up conkyforecast;
software.opensuse.org: Search Results

That’s because you never ran the configure options eg;


./configure --prefix=/usr --sysconfdir=/etc

Always run the command;


./configure --help

To see all the options.

conky 1.8.1 is available as a 1 click install at software.opensuse.org: Search Results
it comes with a sample conkyrc