Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Conky Problems

  1. #1
    Join Date
    Sep 2007
    Beans
    268

    Conky Problems

    Hey all

    I installed conky through synaptic as usual, but on Hardy Heron, when I start conky from alt+f2, it shows up as a separate window, rather than on the desktop where it should be... Could someone please help me fix this? Here is a screenshot:




    Thanks in advance

  2. #2
    Join Date
    Aug 2006
    Location
    Wisconsin, USA
    Beans
    1,484
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Conky Problems

    The only thing I can think of is your conkyrc file being screwed up.

    Could you post it? (~/.conkyrc)

  3. #3
    Join Date
    Sep 2007
    Beans
    268

    Re: Conky Problems

    I cannot find it, even when viewing hidden files and folders!

  4. #4
    Join Date
    Aug 2006
    Location
    Wisconsin, USA
    Beans
    1,484
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Conky Problems

    Quote Originally Posted by iSplicer View Post
    I cannot find it, even when viewing hidden files and folders!
    Try:

    Code:
    locate conky
    If it doesn't find anything, try running this first, and then the above command:

    Code:
    updatedb

  5. #5
    Join Date
    Sep 2007
    Beans
    268

    Re: Conky Problems

    Thanks for your reply but neither of those worked.. I tried the first one.. nothing.

    The second one gives an error:
    isplicer@isplicer-laptop:~$ updatedb
    updatedb: can not open a temporary file for `/var/lib/mlocate/mlocate.db'

  6. #6
    Join Date
    Nov 2005
    Location
    NEK Vermont
    Beans
    Hidden!
    Distro
    Ubuntu UNR

    Re: Conky Problems

    Code:
    sudo updatedb

  7. #7
    Join Date
    Aug 2006
    Location
    Wisconsin, USA
    Beans
    1,484
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Conky Problems

    Quote Originally Posted by iSplicer View Post
    Thanks for your reply but neither of those worked.. I tried the first one.. nothing.

    The second one gives an error:
    Well this is odd.

    I swear I'm not trying to be rude, seeing as how you have conky up and all, but make sure it's in:

    Code:
    sudo apt-get install conky
    It says it's already installed right?

  8. #8
    Join Date
    Aug 2006
    Location
    Wisconsin, USA
    Beans
    1,484
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Conky Problems

    Quote Originally Posted by spiderbatdad View Post
    Code:
    sudo updatedb
    I suppose that makes sense. :/

  9. #9
    Join Date
    Sep 2007
    Beans
    268

    Re: Conky Problems

    Quote Originally Posted by Ek0nomik View Post
    Well this is odd.

    I swear I'm not trying to be rude, seeing as how you have conky up and all, but make sure it's in:

    Code:
    sudo apt-get install conky
    It says it's already installed right?
    Thanks for the reply, but its already installed

    Code:
    isplicer@isplicer-laptop:~$ sudo apt-get install conky
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    conky is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    isplicer@isplicer-laptop:~$

    Output of locate conky after sudo updatedb:

    Code:
    isplicer@isplicer-laptop:~$ locate conky
    /etc/conky
    /etc/conky/conky.conf
    /usr/bin/conky
    /usr/share/doc/conky
    /usr/share/doc/conky/AUTHORS.gz
    /usr/share/doc/conky/NEWS.Debian.gz
    /usr/share/doc/conky/NEWS.gz
    /usr/share/doc/conky/README.Debian
    /usr/share/doc/conky/README.gz
    /usr/share/doc/conky/TODO
    /usr/share/doc/conky/changelog.Debian.gz
    /usr/share/doc/conky/changelog.gz
    /usr/share/doc/conky/config_settings.html
    /usr/share/doc/conky/copyright
    /usr/share/doc/conky/docs.html
    /usr/share/doc/conky/examples
    /usr/share/doc/conky/variables.html
    /usr/share/doc/conky/examples/conky.conf.gz
    /usr/share/man/man1/conky.1.gz
    /usr/share/menu/conky
    /var/cache/apt/archives/conky_1.5.1-1ubuntu1_i386.deb
    /var/lib/dpkg/info/conky.conffiles
    /var/lib/dpkg/info/conky.list
    /var/lib/dpkg/info/conky.md5sums
    /var/lib/dpkg/info/conky.postinst
    /var/lib/dpkg/info/conky.postrm
    isplicer@isplicer-laptop:~$


    Thanks go to all that helped

  10. #10
    Join Date
    Aug 2006
    Location
    Wisconsin, USA
    Beans
    1,484
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Conky Problems

    Try the following:

    Code:
    cp /etc/conky/conky.conf ~/.conkyrc
    Open the file:

    Code:
    gedit ~/.conkyrc
    Search for: "own_window"

    Make sure it says "no".

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •