Conky Colors problems

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
merc1973

Conky Colors problems

Post by merc1973 »

I installed Conky following this site: http://gnome-look.org/content/show.php? ... tent=92328

Up to Here: downloaded and extracted and type in terminal but it says "no such file or directory"

Download and extract the conky-colors.tar.gz and type in terminal.
$make
$./conky-colors --help
$./conky-colors
$make install



What do I do now?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Biker
Level 5
Level 5
Posts: 517
Joined: Sat Apr 17, 2010 1:58 am
Location: Where my hat is

Re: Conky Colors problems

Post by Biker »

You follow the directions!

Although, instead of typing:

make-install

You would type:

sudo make-install

Of course, you have to be in the directory where you extracted the tarball to.
Linux User #384279
merc1973

Re: Conky Colors problems

Post by merc1973 »

Biker wrote:You follow the directions!

Although, instead of typing:

make-install

You would type:

sudo make-install

Of course, you have to be in the directory where you extracted the tarball to.
ok,
I extracted to the desktop, is that where it should go? And how do I know what directory I'm in with the terminal? (sorry about the noob questions..) :oops:
mick55

Re: Conky Colors problems

Post by mick55 »

In a terminal type this command. It will show you where you are in the directory structure.

Code: Select all

pwd
Type this command to change directory to Desktop

Code: Select all

cd Desktop
Type this command to list the files/directories on the Desktop

Code: Select all

ls -a
You should see the directory/folder created when you extracted the files.

Change directory into that folder

Code: Select all

cd folder-name
List the files to make sure they are all there

Code: Select all

ls -a
Now run the commands to build the package.

Code: Select all

make

Code: Select all

./conky-colors --help

Code: Select all

./conky-colors

Code: Select all

sudo make install
If you get lost just run this command again to see where you are.

Code: Select all

pwd
If you forget who you are run this command. :wink:

Code: Select all

whoami
merc1973

Re: Conky Colors problems

Post by merc1973 »

Mick55, Thanks for "holding my hand"! You Rock! I can now change directories...lol

Now if I can only figure out how to run conky...

I get this:

Code: Select all

tim@tim-laptop ~ $ conky
Conky: desktop window (1e000ae) is subwindow of root window (5f)
Conky: window type - override
Conky: drawing to created window (0x3600001)
Conky: drawing to double buffer
Conky: obj->data.cpu_index 2 info.cpu_count 1
Conky: attempting to use more CPUs than you have!
mick55

Re: Conky Colors problems

Post by mick55 »

You don't run conky from the terminal.

Press alt+f2 and type conky.

You do however use the terminal to shutdown conky

Code: Select all

pkill conky
If you have a .conkyrc file in your home directory conky will follow the instructions
in that, if you don't it runs a generic conky.

Your conky seems to be trying to run a script designed for a dual core CPU.

There are simpler conky guides on the web than the one you followed. :wink:

These 2 links below will help you with Linux commands.
You've already learned the most basic ones, the rest should be easy. :mrgreen:

http://linuxcommand.org/index.php

http://rute.2038bug.com/index.html.gz
Locked

Return to “Compiz, Conky, Docks & Widgets”