The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Conky won't work :s

    Discussion in 'Linux Compatibility and Software' started by Joel, Jun 19, 2010.

  1. Joel

    Joel coffeecoffeecoffeecoffee

    Reputations:
    1,059
    Messages:
    1,663
    Likes Received:
    0
    Trophy Points:
    55
    I was having a bit of discussion about it in the Show off your Linux Desktop thread, but thought I should make my own.

    I really like the look of conky, and decided to install it on my Ubuntu install, so I ran the command:
    Code:
    $ sudo apt-get install conky
    it says "command not found" and then when I downloaded and ran a .deb file, it said there was one already installed, so I downloaded another one, and that said Error: Dependency is not satisfiable: libasound2 (>> 1.0.22).

    Then I thought it installed, and when I went into some folder, I cannot remember, it had a conky folder, so I went into the Synaptic Package Manager, and uninstalled Conky, I then reinstalled it using the command:
    Code:
    $ sudo apt-get install conky
    and it went through installing it, but then when I hit Alt+F2 it show's nothing, and when I search for conky, nothing shows up.

    Has anyone go any ideas?

    Cheers,
    Joel.
     
  2. 1ceBlu3

    1ceBlu3 Notebook Deity

    Reputations:
    1,050
    Messages:
    829
    Likes Received:
    17
    Trophy Points:
    31
  3. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    So, just to get this straight, if you open Synaptic now and search for conky, the packages show up as installed? When you hit Alt+F2, type in conky and hit Enter, nothing happens? And what do you mean by "searching for conky"?

    Thanks. :)
     
  4. woofer00

    woofer00 Wanderer

    Reputations:
    726
    Messages:
    1,086
    Likes Received:
    0
    Trophy Points:
    55
    You sure your repositories are all connecting properly? I don't know if conky is in getdeb, but if it is, you might need to add in a mirror.
     
  5. Joel

    Joel coffeecoffeecoffeecoffee

    Reputations:
    1,059
    Messages:
    1,663
    Likes Received:
    0
    Trophy Points:
    55
    When I hit Alt+F2, Conky isn't there. When I go into the Synaptics Package Manager, it says installed. Wait, when I click search, all the conky stuff comes up, but nothing I can go into.
     
  6. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    You have to enter the conky command from the command line.
     
  7. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    Sorry to be repetitive, but is that after you type 'conky' without quotes into the Alt+F2 dialog and hit Enter? Because you have to do that to get it running. There's no conky GUI or anything. You run the command, and then customize it by editing the config file, as mentioned in the other thread. Or, as Thomas said, you can open up a terminal and type 'conky,' again without quotes, and hit Enter. That will get it going.

    Keep us posted. :cool:
     
  8. Joel

    Joel coffeecoffeecoffeecoffee

    Reputations:
    1,059
    Messages:
    1,663
    Likes Received:
    0
    Trophy Points:
    55
    Ahh, right, I didn't pick up on that! It's working now, sort of. :) Thanks! When I click on the desktop, it disappears, and I have to open it up again.
     
  9. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    That's because it's set to act as a window, probably with pseudo-transparency. Like I said, you can customize it by editing the file. There are instructions on various Linux forums if you just look on Google. You can copy my config from my post here.

    I think the settings I mentioned are among these:
    Cheers... :)
     
  10. alder

    alder Notebook Enthusiast

    Reputations:
    11
    Messages:
    37
    Likes Received:
    2
    Trophy Points:
    16
    Pixelot, thank you for posting that portion of your .conkyrc file. I'd had the same problem as OP, with conky disappearing when I clicked on the desktop, and hadn't tried to figure out why yet. Fixed now!
     
  11. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    No problem, glad to help. :rolleyes: